Uses of Class
org.jfree.chart.api.LengthAdjustmentType
-
Packages that use LengthAdjustmentType Package Description org.jfree.chart.api Types and enumerations used in the JFreeChart public API.org.jfree.chart.plot Plot classes and related interfaces.org.jfree.chart.renderer.category Plug-in renderers for theCategoryPlotclass.org.jfree.chart.renderer.xy Plug-in renderers for theXYPlotclass. -
-
Uses of LengthAdjustmentType in org.jfree.chart.api
Methods in org.jfree.chart.api that return LengthAdjustmentType Modifier and Type Method Description static LengthAdjustmentTypeLengthAdjustmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static LengthAdjustmentType[]LengthAdjustmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jfree.chart.api 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. -
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.
-