Uses of Enum Class
org.jfree.chart3d.Orientation
Packages that use Orientation
Package
Description
Classes related to chart legends.
-
Uses of Orientation in org.jfree.chart3d
Methods in org.jfree.chart3d that return OrientationModifier and TypeMethodDescriptionChart3D.getLegendOrientation()
Returns the orientation for the legend.static Orientation
Returns the enum constant of this class with the specified name.static Orientation[]
Orientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jfree.chart3d with parameters of type OrientationModifier and TypeMethodDescriptionvoid
Chart3D.setLegendOrientation
(Orientation orientation) Sets the legend orientation and sends aChart3DChangeEvent
to all registered listeners.void
Chart3D.setLegendPosition
(Anchor2D anchor, Orientation orientation) Sets the legend position (both the anchor point and the orientation) and sends aChart3DChangeEvent
to all registered listeners. -
Uses of Orientation in org.jfree.chart3d.legend
Methods in org.jfree.chart3d.legend that return OrientationMethods in org.jfree.chart3d.legend with parameters of type OrientationModifier and TypeMethodDescriptionColorScaleLegendBuilder.createLegend
(Plot3D plot, Anchor2D anchor, Orientation orientation, ChartStyle style) Creates a new color scale legend with the specified orientation.LegendBuilder.createLegend
(Plot3D plot, Anchor2D anchor, Orientation orientation, ChartStyle style) Creates a legend for the specified plot.StandardLegendBuilder.createLegend
(Plot3D plot, Anchor2D anchor, Orientation orientation, ChartStyle style) Creates and returns a legend (instance ofTableElement
) that provides a visual key for the data series in the specified plot.Constructors in org.jfree.chart3d.legend with parameters of type OrientationModifierConstructorDescriptionColorScaleElement
(ColorScale scale, Orientation orientation, double barWidth, double barLength, Font font, Color textColor) Creates a newColorScaleElement
with the specified attributes.