|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JPTComponent | |
| 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 JPTComponent in edu.neu.ccs.gui |
| Subclasses of JPTComponent in edu.neu.ccs.gui | |
class |
PaintableComponent
Class PaintableComponent encapsulates a
Paintable and uses that paintable to define the
PaintComponent method and to determine the size
of the component. |
class |
PaintSwatch
Class PaintSwatch is a light weight component to draw
a rectangular paint swatch with a given paint, size, and optional
border. |
| Methods in edu.neu.ccs.gui that return JPTComponent | |
static JPTComponent |
PaintableTools.makeComponent(Paintable paintable)
Returns a JPTComponent using the given
Paintable to define its location and paint
behavior. |
static JPTComponent |
PaintableTools.makeComponent(Paintable paintable,
Color color)
Returns a JPTComponent using the given
Paintable to define its location and paint
behavior
and the optional background color. |
static JPTComponent |
PaintableTools.makeComponent(Paintable paintable,
Color color,
boolean opaque)
Returns a JPTComponent using the given
Paintable to define its location and paint
behavior,
the optional background color,
and the opacity setting. |
static JPTComponent |
PaintableTools.makeComponent(Paintable paintable,
Color color,
boolean opaque,
Border border)
Returns a JPTComponent using the given
Paintable to define its location and paint
behavior,
the optional background color,
the opacity setting,
and the component border. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||