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, setPositiondisable, enable, isEnabled, setEnabled, setup, updateequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic 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.ViewComponentdraw in class usf.saav.common.mvc.ViewComponent.Default