Uses of Class
org.jfree.chart.ui.LengthAdjustmentType
-
Packages that use LengthAdjustmentType Package Description org.jfree.chart.plot Plot classes and related interfaces.org.jfree.chart.renderer.category Plug-in renderers for theCategoryPlot
class.org.jfree.chart.renderer.xy Plug-in renderers for theXYPlot
class.org.jfree.chart.ui Utility classes that relate to user interface items. -
-
Uses of LengthAdjustmentType in org.jfree.chart.plot
Fields in org.jfree.chart.plot declared as LengthAdjustmentType Modifier and Type Field Description private LengthAdjustmentType
Marker. labelOffsetType
The offset type for the domain or range axis (nevernull
).Methods in org.jfree.chart.plot that return LengthAdjustmentType Modifier and Type Method Description LengthAdjustmentType
Marker. getLabelOffsetType()
Returns the label offset type.Methods in org.jfree.chart.plot with parameters of type LengthAdjustmentType Modifier and Type Method Description void
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 LengthAdjustmentType Modifier and Type Method Description protected java.awt.geom.Point2D
AbstractCategoryItemRenderer. calculateDomainMarkerTextAnchorPoint(java.awt.Graphics2D g2, PlotOrientation orientation, java.awt.geom.Rectangle2D dataArea, java.awt.geom.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 java.awt.geom.Point2D
AbstractCategoryItemRenderer. calculateRangeMarkerTextAnchorPoint(java.awt.Graphics2D g2, PlotOrientation orientation, java.awt.geom.Rectangle2D dataArea, java.awt.geom.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 LengthAdjustmentType Modifier and Type Method Description protected java.awt.geom.Point2D
AbstractXYItemRenderer. calculateDomainMarkerTextAnchorPoint(java.awt.Graphics2D g2, PlotOrientation orientation, java.awt.geom.Rectangle2D dataArea, java.awt.geom.Rectangle2D markerArea, RectangleInsets markerOffset, LengthAdjustmentType labelOffsetType, RectangleAnchor anchor)
Calculates the(x, y)
coordinates for drawing a marker label.private java.awt.geom.Point2D
AbstractXYItemRenderer. calculateRangeMarkerTextAnchorPoint(java.awt.Graphics2D g2, PlotOrientation orientation, java.awt.geom.Rectangle2D dataArea, java.awt.geom.Rectangle2D markerArea, RectangleInsets markerOffset, LengthAdjustmentType labelOffsetForRange, 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 LengthAdjustmentType Modifier and Type Field Description static LengthAdjustmentType
LengthAdjustmentType. CONTRACT
CONTRACT.static LengthAdjustmentType
LengthAdjustmentType. EXPAND
EXPAND.static LengthAdjustmentType
LengthAdjustmentType. NO_CHANGE
NO_CHANGE.Methods in org.jfree.chart.ui with parameters of type LengthAdjustmentType Modifier and Type Method Description java.awt.geom.Rectangle2D
RectangleInsets. 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.
-