Uses of Enum Class
com.iizix.prop.GStroke.Cap
Uses of GStroke.Cap in com.iizix.prop
Modifier 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.ModifierConstructorDescriptionGStroke
(GStroke.Cap cap, GStroke.Join join, float miterLimit, float width, GStroke.Style style, GColor color) Creates an new stroke.