mascoptLib.gui.views
Class LayerInfo

java.lang.Object
  |
  +--mascoptLib.gui.views.LayerInfo

public class LayerInfo
extends Object


Constructor Summary
LayerInfo(Layer layer, boolean visible)
           
 
Method Summary
 Layer getLayer()
           
 boolean isVisible()
           
 void setVisible(boolean v)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayerInfo

public LayerInfo(Layer layer,
                 boolean visible)
Method Detail

getLayer

public Layer getLayer()

isVisible

public boolean isVisible()

setVisible

public void setVisible(boolean v)