Interface MmGUI

All Known Implementing Classes:
MmCaract, MmFond, MmGUIObject, MmObject, MmState

interface MmGUI


Method Summary
 void creation(javax.swing.JLayeredPane fond)
           
 int getLayer()
           
 javax.swing.JLayeredPane getPane()
           
 java.awt.Rectangle getRect()
           
 boolean isVisible()
           
 void move(int px, int py)
           
 void moveTo(int x, int y)
           
 javax.swing.JLayeredPane remove()
           
 void resetLocation()
           
 void setLayer(int couche)
           
 void setLocation(int x, int y)
           
 void setPane(javax.swing.JLayeredPane nouveau)
           
 void setVisible(boolean val)
           
 

Method Detail

getLayer

public int getLayer()

setLayer

public void setLayer(int couche)

getRect

public java.awt.Rectangle getRect()

setVisible

public void setVisible(boolean val)

isVisible

public boolean isVisible()

resetLocation

public void resetLocation()

setLocation

public void setLocation(int x,
                        int y)

moveTo

public void moveTo(int x,
                   int y)

move

public void move(int px,
                 int py)

setPane

public void setPane(javax.swing.JLayeredPane nouveau)

getPane

public javax.swing.JLayeredPane getPane()

remove

public javax.swing.JLayeredPane remove()

creation

public void creation(javax.swing.JLayeredPane fond)