Uses of Enum Class
org.jfree.chart3d.graphics2d.RefPt2D
Packages that use RefPt2D
Package
Description
Utility classes related to 2D graphics.
Provides value and range marker support for the axes on category and XYZ
plots.
Classes and interfaces for constructing tables for display to the user.
-
Uses of RefPt2D in org.jfree.chart3d.graphics2d
Methods in org.jfree.chart3d.graphics2d that return RefPt2DModifier and TypeMethodDescriptionAnchor2D.getRefPt()
Returns the reference point.static RefPt2D
Returns the enum constant of this class with the specified name.static RefPt2D[]
RefPt2D.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jfree.chart3d.graphics2d with parameters of type RefPt2DModifier and TypeMethodDescriptionstatic Fit2D
Fit2D.getNoScalingFitter
(RefPt2D refPt) Returns a fitter for the specified reference point.Constructors in org.jfree.chart3d.graphics2d with parameters of type RefPt2D -
Uses of RefPt2D in org.jfree.chart3d.marker
Methods in org.jfree.chart3d.marker with parameters of type RefPt2DModifier and TypeMethodDescriptionprotected static TextAnchor
AbstractMarker.deriveTextAnchor
(RefPt2D refPt, boolean vflip) A utility method that returns a suitable text anchor for a given reference point.protected static TextAnchor
AbstractMarker.deriveTextAnchorForLine
(RefPt2D refPt, boolean vflip) A utility method that returns a suitable text anchor for a given reference point relative to a line (rather than a rectangle which is the normal case). -
Uses of RefPt2D in org.jfree.chart3d.table
Methods in org.jfree.chart3d.table that return RefPt2DModifier and TypeMethodDescriptionAbstractTableElement.getRefPoint()
Returns the anchor point used to align the element with the bounding rectangle within which it is drawn.TableElement.getRefPoint()
Returns the reference point used to align the element with the bounding rectangle within which it is drawn.Methods in org.jfree.chart3d.table with parameters of type RefPt2DModifier and TypeMethodDescriptionvoid
AbstractTableElement.setRefPoint
(RefPt2D refPt) Sets the reference point.