|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectechopoint.google.chart.model.BarChartSize
public class BarChartSize
A simple model object that may be used to represent the parameters that
control bar chart size. Use of this model object is entirely optional,
since the BarChart.setSize(String) method may
be used directly using the string value as required by Google API.
| Constructor Summary | |
|---|---|
BarChartSize(int width)
Create a new instance using the specified width. |
|
BarChartSize(int width,
int groupSpace)
Create a new instance using the specified width and intra-group spacing. |
|
BarChartSize(int width,
int groupSpace,
int space)
Create a new instance using the specified parameters. |
|
| Method Summary | |
|---|---|
int |
getGroupSpace()
Accessor for property 'groupSpace'. |
int |
getSpace()
Accessor for property 'space'. |
int |
getWidth()
Accessor for property 'width'. |
String |
toString()
Return a string representation of the data encapsulated in this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BarChartSize(int width)
width - The width of a bar in the chart.
public BarChartSize(int width,
int groupSpace)
width - The width of a bar in the chart.groupSpace - The intra-group spacing for the chart.
public BarChartSize(int width,
int groupSpace,
int space)
width - The width of a bar in the chart.groupSpace - The intra-group spacing for the chart.space - The space between groups in the chart.| Method Detail |
|---|
public String toString()
toString in class Objectpublic int getWidth()
public int getGroupSpace()
public int getSpace()
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||