Uses of Class
com.iizix.prop.GStroke.Style
Packages that use GStroke.Style Package Description com.iizix.prop Uses of GStroke.Style in com.iizix.prop
Fields in com.iizix.prop declared as GStroke.Style Modifier and Type Field Description GStroke.Style
GStroke. style
The style.Methods in com.iizix.prop that return GStroke.Style Modifier and Type Method Description static GStroke.Style
GStroke.Style. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GStroke.Style[]
GStroke.Style. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.iizix.prop with parameters of type GStroke.Style Constructor Description GStroke(GStroke.Cap cap, GStroke.Join join, float miterLimit, float width, GStroke.Style style, GColor color)
Creates an new stroke.