com.jivesoftware.base.stats
Class Chart
java.lang.Object
com.jivesoftware.base.stats.Chart
public class Chart
- extends java.lang.Object
A class to abstract a chart. There are 3 typs of charts supported in the system,
bar, line and pie charts. Reports need to declare why type of report image they
will generate.
Field Summary |
static int |
BAR
|
static int |
LINE
|
static int |
PIE
|
Constructor Summary |
Chart(java.lang.String title)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BAR
public static final int BAR
- See Also:
- Constant Field Values
LINE
public static final int LINE
- See Also:
- Constant Field Values
PIE
public static final int PIE
- See Also:
- Constant Field Values
Chart
public Chart(java.lang.String title)
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String title)
getXaxisLabel
public java.lang.String getXaxisLabel()
setXaxisLabel
public void setXaxisLabel(java.lang.String xaxisLabel)
getYaxisLabel
public java.lang.String getYaxisLabel()
setYaxisLabel
public void setYaxisLabel(java.lang.String yaxisLabel)
getType
public int getType()
setType
public void setType(int type)
getLabels
public java.lang.String[] getLabels()
setLabels
public void setLabels(java.lang.String[] labels)
Copyright © 1999-2006 Jive Software.