|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectastex.RendererEvent
public class RendererEvent
Events fired from the renderer.
| Field Summary | |
|---|---|
static int |
BackClipMoved
|
static int |
FrontClipMoved
|
static int |
ObjectAdded
|
static int |
ObjectRemoved
|
| Constructor Summary | |
|---|---|
RendererEvent(int t,
java.lang.Object o)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getItem()
Get the value of item. |
int |
getType()
Get the value of type. |
void |
setItem(java.lang.Object v)
Set the value of item. |
void |
setType(int v)
Set the value of type. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ObjectAdded
public static final int ObjectRemoved
public static final int FrontClipMoved
public static final int BackClipMoved
| Constructor Detail |
|---|
public RendererEvent(int t,
java.lang.Object o)
| Method Detail |
|---|
public int getType()
public void setType(int v)
v - Value to assign to type.public java.lang.Object getItem()
public void setItem(java.lang.Object v)
v - Value to assign to item.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||