|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.basedb.clients.web.extensions.plot.PlotGeneratorBean
public class PlotGeneratorBean
A simple bean-like implementation of the PlotGenerator
interface.
Field Summary | |
---|---|
private int |
height
|
private String |
id
|
private String |
title
|
private String |
url
|
private int |
width
|
Constructor Summary | |
---|---|
PlotGeneratorBean()
|
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. |
void |
setHeight(int height)
|
void |
setId(String id)
|
void |
setTitle(String title)
|
void |
setUrl(String url)
|
void |
setWidth(int width)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String id
private String title
private String url
private int height
private int width
Constructor Detail |
---|
public PlotGeneratorBean()
Method Detail |
---|
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)
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |