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