Uses of Class
com.openinventor.hardcopy.SoVectorizeAction.JoinLineStyles
-
Packages that use SoVectorizeAction.JoinLineStyles Package Description com.openinventor.hardcopy Resolution-independent vector/polygon hardcopy. -
-
Uses of SoVectorizeAction.JoinLineStyles in com.openinventor.hardcopy
Methods in com.openinventor.hardcopy that return SoVectorizeAction.JoinLineStyles Modifier and Type Method Description SoVectorizeAction.JoinLineStyles
SoVectorizeAction. getLineJoinsStyle()
Returns the style for line joins.static SoVectorizeAction.JoinLineStyles
SoVectorizeAction.JoinLineStyles. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoVectorizeAction.JoinLineStyles
SoVectorizeAction.JoinLineStyles. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoVectorizeAction.JoinLineStyles[]
SoVectorizeAction.JoinLineStyles. 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.JoinLineStyles Modifier and Type Method Description void
SoVectorizeAction. setLineJoinsStyle(SoVectorizeAction.JoinLineStyles style)
Sets the style for line joins.
-