gumbo.graphic.math
Class Vector3Field

java.lang.Object
  |
  +--gumbo.util.AbstractDisposable
        |
        +--gumbo.util.route.EventNode
              |
              +--gumbo.util.route.EventDataNode
                    |
                    +--gumbo.util.route.AbstractObjectField
                          |
                          +--gumbo.graphic.math.Vector3Field
All Implemented Interfaces:
Disposable, EventNodeMarker
Direct Known Subclasses:
Vector3Field.EventIn, Vector3Field.EventInOut, Vector3Field.EventOut

public class Vector3Field
extends AbstractObjectField

Version:
$Revision: 1.3 $
Author:
Jon Barrilleaux (jonb@jmbaai.com) of JMB and Associates Inc.

Nested Class Summary
static class Vector3Field.EventIn
           
static class Vector3Field.EventInOut
           
static class Vector3Field.EventOut
           
 
Nested classes inherited from class gumbo.util.route.AbstractObjectField
AbstractObjectField.EventIn, AbstractObjectField.EventOut
 
Constructor Summary
Vector3Field()
           
Vector3Field(Vector3 init)
           
 
Method Summary
 Vector3 get()
          Gets this field's data value.
 
Methods inherited from class gumbo.util.route.AbstractObjectField
checkSender, checkValue, getDataType, getDataValue, getObject, implSend, implSet, set
 
Methods inherited from class gumbo.util.route.EventDataNode
checkRouter, enableDebug, getReceivers, getRelayType, getSenders, implDispose, implSend, implSysProcess, isReceiver, isSender, process, setDebug, setDebug, setRelayType, sync
 
Methods inherited from class gumbo.util.route.EventNode
isLocked
 
Methods inherited from class gumbo.util.AbstractDisposable
dispose, isDisposed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vector3Field

public Vector3Field()

Vector3Field

public Vector3Field(Vector3 init)
Method Detail

get

public final Vector3 get()
Gets this field's data value.