Uses of Class
com.openinventor.hardcopy.SoVectorizeAction.Orientations
-
Packages that use SoVectorizeAction.Orientations Package Description com.openinventor.hardcopy Resolution-independent vector/polygon hardcopy. -
-
Uses of SoVectorizeAction.Orientations in com.openinventor.hardcopy
Methods in com.openinventor.hardcopy that return SoVectorizeAction.Orientations Modifier and Type Method Description SoVectorizeAction.Orientations
SoVectorizeAction. getOrientation()
Returns the orientation of the drawing on the sheet of paper.static SoVectorizeAction.Orientations
SoVectorizeAction.Orientations. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoVectorizeAction.Orientations
SoVectorizeAction.Orientations. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoVectorizeAction.Orientations[]
SoVectorizeAction.Orientations. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.hardcopy with parameters of type SoVectorizeAction.Orientations Modifier and Type Method Description void
SoVectorizeAction. setOrientation(SoVectorizeAction.Orientations o)
Sets the orientation of the drawing on the sheet of paper.
-