astex
Class RendererEvent

java.lang.Object
  extended by astex.RendererEvent

public class RendererEvent
extends java.lang.Object

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

ObjectAdded

public static final int ObjectAdded
See Also:
Constant Field Values

ObjectRemoved

public static final int ObjectRemoved
See Also:
Constant Field Values

FrontClipMoved

public static final int FrontClipMoved
See Also:
Constant Field Values

BackClipMoved

public static final int BackClipMoved
See Also:
Constant Field Values
Constructor Detail

RendererEvent

public RendererEvent(int t,
                     java.lang.Object o)
Method Detail

getType

public int getType()
Get the value of type.

Returns:
value of type.

setType

public void setType(int v)
Set the value of type.

Parameters:
v - Value to assign to type.

getItem

public java.lang.Object getItem()
Get the value of item.

Returns:
value of item.

setItem

public void setItem(java.lang.Object v)
Set the value of item.

Parameters:
v - Value to assign to item.