Package nl.saxion.app.canvas.drawable
Class TextCanvasElement
java.lang.Object
nl.saxion.app.canvas.CanvasElement
nl.saxion.app.canvas.drawable.DrawableElement
nl.saxion.app.canvas.drawable.TextCanvasElement
- Direct Known Subclasses:
BorderedTextCanvasElement
Draw a piece of text on the canvas
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(Graphics2D g) int
void
void
setTextSize
(int textSize)
-
Constructor Details
-
TextCanvasElement
-
-
Method Details
-
getTextSize
public int getTextSize() -
setTextSize
public void setTextSize(int textSize) -
getString
-
setString
-
draw
- Specified by:
draw
in classCanvasElement
-