| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpedviz.event.NodeViewEvent
public class NodeViewEvent
Contains informations about a NodeView Event.
| Field Summary | |
|---|---|
static int | 
POSITION_X
 | 
static int | 
POSITION_Y
 | 
static int | 
POSITION_Z
 | 
| Constructor Summary | |
|---|---|
NodeViewEvent(NodeView nodeview,
              int type)
Creates a new NodeViewEvent with the given parameters.  | 
|
| Method Summary | |
|---|---|
 NodeView | 
getNodeview()
Returns the NodeView object.  | 
 int | 
getType()
Returns the type.  | 
 void | 
setNodeview(NodeView nodeview)
Sets the NodeView object.  | 
 void | 
setType(int type)
Sets the type.  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final int POSITION_X
public static final int POSITION_Y
public static final int POSITION_Z
| Constructor Detail | 
|---|
public NodeViewEvent(NodeView nodeview,
                     int type)
nodeview - NodeView object.type - Type.| Method Detail | 
|---|
public int getType()
public void setType(int type)
type - the type.public NodeView getNodeview()
public void setNodeview(NodeView nodeview)
nodeview - the NodeView object.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||