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