|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlotGenerator
Contains information about a single image in an overview plot. The information returned by implementations are usually placed as properties in <img> tags.
Method Summary | |
---|---|
int |
getHeight()
Get the height of the generated image. |
String |
getId()
Get the ID of the image. |
String |
getTitle()
Get the title of the generated image. |
String |
getUrl()
Get the URL to a servlet that is used to generate the image. |
int |
getWidth()
Get the width of the generated image. |
Method Detail |
---|
String getId()
String getUrl()
int getWidth()
int getHeight()
String getTitle()
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |