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