Java org.jfree.chart.ui RectangleInsets fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.ui RectangleInsets fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.ui RectangleInsets.

The text is from its open source code.

Field

RectangleInsetsZERO_INSETS
A useful constant representing zero insets.

Constructor

RectangleInsets(final double top, final double left, final double bottom, final double right)
Creates a new instance with the specified insets (as 'absolute' units).