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