object
Class ViewablePoint

java.lang.Object
  extended by object.PublicVariable
      extended by object.ViewableVariable
          extended by object.ViewablePoint

public class ViewablePoint
extends ViewableVariable

Author:
rzm To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Nested Class Summary
 
Nested classes/interfaces inherited from class object.PublicVariable
PublicVariable.OwnershipState
 
Field Summary
 
Fields inherited from class object.PublicVariable
hasValue, myHandle, obLook, ownersHandle, ownership
 
Constructor Summary
ViewablePoint(int x, int y)
           
ViewablePoint(java.awt.Point p)
           
 
Method Summary
 java.awt.Point get()
           
 void set(java.awt.Point newValue)
           
 
Methods inherited from class object.ViewableVariable
checkOwnership
 
Methods inherited from class object.PublicVariable
addVariableListener, isOwned, removeVariableListener, requestOwnership, waitForOwnershipResolution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewablePoint

public ViewablePoint(java.awt.Point p)

ViewablePoint

public ViewablePoint(int x,
                     int y)
Method Detail

set

public void set(java.awt.Point newValue)
         throws hla.rti13.java1.RTIexception,
                java.io.IOException
Throws:
hla.rti13.java1.RTIexception
java.io.IOException

get

public java.awt.Point get()