Uses of Enum Class
com.iizix.prop.GStroke.Style
Packages that use GStroke.Style
Uses of GStroke.Style in com.iizix.prop
Fields in com.iizix.prop declared as GStroke.StyleMethods in com.iizix.prop that return GStroke.StyleModifier 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.Constructors in com.iizix.prop with parameters of type GStroke.StyleModifierConstructorDescriptionGStroke
(GStroke.Cap cap, GStroke.Join join, float miterLimit, float width, GStroke.Style style, GColor color) Creates an new stroke.