Uses of Class
org.jzy3d.plot3d.primitives.axis.layout.LabelOrientation
- 
Packages that use LabelOrientation Package Description org.jzy3d.plot3d.primitives.axis.layout  - 
- 
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()LabelOrientationIAxisLayout. getXAxisLabelOrientation()LabelOrientationAxisLayout. getYAxisLabelOrientation()LabelOrientationIAxisLayout. getYAxisLabelOrientation()LabelOrientationAxisLayout. getZAxisLabelOrientation()LabelOrientationIAxisLayout. 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)voidIAxisLayout. setXAxisLabelOrientation(LabelOrientation xAxisLabelOrientation)voidAxisLayout. setYAxisLabelOrientation(LabelOrientation yAxisLabelOrientation)voidIAxisLayout. setYAxisLabelOrientation(LabelOrientation yAxisLabelOrientation)voidAxisLayout. setZAxisLabelOrientation(LabelOrientation zAxisLabelOrientation)voidIAxisLayout. setZAxisLabelOrientation(LabelOrientation zAxisLabelOrientation) 
 -