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 LabelOrientationChart.axisXLabelOrientationprotected LabelOrientationChart.axisYLabelOrientationprotected LabelOrientationChart.axisZLabelOrientation -
Uses of LabelOrientation in org.jzy3d.plot3d.primitives.axis.layout
Fields in org.jzy3d.plot3d.primitives.axis.layout declared as LabelOrientationModifier and TypeFieldDescriptionprotected LabelOrientationAxisLayout.xAxisLabelOrientationprotected LabelOrientationAxisLayout.yAxisLabelOrientationprotected LabelOrientationAxisLayout.zAxisLabelOrientationMethods in org.jzy3d.plot3d.primitives.axis.layout that return LabelOrientationModifier and TypeMethodDescriptionAxisLayout.getXAxisLabelOrientation()AxisLayout.getYAxisLabelOrientation()AxisLayout.getZAxisLabelOrientation()static LabelOrientationReturns 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 TypeMethodDescriptionvoidAxisLayout.setXAxisLabelOrientation(LabelOrientation xAxisLabelOrientation) voidAxisLayout.setYAxisLabelOrientation(LabelOrientation yAxisLabelOrientation) voidAxisLayout.setZAxisLabelOrientation(LabelOrientation zAxisLabelOrientation)