public class MarkerLayer extends java.lang.Object implements VirtualBookComponentLayer, VirtualBookComponentLayerName
Constructor and Description |
---|
MarkerLayer() |
Modifier and Type | Method and Description |
---|---|
void |
draw(java.awt.Graphics g,
JVirtualBookComponent jbookcomponentreference)
ask for a draw in the component
|
java.lang.String |
getDisplayName() |
boolean |
isVisible()
is the layer visible ?
|
void |
setVisible(boolean visible)
set visible or not the layer
|
public java.lang.String getDisplayName()
getDisplayName
in interface VirtualBookComponentLayerName
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)
setVisible
in interface VirtualBookComponentLayer
public boolean isVisible()
isVisible
in interface VirtualBookComponentLayer