Uses of Enum Class
com.openinventor.hardcopy.SoVectorizeAction.Orientations
Packages that use SoVectorizeAction.Orientations
-
Uses of SoVectorizeAction.Orientations in com.openinventor.hardcopy
Methods in com.openinventor.hardcopy that return SoVectorizeAction.OrientationsModifier and TypeMethodDescriptionSoVectorizeAction.getOrientation()
Returns the orientation of the drawing on the sheet of paper.SoVectorizeAction.Orientations.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SoVectorizeAction.Orientations[]
SoVectorizeAction.Orientations.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.hardcopy with parameters of type SoVectorizeAction.OrientationsModifier and TypeMethodDescriptionvoid
SoVectorizeAction.setOrientation
(SoVectorizeAction.Orientations o) Sets the orientation of the drawing on the sheet of paper.