|
Generic Environment GUI Class Library | |||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object
|
+--ScaledDisplay
|
+--ScaledImageDisplay
|
+--TintedImageDisplay
Environment-Based Applications:
A TintedImageDisplay displays an object as a
tinted image in an environment.
| Constructor Summary | |
TintedImageDisplay(java.lang.String imageFilename)
Constructs an object that knows how to display a tinted image. |
|
| Method Summary | |
void |
adjust(Locatable obj,
java.awt.Component comp,
java.awt.Graphics2D g2)
Adjusts the graphics system for drawing a tinted image. |
| Methods inherited from class ScaledImageDisplay |
draw, tint |
| Methods inherited from class ScaledDisplay |
draw |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TintedImageDisplay(java.lang.String imageFilename)
imageFilename - name of file containing image| Method Detail |
public void adjust(Locatable obj,
java.awt.Component comp,
java.awt.Graphics2D g2)
adjust in class ScaledImageDisplay
|
Generic Environment GUI Class Library | |||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||