|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectewe.fx.Brush
A Brush is used with certain draw operations in ewe.fx.Graphics. See the Graphics.setBrush(Brush b) method.
| Field Summary | |
Color |
color
The color for the Brush. |
static int |
SOLID
A Brush style. |
int |
style
The style for the Brush. |
| Constructor Summary | |
Brush(Color color,
int style)
Create a new Brush Object. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, toString |
| Field Detail |
public Color color
public int style
public static final int SOLID
| Constructor Detail |
public Brush(Color color,
int style)
color - The color for the Brush.style - The style for the Brush. Currently only SOLID is supported.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||