Uses of Class
org.jfree.chart.ui.LengthAdjustmentType
Package
Description
Plot classes and related interfaces.
Plug-in renderers for the
CategoryPlot
class.Plug-in renderers for the
XYPlot
class.Utility classes that relate to user interface items.
-
Uses of LengthAdjustmentType in org.jfree.chart.plot
Modifier and TypeMethodDescriptionvoid
Marker.setLabelOffsetType
(LengthAdjustmentType adj) Sets the label offset type and sends aMarkerChangeEvent
to all registered listeners. -
Uses of LengthAdjustmentType in org.jfree.chart.renderer.category
Modifier and TypeMethodDescriptionprotected Point2D
AbstractCategoryItemRenderer.calculateDomainMarkerTextAnchorPoint
(Graphics2D g2, PlotOrientation orientation, Rectangle2D dataArea, Rectangle2D markerArea, RectangleInsets markerOffset, LengthAdjustmentType labelOffsetType, RectangleAnchor anchor) Calculates the(x, y)
coordinates for drawing the label for a marker on the range axis.protected Point2D
AbstractCategoryItemRenderer.calculateRangeMarkerTextAnchorPoint
(Graphics2D g2, PlotOrientation orientation, Rectangle2D dataArea, Rectangle2D markerArea, RectangleInsets markerOffset, LengthAdjustmentType labelOffsetType, RectangleAnchor anchor) Calculates the (x, y) coordinates for drawing a marker label. -
Uses of LengthAdjustmentType in org.jfree.chart.renderer.xy
Modifier and TypeMethodDescriptionprotected Point2D
AbstractXYItemRenderer.calculateDomainMarkerTextAnchorPoint
(Graphics2D g2, PlotOrientation orientation, Rectangle2D dataArea, Rectangle2D markerArea, RectangleInsets markerOffset, LengthAdjustmentType labelOffsetType, RectangleAnchor anchor) Calculates the(x, y)
coordinates for drawing a marker label. -
Uses of LengthAdjustmentType in org.jfree.chart.ui
Modifier and TypeFieldDescriptionstatic final LengthAdjustmentType
LengthAdjustmentType.CONTRACT
CONTRACT.static final LengthAdjustmentType
LengthAdjustmentType.EXPAND
EXPAND.static final LengthAdjustmentType
LengthAdjustmentType.NO_CHANGE
NO_CHANGE.Modifier and TypeMethodDescriptionRectangleInsets.createAdjustedRectangle
(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.