public class PlotGeneratorBean extends java.lang.Object implements PlotGenerator
PlotGenerator
interface.Modifier and Type | Field and Description |
---|---|
private int |
height |
private java.lang.String |
id |
private java.lang.String |
title |
private java.lang.String |
url |
private int |
width |
Constructor and Description |
---|
PlotGeneratorBean() |
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.
|
void |
setHeight(int height) |
void |
setId(java.lang.String id) |
void |
setTitle(java.lang.String title) |
void |
setUrl(java.lang.String url) |
void |
setWidth(int width) |
private java.lang.String id
private java.lang.String title
private java.lang.String url
private int height
private int width
public java.lang.String getId()
PlotGenerator
getId
in interface PlotGenerator
public int getHeight()
PlotGenerator
getHeight
in interface PlotGenerator
public int getWidth()
PlotGenerator
getWidth
in interface PlotGenerator
public java.lang.String getTitle()
PlotGenerator
getTitle
in interface PlotGenerator
public java.lang.String getUrl()
PlotGenerator
getUrl
in interface PlotGenerator
public void setId(java.lang.String id)
public void setTitle(java.lang.String title)
public void setUrl(java.lang.String url)
public void setHeight(int height)
public void setWidth(int width)