Uses of Class
org.jzy3d.plot3d.primitives.axis.layout.ZAxisSide
-
Packages that use ZAxisSide Package Description org.jzy3d.plot3d.primitives.axis.layout -
-
Uses of ZAxisSide in org.jzy3d.plot3d.primitives.axis.layout
Fields in org.jzy3d.plot3d.primitives.axis.layout declared as ZAxisSide Modifier and Type Field Description protected ZAxisSideAxisLayout. zAxisSideMethods in org.jzy3d.plot3d.primitives.axis.layout that return ZAxisSide Modifier and Type Method Description ZAxisSideAxisLayout. getZAxisSide()static ZAxisSideZAxisSide. valueOf(String name)Returns the enum constant of this type with the specified name.static ZAxisSide[]ZAxisSide. 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 ZAxisSide Modifier and Type Method Description voidAxisLayout. setZAxisSide(ZAxisSide zAxisSide)
-