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

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

Introduction

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

The text is from its open source code.

Field

RectangleInsetsZERO_INSETS
A useful constant representing zero insets.

Constructor

Method

doublegetBottom()
Returns the bottom insets.
doublegetLeft()
Returns the left insets.
doublegetRight()
Returns the right insets.
doublegetTop()
Returns the top insets.
voidtrim(final Rectangle2D area)
Shrinks the given rectangle by the amount of these insets.