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 VirtualBookComponentLayerNamepublic void draw(java.awt.Graphics g,
JVirtualBookComponent jbookcomponentreference)
VirtualBookComponentLayerdraw in interface VirtualBookComponentLayerg - the graphic reference for drawing with Java2Djbookcomponentreference - the VirtualBookComponent referencepublic void setVisible(boolean visible)
setVisible in interface VirtualBookComponentLayerpublic boolean isVisible()
isVisible in interface VirtualBookComponentLayer