ICY Version 1.0.1.0
Public Member Functions | Public Attributes | Package Attributes

icy.painter.TextPainter Class Reference

Inheritance diagram for icy.painter.TextPainter:
icy.painter.AbstractPainter icy.painter.PainterAdaptater icy.common.IcyChangedListener icy.painter.Painter

List of all members.

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)

Member Function Documentation

void icy.painter.TextPainter.keyPressed ( KeyEvent  e,
Point2D  imagePoint,
IcyCanvas  canvas 
)
Parameters:
ekey event
imagePointmouse position in image coordinates
canvasicy canvas

Reimplemented from icy.painter.PainterAdaptater.

void icy.painter.TextPainter.paint ( Graphics2D  g,
Sequence  sequence,
IcyCanvas  canvas 
)

paint method called to draw the painter

Reimplemented from icy.painter.PainterAdaptater.


The documentation for this class was generated from the following file:
 All Classes Functions Variables