org.gscg.gameleader.animation2D
Class GisActorImageDataElement
java.lang.Object
org.gscg.gameleader.animation2D.ImageDataElement
org.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 imagekey
- the keyimage
- the name of the imagelocation
- the locationdimension
- the dimension of the imageactorClassName
- the name of the actor classactorName
- the name of the actor
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.