|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPaint
Describes methods used to draw components.
| Method Summary | |
|---|---|
void |
paint(Graphics2D g)
Paints an object. |
void |
setTransform(AffineTransform Tx)
Sets a transformation for the object to paint. |
| Method Detail |
|---|
void setTransform(AffineTransform Tx)
Tx - The transformation to apply.void paint(Graphics2D g)
g - The device to paint the object to.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||