public interface PlotGenerator
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Get the height of the generated image.
|
java.lang.String |
getId()
Get the ID of the image.
|
java.lang.String |
getTitle()
Get the title of the generated image.
|
java.lang.String |
getUrl()
Get the URL to a servlet that is used to generate the image.
|
int |
getWidth()
Get the width of the generated image.
|
java.lang.String getId()
java.lang.String getUrl()
int getWidth()
int getHeight()
java.lang.String getTitle()