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