Uses of Class
org.jfree.chart.ui.LengthAdjustmentType
Packages that use 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
Methods in org.jfree.chart.plot that return LengthAdjustmentTypeMethods in org.jfree.chart.plot with parameters of type LengthAdjustmentTypeModifier 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
Methods in org.jfree.chart.renderer.category with parameters of type LengthAdjustmentTypeModifier 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
Methods in org.jfree.chart.renderer.xy with parameters of type LengthAdjustmentTypeModifier 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
Fields in org.jfree.chart.ui declared as LengthAdjustmentTypeModifier and TypeFieldDescriptionstatic final LengthAdjustmentType
LengthAdjustmentType.CONTRACT
CONTRACT.static final LengthAdjustmentType
LengthAdjustmentType.EXPAND
EXPAND.static final LengthAdjustmentType
LengthAdjustmentType.NO_CHANGE
NO_CHANGE.Methods in org.jfree.chart.ui with parameters of type LengthAdjustmentTypeModifier 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.