Uses of Class
com.saperion.ngc.viewer.hylandviewer.annotation.json.StrokePattern
-
Packages that use StrokePattern Package Description com.saperion.ngc.viewer.hylandviewer.annotation.json -
-
Uses of StrokePattern in com.saperion.ngc.viewer.hylandviewer.annotation.json
Methods in com.saperion.ngc.viewer.hylandviewer.annotation.json that return StrokePattern Modifier and Type Method Description static StrokePattern
StrokePattern. forValue(java.lang.String value)
StrokePattern
Stroke. getStrokePattern()
static StrokePattern
StrokePattern. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StrokePattern[]
StrokePattern. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.saperion.ngc.viewer.hylandviewer.annotation.json with parameters of type StrokePattern Modifier and Type Method Description void
Stroke. setStrokePattern(StrokePattern strokePattern)
-