|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Visual
Interface representing a "visual". A visual is an object that can be drawn to the screen or other output device.
| Method Summary | |
|---|---|
int |
getBaseline()
Returns the visual's baseline. |
int |
getHeight()
Returns the visual's height. |
int |
getWidth()
Returns the visual's width. |
void |
paint(Graphics2D graphics)
Paints the visual. |
| Method Detail |
|---|
int getWidth()
int getHeight()
int getBaseline()
void paint(Graphics2D graphics)
graphics - The graphics context in which to paint the visual.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||