Uses of Enum Class
com.openinventor.hardcopy.SoVectorizeAction.JoinLineStyles
Packages that use SoVectorizeAction.JoinLineStyles
-
Uses of SoVectorizeAction.JoinLineStyles in com.openinventor.hardcopy
Methods in com.openinventor.hardcopy that return SoVectorizeAction.JoinLineStylesModifier and TypeMethodDescriptionSoVectorizeAction.getLineJoinsStyle()
Returns the style for line joins.SoVectorizeAction.JoinLineStyles.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.JoinLineStyles[]
SoVectorizeAction.JoinLineStyles.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.JoinLineStylesModifier and TypeMethodDescriptionvoid
SoVectorizeAction.setLineJoinsStyle
(SoVectorizeAction.JoinLineStyles style) Sets the style for line joins.