org.gscg.gameleader.animation2D
Interface ImageDataInterface

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ImageDataElement

public interface ImageDataInterface
extends java.io.Serializable

The ImageDataInterface describes the methods an ImageDateElement must implement.

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

Method Summary
 java.lang.String getImage()
          returns the url of the image as a String
 java.lang.String getKey()
          method get key
 double[] getPoint()
           
 java.lang.String getType()
          Method getType returns a String reflecting the type of image, e.g.
 void setPoints(double[] points)
          sets the directed point
 

Method Detail

getType

public java.lang.String getType()
Method getType returns a String reflecting the type of image, e.g. GisActorAnimation or SingleImageRenderable

Returns:
returns the type

getKey

public java.lang.String getKey()
method get key

Returns:
returns the key

getPoint

public double[] getPoint()
Returns:
returns an array of doubles reflecting the point

setPoints

public void setPoints(double[] points)
sets the directed point

Parameters:
points - the points reflecting the directed point

getImage

public java.lang.String getImage()
returns the url of the image as a String

Returns:
returns the url of the image as a String


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