Class RestChart
java.lang.Object
com.atlassian.bamboo.plugins.rest.model.chart.RestChart
User: mwent Date: May 13, 2009 Time: 7:39:32 PM
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetWidth()
void
setHeight
(int height) void
setImageMap
(String imageMap) void
setImageMapName
(String imageMapName) void
setLocation
(String location) void
setWidth
(int width)
-
Field Details
-
LOCATION
- See Also:
-
IMAGE_MAP_NAME
- See Also:
-
IMAGE_MAP
- See Also:
-
WIDTH
- See Also:
-
HEIGHT
- See Also:
-
-
Constructor Details
-
RestChart
public RestChart() -
RestChart
-
-
Method Details
-
getLocation
-
setLocation
-
getImageMapName
-
setImageMapName
-
getImageMap
-
setImageMap
-
getWidth
-
setWidth
public void setWidth(int width) -
getHeight
-
setHeight
public void setHeight(int height)
-