Uses of Class
org.jzy3d.plot3d.primitives.axis.layout.LabelOrientation
-
Packages that use LabelOrientation Package Description org.jzy3d.chart org.jzy3d.plot3d.primitives.axis.layout -
-
Uses of LabelOrientation in org.jzy3d.chart
Fields in org.jzy3d.chart declared as LabelOrientation Modifier and Type Field Description protected LabelOrientation
Chart. axisYLabelOrientation
-
Uses of LabelOrientation in org.jzy3d.plot3d.primitives.axis.layout
Fields in org.jzy3d.plot3d.primitives.axis.layout declared as LabelOrientation Modifier and Type Field Description protected LabelOrientation
AxisLayout. xAxisLabelOrientation
protected LabelOrientation
AxisLayout. yAxisLabelOrientation
protected LabelOrientation
AxisLayout. zAxisLabelOrientation
Methods in org.jzy3d.plot3d.primitives.axis.layout that return LabelOrientation Modifier and Type Method Description LabelOrientation
AxisLayout. getXAxisLabelOrientation()
LabelOrientation
AxisLayout. getYAxisLabelOrientation()
LabelOrientation
AxisLayout. getZAxisLabelOrientation()
static LabelOrientation
LabelOrientation. valueOf(String name)
Returns the enum constant of this type with the specified name.static LabelOrientation[]
LabelOrientation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jzy3d.plot3d.primitives.axis.layout with parameters of type LabelOrientation Modifier and Type Method Description void
AxisLayout. setXAxisLabelOrientation(LabelOrientation xAxisLabelOrientation)
void
AxisLayout. setYAxisLabelOrientation(LabelOrientation yAxisLabelOrientation)
void
AxisLayout. setZAxisLabelOrientation(LabelOrientation zAxisLabelOrientation)
-