public static enum GeomSSCanvas3D.PDViewAngle extends java.lang.Enum<GeomSSCanvas3D.PDViewAngle>
setView
.Enum Constant and Description |
---|
BOTTOM |
FRONT |
LEFT_SIDE |
REAR |
RIGHT_SIDE |
TOP |
TOP_LEFT_BACK |
TOP_LEFT_FRONT |
TOP_RIGHT_BACK |
TOP_RIGHT_FRONT |
Modifier and Type | Method and Description |
---|---|
Matrix3d |
getRotationMatrix() |
static GeomSSCanvas3D.PDViewAngle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GeomSSCanvas3D.PDViewAngle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeomSSCanvas3D.PDViewAngle RIGHT_SIDE
public static final GeomSSCanvas3D.PDViewAngle LEFT_SIDE
public static final GeomSSCanvas3D.PDViewAngle TOP
public static final GeomSSCanvas3D.PDViewAngle BOTTOM
public static final GeomSSCanvas3D.PDViewAngle FRONT
public static final GeomSSCanvas3D.PDViewAngle REAR
public static final GeomSSCanvas3D.PDViewAngle TOP_RIGHT_FRONT
public static final GeomSSCanvas3D.PDViewAngle TOP_LEFT_FRONT
public static final GeomSSCanvas3D.PDViewAngle TOP_RIGHT_BACK
public static final GeomSSCanvas3D.PDViewAngle TOP_LEFT_BACK
public static GeomSSCanvas3D.PDViewAngle[] values()
for (GeomSSCanvas3D.PDViewAngle c : GeomSSCanvas3D.PDViewAngle.values()) System.out.println(c);
public static GeomSSCanvas3D.PDViewAngle valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic Matrix3d getRotationMatrix()