|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PaintMode | |
| edu.neu.ccs.gui | Provides classes and interfaces for designing and implementing graphical interfaces and for the creation of paintable and mutatable objects.. |
| Uses of PaintMode in edu.neu.ccs.gui |
| Fields in edu.neu.ccs.gui declared as PaintMode | |
static PaintMode |
PaintMode.FILL
The paint mode corresponding to filling the shape of the shape paintable using its fill paint. |
static PaintMode |
PaintMode.DRAW
The paint mode corresponding to drawing the shape of the shape paintable using its draw paint and draw stroke. |
static PaintMode |
PaintMode.FILL_DRAW
The paint mode corresponding to filling the shape of the shape paintable using its fill paint and then drawing the shape using its draw paint and draw stroke. |
| Methods in edu.neu.ccs.gui that return PaintMode | |
PaintMode |
ShapePaintable.getPaintMode()
Returns the paint mode. |
| Methods in edu.neu.ccs.gui with parameters of type PaintMode | |
void |
ShapePaintable.setPaintMode(PaintMode paintmode)
Sets the paint mode. |
| Constructors in edu.neu.ccs.gui with parameters of type PaintMode | |
ShapePaintable(Shape shape,
PaintMode paintmode)
The constructor to specify the shape and the paint mode. |
|
ShapePaintable(Shape shape,
PaintMode paintmode,
Paint fillpaint)
The constructor to specify the shape, the paint mode, and the fill paint. |
|
ShapePaintable(Shape shape,
PaintMode paintmode,
Paint fillpaint,
Paint drawpaint)
The constructor to specify the shape, the paint mode, the fill paint, and the draw paint. |
|
ShapePaintable(Shape shape,
PaintMode paintmode,
Paint fillpaint,
Paint drawpaint,
Stroke drawstroke)
The constructor to specify the shape, the paint mode, the fill paint, the draw paint, and the drawstroke. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||