|
ICY Version 1.0.1.0
|
Public Member Functions | |
| TextPainter (Sequence s, double t, double z, double x, double y, String text) | |
| void | moveTo (double x, double y) |
| void | keyPressed (KeyEvent e, Point2D imagePoint, IcyCanvas canvas) |
| void | setVisible (boolean b) |
| void | paint (Graphics2D g, Sequence sequence, IcyCanvas canvas) |
| Color | getBackgroundColor () |
| void | setBackgroundColor (Color backgroundColor) |
| Color | getColor () |
| void | setColor (Color color) |
| boolean | isAllowPaintIn3D () |
| void | setAllowPaintIn3D (boolean allowPaintIn3D) |
| boolean | isVisible () |
Public Attributes | |
| double | t |
| String | text |
Package Attributes | |
| double | z |
| double | x |
| double | y |
| Rectangle | activeRect = new Rectangle(10, 10, 20, 20) |
| void icy.painter.TextPainter.keyPressed | ( | KeyEvent | e, |
| Point2D | imagePoint, | ||
| IcyCanvas | canvas | ||
| ) |
| e | key event |
| imagePoint | mouse position in image coordinates |
| canvas | icy canvas |
Reimplemented from icy.painter.PainterAdaptater.
paint method called to draw the painter
Reimplemented from icy.painter.PainterAdaptater.
1.7.3