Uses of Enum
org.jzy3d.plot3d.primitives.axis.layout.LabelOrientation
-
Uses of LabelOrientation in org.jzy3d.chart
Modifier and TypeFieldDescriptionprotected LabelOrientation
Chart.axisXLabelOrientation
protected LabelOrientation
Chart.axisYLabelOrientation
protected LabelOrientation
Chart.axisZLabelOrientation
-
Uses of LabelOrientation in org.jzy3d.plot3d.primitives.axis.layout
Modifier and TypeFieldDescriptionprotected LabelOrientation
AxisLayout.xAxisLabelOrientation
protected LabelOrientation
AxisLayout.yAxisLabelOrientation
protected LabelOrientation
AxisLayout.zAxisLabelOrientation
Modifier 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.Modifier and TypeMethodDescriptionvoid
AxisLayout.setXAxisLabelOrientation
(LabelOrientation xAxisLabelOrientation) void
AxisLayout.setYAxisLabelOrientation
(LabelOrientation yAxisLabelOrientation) void
AxisLayout.setZAxisLabelOrientation
(LabelOrientation zAxisLabelOrientation)