Uses of Class
com.iizix.prop.GStroke.Join
Packages that use GStroke.Join Package Description com.iizix.prop Uses of GStroke.Join in com.iizix.prop
Fields in com.iizix.prop declared as GStroke.Join Modifier and Type Field Description GStroke.Join
GStroke. join
The join.Methods in com.iizix.prop that return GStroke.Join Modifier and Type Method Description static GStroke.Join
GStroke.Join. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GStroke.Join[]
GStroke.Join. 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.Join Constructor Description GStroke(GStroke.Cap cap, GStroke.Join join, float miterLimit, float width, GStroke.Style style, GColor color)
Creates an new stroke.