Uses of Enum Class
com.openinventor.hardcopy.SoVectorizeAction.EndLineStyles
Packages that use SoVectorizeAction.EndLineStyles
-
Uses of SoVectorizeAction.EndLineStyles in com.openinventor.hardcopy
Methods in com.openinventor.hardcopy that return SoVectorizeAction.EndLineStylesModifier and TypeMethodDescriptionSoVectorizeAction.getLineEndStyle()
Returns the style for line ends.SoVectorizeAction.EndLineStyles.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.EndLineStyles[]
SoVectorizeAction.EndLineStyles.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.EndLineStylesModifier and TypeMethodDescriptionvoid
SoVectorizeAction.setLineEndStyle
(SoVectorizeAction.EndLineStyles style) Sets the style for line ends.