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.jsonMethods in com.saperion.ngc.viewer.hylandviewer.annotation.json that return StrokePattern Modifier and Type Method Description static StrokePatternStrokePattern. forValue(java.lang.String value)StrokePatternStroke. getStrokePattern()static StrokePatternStrokePattern. 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 voidStroke. setStrokePattern(StrokePattern strokePattern)
 
-