|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
public java.lang.String getType()
public java.lang.String getKey()
public double[] getPoint()
public void setPoints(double[] points)
points
- the points reflecting the directed pointpublic java.lang.String getImage()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |