org.gscg.gameleader.animation2D
Class GisGraphicsRenderable.Locatable

java.lang.Object
  extended byorg.gscg.gameleader.animation2D.GisGraphicsRenderable.Locatable
All Implemented Interfaces:
nl.tudelft.simulation.dsol.animation.LocatableInterface, java.io.Serializable
Enclosing class:
GisGraphicsRenderable

protected class GisGraphicsRenderable.Locatable
extends java.lang.Object
implements nl.tudelft.simulation.dsol.animation.LocatableInterface, java.io.Serializable

A private implementation of the locatable interface.

(c) copyright 2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl. The source code and binary code of this software are proprietary information of Delft University of Technology.

Since:
1.1.3
Version:
$Revision: 1.1 $ $Date: 2005/06/16 12:34:02 $
Author:
Stijn-Pieter van Houten
See Also:
Serialized Form

Constructor Summary
GisGraphicsRenderable.Locatable(nl.tudelft.simulation.language.d3.DirectedPoint location, nl.tudelft.simulation.language.d3.BoundingBox bounds)
          constructs a new Locatable
 
Method Summary
 javax.media.j3d.Bounds getBounds()
           
 nl.tudelft.simulation.language.d3.DirectedPoint getLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GisGraphicsRenderable.Locatable

public GisGraphicsRenderable.Locatable(nl.tudelft.simulation.language.d3.DirectedPoint location,
                                       nl.tudelft.simulation.language.d3.BoundingBox bounds)
constructs a new Locatable

Parameters:
location - the location
bounds - the bounds
Method Detail

getLocation

public nl.tudelft.simulation.language.d3.DirectedPoint getLocation()
                                                            throws java.rmi.RemoteException
Specified by:
getLocation in interface nl.tudelft.simulation.dsol.animation.LocatableInterface
Throws:
java.rmi.RemoteException
See Also:
LocatableInterface.getLocation()

getBounds

public javax.media.j3d.Bounds getBounds()
                                 throws java.rmi.RemoteException
Specified by:
getBounds in interface nl.tudelft.simulation.dsol.animation.LocatableInterface
Throws:
java.rmi.RemoteException
See Also:
LocatableInterface.getBounds()


Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.