Uses of Class
org.jfree.ui.LengthAdjustmentType
-
Packages that use LengthAdjustmentType Package Description org.jfree.ui Utility classes for creating user interfaces. -
-
Uses of LengthAdjustmentType in org.jfree.ui
Fields in org.jfree.ui declared as LengthAdjustmentType Modifier and Type Field Description static LengthAdjustmentTypeLengthAdjustmentType. CONTRACTCONTRACT.static LengthAdjustmentTypeLengthAdjustmentType. EXPANDEXPAND.static LengthAdjustmentTypeLengthAdjustmentType. NO_CHANGENO_CHANGE.Methods in org.jfree.ui with parameters of type LengthAdjustmentType Modifier and Type Method Description java.awt.geom.Rectangle2DRectangleInsets. createAdjustedRectangle(java.awt.geom.Rectangle2D base, LengthAdjustmentType horizontal, LengthAdjustmentType vertical)Creates an adjusted rectangle using the supplied rectangle, the insets specified by this instance, and the horizontal and vertical adjustment types.
-