Uses of Enum Class
com.iizix.prop.GStroke.Cap
Packages that use GStroke.Cap
Uses of GStroke.Cap in com.iizix.prop
Fields in com.iizix.prop declared as GStroke.CapMethods in com.iizix.prop that return GStroke.CapModifier and TypeMethodDescriptionstatic GStroke.Cap
Returns the enum constant of this class with the specified name.static GStroke.Cap[]
GStroke.Cap.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.iizix.prop with parameters of type GStroke.CapModifierConstructorDescriptionGStroke
(GStroke.Cap cap, GStroke.Join join, float miterLimit, float width, GStroke.Style style, GColor color) Creates an new stroke.