|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlsagpi.DibujarCajas
public class DibujarCajas
Dibuja los bordes de los elementos de cuarto actual.
Constructor Summary | |
---|---|
DibujarCajas(java.util.Vector elemens,
java.awt.image.ImageObserver obs)
Constructor Dibujar Cajas. |
Method Summary | |
---|---|
java.lang.String |
evaluarPosicion(int x,
int y)
Evalua la posicion para determinar si hay algun elemento. |
Elemento |
getElemento(int x,
int y)
Evalua la posicion para determinar si hay algun elemento. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DibujarCajas(java.util.Vector elemens, java.awt.image.ImageObserver obs)
elemens
- elementos del cuarto actual.obs
- Observador.Method Detail |
---|
public java.lang.String evaluarPosicion(int x, int y)
x
- posicion x.y
- posicion y.
public Elemento getElemento(int x, int y)
x
- posicion x.y
- posicion y.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |