gumbo.graphic.math
Class Point3Field

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

public class Point3Field
extends AbstractObjectField

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

Nested Class Summary
static class Point3Field.EventIn
           
static class Point3Field.EventInOut
           
static class Point3Field.EventOut
           
 
Nested classes inherited from class gumbo.util.route.AbstractObjectField
AbstractObjectField.EventIn, AbstractObjectField.EventOut
 
Constructor Summary
Point3Field()
           
Point3Field(Point3 init)
           
 
Method Summary
 Point3 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

Point3Field

public Point3Field()

Point3Field

public Point3Field(Point3 init)
Method Detail

get

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