|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectTGLabelOp
public class TGLabelOp
This class implements a TurtleGraphics LABEL graphics operation.
| Constructor Summary | |
|---|---|
TGLabelOp(java.lang.String label,
TGPoint where,
java.awt.Font font,
java.awt.Color color)
|
|
| Method Summary | |
|---|---|
java.awt.Rectangle |
doIt(java.awt.image.BufferedImage inMemoryImage)
Perform an operation on (do something) with the provided Image and return a Rectangle which is a cliprect for the area of the Image that was changed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TGLabelOp(java.lang.String label,
TGPoint where,
java.awt.Font font,
java.awt.Color color)
| Method Detail |
|---|
public java.awt.Rectangle doIt(java.awt.image.BufferedImage inMemoryImage)
TGGraphicsOp
doIt in interface TGGraphicsOpinMemoryImage - the object on which to draw
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||