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
Fields in org.jfree.chart.plot declared as LengthAdjustmentTypeModifier and TypeFieldDescriptionprivate LengthAdjustmentTypeMarker.labelOffsetTypeThe offset type for the domain or range axis (nevernull).Methods in org.jfree.chart.plot that return LengthAdjustmentTypeMethods in org.jfree.chart.plot with parameters of type LengthAdjustmentTypeModifier and TypeMethodDescriptionvoidMarker.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 LengthAdjustmentTypeModifier and TypeMethodDescriptionprotected 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 LengthAdjustmentTypeModifier and TypeMethodDescriptionprotected 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.private Point2DAbstractXYItemRenderer.calculateRangeMarkerTextAnchorPoint(Graphics2D g2, PlotOrientation orientation, Rectangle2D dataArea, 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 LengthAdjustmentTypeModifier and TypeFieldDescriptionstatic final LengthAdjustmentTypeLengthAdjustmentType.CONTRACTCONTRACT.static final LengthAdjustmentTypeLengthAdjustmentType.EXPANDEXPAND.static final LengthAdjustmentTypeLengthAdjustmentType.NO_CHANGENO_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.