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 ZAxisSide
AxisLayout. zAxisSide
Methods in org.jzy3d.plot3d.primitives.axis.layout that return ZAxisSide Modifier and Type Method Description ZAxisSide
AxisLayout. getZAxisSide()
static ZAxisSide
ZAxisSide. 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 void
AxisLayout. setZAxisSide(ZAxisSide zAxisSide)
-