Changed Constructors |
BasicStroke(float )
|
Documentation changed from old to new. |
Constructs a solid BasicStroke with the specified line width and with default values for the cap and join styles. |
BasicStroke(float, int, int)
|
Documentation changed from old to new. |
Constructs a solid BasicStroke with the specified attributes. |
BasicStroke(float, int, int, float)
|
Documentation changed from old to new. |
Constructs a solid BasicStroke with the specified attributes. |
BasicStroke(float, int, int, float, float[], float)
|
Documentation changed from old to new. |
Constructs a new BasicStroke with the specified attributes. |