public interface PlotGenerator
Modifier and Type | Method and Description |
---|---|
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.
|
String getId()
String getUrl()
int getWidth()
int getHeight()
String getTitle()