Uses of Class
org.jfree.chart.ui.LengthAdjustmentType
| Package | Description |
|---|---|
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
| org.jfree.chart.renderer.category |
Plug-in renderers for the
CategoryPlot class. |
| org.jfree.chart.renderer.xy |
Plug-in renderers for the
XYPlot class. |
| org.jfree.chart.ui |
Utility classes that relate to user interface items.
|
-
Uses of LengthAdjustmentType in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return LengthAdjustmentType Modifier and Type Method Description LengthAdjustmentTypeMarker. getLabelOffsetType()Returns the label offset type.Methods in org.jfree.chart.plot with parameters of type LengthAdjustmentType Modifier and Type Method Description voidMarker. setLabelOffsetType(LengthAdjustmentType adj)Sets the label offset type and sends aMarkerChangeEventto 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 Point2DAbstractCategoryItemRenderer. 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 Point2DAbstractCategoryItemRenderer. 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 LengthAdjustmentType Modifier and Type Method Description protected Point2DAbstractXYItemRenderer. 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 LengthAdjustmentType Modifier and Type Field Description static LengthAdjustmentTypeLengthAdjustmentType. CONTRACTCONTRACT.static LengthAdjustmentTypeLengthAdjustmentType. EXPANDEXPAND.static LengthAdjustmentTypeLengthAdjustmentType. NO_CHANGENO_CHANGE.Methods in org.jfree.chart.ui with parameters of type LengthAdjustmentType Modifier and Type Method Description Rectangle2DRectangleInsets. 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.