org.gscg.gameleader.animation2D
Class GisActorImageDataElement

java.lang.Object
  extended byorg.gscg.gameleader.animation2D.ImageDataElement
      extended byorg.gscg.gameleader.animation2D.GisActorImageDataElement
All Implemented Interfaces:
ImageDataInterface, java.io.Serializable

public class GisActorImageDataElement
extends ImageDataElement

The GisActorImageDataElement contains the data for an actor image which can be displayed on a remote animation panel.

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 is proprietary information of Delft University of Technology.

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

Constructor Summary
GisActorImageDataElement(java.lang.String type, java.lang.String key, java.lang.String image, nl.tudelft.simulation.language.d3.DirectedPoint location, java.awt.Dimension dimension, java.lang.String actorClassName, java.lang.String actorName)
          constructs a new GisActorImageDataElement
 
Method Summary
 java.lang.String getActorClassName()
           
 java.lang.String getActorName()
           
 java.awt.Dimension getDimension()
           
 
Methods inherited from class org.gscg.gameleader.animation2D.ImageDataElement
getImage, getKey, getPoint, getType, setPoints, setPoints
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GisActorImageDataElement

public GisActorImageDataElement(java.lang.String type,
                                java.lang.String key,
                                java.lang.String image,
                                nl.tudelft.simulation.language.d3.DirectedPoint location,
                                java.awt.Dimension dimension,
                                java.lang.String actorClassName,
                                java.lang.String actorName)
constructs a new GisActorImageDataElement

Parameters:
type - the type of the image
key - the key
image - the name of the image
location - the location
dimension - the dimension of the image
actorClassName - the name of the actor class
actorName - the name of the actor
Method Detail

getActorClassName

public java.lang.String getActorClassName()
Returns:
Returns the actor class name

getActorName

public java.lang.String getActorName()
Returns:
Returns the name of the actor

getDimension

public java.awt.Dimension getDimension()
Returns:
returns the dimension of the image


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