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 LabelOrientationChart. 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 LabelOrientationAxisLayout. xAxisLabelOrientationprotected LabelOrientationAxisLayout. yAxisLabelOrientationprotected LabelOrientationAxisLayout. zAxisLabelOrientationMethods in org.jzy3d.plot3d.primitives.axis.layout that return LabelOrientation Modifier and Type Method Description LabelOrientationAxisLayout. getXAxisLabelOrientation()LabelOrientationAxisLayout. getYAxisLabelOrientation()LabelOrientationAxisLayout. getZAxisLabelOrientation()static LabelOrientationLabelOrientation. 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 voidAxisLayout. setXAxisLabelOrientation(LabelOrientation xAxisLabelOrientation)voidAxisLayout. setYAxisLabelOrientation(LabelOrientation yAxisLabelOrientation)voidAxisLayout. setZAxisLabelOrientation(LabelOrientation zAxisLabelOrientation) 
 -