public abstract class LabelDrawing
extends usf.saav.common.mvc.ViewComponent.Default
implements usf.saav.common.mvc.ViewComponent
Modifier and Type | Class and Description |
---|---|
static class |
LabelDrawing.BasicLabel
The Class BasicLabel.
|
static class |
LabelDrawing.ComputingLabel
The Class ComputingLabel.
|
Constructor and Description |
---|
LabelDrawing() |
Modifier and Type | Method and Description |
---|---|
void |
draw(usf.saav.common.mvc.swing.TGraphics g) |
int |
getLabelSize()
Gets the label size.
|
void |
setLabelSize(int size)
Sets the label size.
|
getHeight, getPosition, getU0, getV0, getWidth, inRange, setPosition, setPosition
disable, enable, isEnabled, setEnabled, setup, update
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public void setLabelSize(int size)
size
- the new label sizepublic int getLabelSize()
public void draw(usf.saav.common.mvc.swing.TGraphics g)
draw
in interface usf.saav.common.mvc.ViewComponent
draw
in class usf.saav.common.mvc.ViewComponent.Default