Uses of Enum
org.jzy3d.plot3d.primitives.axis.layout.LabelOrientation
Packages that use LabelOrientation
-
Uses of LabelOrientation in org.jzy3d.chart
Fields in org.jzy3d.chart declared as LabelOrientationModifier and TypeFieldDescriptionprotected LabelOrientation
Chart.axisXLabelOrientation
protected LabelOrientation
Chart.axisYLabelOrientation
protected LabelOrientation
Chart.axisZLabelOrientation
-
Uses of LabelOrientation in org.jzy3d.plot3d.primitives.axis.layout
Fields in org.jzy3d.plot3d.primitives.axis.layout declared as LabelOrientationModifier and TypeFieldDescriptionprotected LabelOrientation
AxisLayout.xAxisLabelOrientation
protected LabelOrientation
AxisLayout.yAxisLabelOrientation
protected LabelOrientation
AxisLayout.zAxisLabelOrientation
Methods in org.jzy3d.plot3d.primitives.axis.layout that return LabelOrientationModifier and TypeMethodDescriptionAxisLayout.getXAxisLabelOrientation()
AxisLayout.getYAxisLabelOrientation()
AxisLayout.getZAxisLabelOrientation()
static LabelOrientation
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 LabelOrientationModifier and TypeMethodDescriptionvoid
AxisLayout.setXAxisLabelOrientation
(LabelOrientation xAxisLabelOrientation) void
AxisLayout.setYAxisLabelOrientation
(LabelOrientation yAxisLabelOrientation) void
AxisLayout.setZAxisLabelOrientation
(LabelOrientation zAxisLabelOrientation)