|
Graphics2D Actor API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
g2d.subset.DEvent
public class DEvent
| Field Summary | |
|---|---|
static int |
ADD
|
static int |
DELETE
|
protected ArrayList<Urelement> |
slice
|
protected int |
state
|
protected int |
type
|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
DEvent(Universe entries,
ArrayList<Urelement> slice,
int type)
|
|
DEvent(Universe entries,
int type)
|
|
DEvent(Universe entries,
int type,
int state)
|
|
| Method Summary | |
|---|---|
Universe |
src()
|
String |
toString()
|
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int ADD
public static final int DELETE
protected int state
protected int type
protected ArrayList<Urelement> slice
| Constructor Detail |
|---|
public DEvent(Universe entries,
int type)
public DEvent(Universe entries,
int type,
int state)
public DEvent(Universe entries,
ArrayList<Urelement> slice,
int type)
| Method Detail |
|---|
public Universe src()
public String toString()
toString in class EventObject
|
Graphics2D Actor API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||