public abstract class HideableElement extends Object implements Element
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
hidden |
| Constructor and Description |
|---|
HideableElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(net.avh4.math.geometry.Rect bounds,
GraphicsOperations g,
FontMetricsService fm) |
protected abstract void |
drawGivenVisible(net.avh4.math.geometry.Rect bounds,
GraphicsOperations g,
FontMetricsService fm) |
boolean |
isHidden() |
void |
setHidden(boolean hidden) |
public final void draw(net.avh4.math.geometry.Rect bounds,
GraphicsOperations g,
FontMetricsService fm)
protected abstract void drawGivenVisible(net.avh4.math.geometry.Rect bounds,
GraphicsOperations g,
FontMetricsService fm)
public void setHidden(boolean hidden)
public boolean isHidden()
Copyright © 2013. All Rights Reserved.