public class TempoChangedLayer extends java.lang.Object implements VirtualBookComponentLayer
Constructor and Description |
---|
TempoChangedLayer() |
Modifier and Type | Method and Description |
---|---|
void |
draw(java.awt.Graphics g,
JVirtualBookComponent jbookcomponentreference)
ask for a draw in the component
|
boolean |
isVisible()
ask if the layer is visible
|
void |
setVisible(boolean visible)
define if the layer is visible or not
|
public void draw(java.awt.Graphics g, JVirtualBookComponent jbookcomponentreference)
VirtualBookComponentLayer
draw
in interface VirtualBookComponentLayer
g
- the graphic reference for drawing with Java2Djbookcomponentreference
- the VirtualBookComponent referencepublic void setVisible(boolean visible)
VirtualBookComponentLayer
setVisible
in interface VirtualBookComponentLayer
public boolean isVisible()
VirtualBookComponentLayer
isVisible
in interface VirtualBookComponentLayer