java.lang.Object
com.memoire.dja.DjaLibDetect
- public class DjaLibDetect
- extends java.lang.Object
|
Method Summary |
static java.lang.Object |
detect(DjaGrid _grid,
DjaVector _v,
int _x,
int _y,
java.lang.Object _exclude,
int _type)
|
static java.lang.Object |
detect(DjaGrid _grid,
int _x,
int _y)
|
static java.lang.Object |
detect(DjaGrid _grid,
int _x,
int _y,
java.lang.Object _exclude,
int _type)
|
static DjaObject |
detectObject(DjaGrid _grid,
int _x,
int _y)
|
static DjaObject |
detectObject(DjaVector _v,
int _x,
int _y)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HANDLES
public static final int HANDLES
- See Also:
- Constant Field Values
CONTROLS
public static final int CONTROLS
- See Also:
- Constant Field Values
ATTACHS
public static final int ATTACHS
- See Also:
- Constant Field Values
ANCHORS
public static final int ANCHORS
- See Also:
- Constant Field Values
TEXTS
public static final int TEXTS
- See Also:
- Constant Field Values
OBJECTS
public static final int OBJECTS
- See Also:
- Constant Field Values
ALL
public static final int ALL
- See Also:
- Constant Field Values
DjaLibDetect
public DjaLibDetect()
detect
public static final java.lang.Object detect(DjaGrid _grid,
int _x,
int _y)
detect
public static final java.lang.Object detect(DjaGrid _grid,
int _x,
int _y,
java.lang.Object _exclude,
int _type)
detect
public static final java.lang.Object detect(DjaGrid _grid,
DjaVector _v,
int _x,
int _y,
java.lang.Object _exclude,
int _type)
detectObject
public static final DjaObject detectObject(DjaGrid _grid,
int _x,
int _y)
detectObject
public static final DjaObject detectObject(DjaVector _v,
int _x,
int _y)