Class RestChart
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.model.chart.RestChart
-
public class RestChart extends Object
User: mwent Date: May 13, 2009 Time: 7:39:32 PM
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getHeight()
String
getImageMap()
String
getImageMapName()
String
getLocation()
Integer
getWidth()
void
setHeight(int height)
void
setImageMap(String imageMap)
void
setImageMapName(String imageMapName)
void
setLocation(String location)
void
setWidth(int width)
-
-
-
Field Detail
-
LOCATION
public static final String LOCATION
- See Also:
- Constant Field Values
-
IMAGE_MAP_NAME
public static final String IMAGE_MAP_NAME
- See Also:
- Constant Field Values
-
IMAGE_MAP
public static final String IMAGE_MAP
- See Also:
- Constant Field Values
-
WIDTH
public static final String WIDTH
- See Also:
- Constant Field Values
-
HEIGHT
public static final String HEIGHT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RestChart
public RestChart()
-
RestChart
public RestChart(Map chart)
-
-
Method Detail
-
getLocation
public String getLocation()
-
setLocation
public void setLocation(String location)
-
getImageMapName
public String getImageMapName()
-
setImageMapName
public void setImageMapName(String imageMapName)
-
getImageMap
public String getImageMap()
-
setImageMap
public void setImageMap(String imageMap)
-
getWidth
public Integer getWidth()
-
setWidth
public void setWidth(int width)
-
getHeight
public Integer getHeight()
-
setHeight
public void setHeight(int height)
-
-