|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectmascoptLib.gui.views.LayerInfo
Some informations on a layer.
Constructor Summary | |
LayerInfo(Layer layer,
boolean visible)
Constructor |
Method Summary | |
Layer |
getLayer()
Return the layer for this layer info. |
boolean |
isVisible()
Say if it is visible. |
void |
setVisible(boolean v)
Change the visible flag. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LayerInfo(Layer layer, boolean visible)
layer
- the layervisible
- say if it is visible.Method Detail |
public Layer getLayer()
public boolean isVisible()
public void setVisible(boolean v)
v
- a boolean.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |