mascoptLib.gui.views
Class Layer

java.lang.Object
  |
  +--mascoptLib.gui.views.Layer
Direct Known Subclasses:
GLayer

public class Layer
extends Object

Layer description : ;


Constructor Summary
Layer()
           
 
Method Summary
 void add(GObject comp)
           
 void add(GObject comp, int priority)
           
 void addView(View v)
           
 boolean contains(GObject comp)
           
 Component getComponentAt(Point p)
           
 void paint(Graphics g, Rectangle view)
           
 void remove(GObject comp)
           
 void remove(GObject comp, int priority)
           
 void removeView(View v)
           
 void repaint()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Layer

public Layer()
Method Detail

add

public void add(GObject comp)

add

public void add(GObject comp,
                int priority)

remove

public void remove(GObject comp)

contains

public boolean contains(GObject comp)

remove

public void remove(GObject comp,
                   int priority)

addView

public void addView(View v)

removeView

public void removeView(View v)

repaint

public void repaint()

getComponentAt

public Component getComponentAt(Point p)

paint

public void paint(Graphics g,
                  Rectangle view)