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