|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SMText | |
| sm | |
| Uses of SMText in sm |
| Methods in sm that return SMText | |
SMText |
SMText.setText(java.lang.String text)
Sets the text to be displayed. |
SMText |
SMText.setLocation(java.awt.geom.Point2D loc)
Sets the location of the text. |
SMText |
SMText.setFont(java.awt.Font f)
Sets the text font1. |
SMText |
SMShape.asText()
Returns this shape if it is a text, null otherwise |
SMText |
SMCanvas.newText(java.awt.geom.Point2D p,
java.lang.String text,
java.awt.Font font)
Create a new text and adds it to the canvas |
SMText |
SMCanvas.newText(double x,
double y,
java.lang.String text,
java.awt.Font font)
Create a new text and adds it to the canvas |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||