Uses of Enum Class
com.iizix.prop.GStroke.Style
Uses of GStroke.Style in com.iizix.prop
Modifier and TypeMethodDescriptionstatic GStroke.Style
Returns the enum constant of this class with the specified name.static GStroke.Style[]
GStroke.Style.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.