|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.chart.JFreeChart
com.pushtotest.tool.charts.PTTChart
com.pushtotest.tool.charts.Distribution
public class Distribution
| Field Summary |
|---|
| Fields inherited from class org.jfree.chart.JFreeChart |
|---|
DEFAULT_BACKGROUND_IMAGE, DEFAULT_BACKGROUND_IMAGE_ALIGNMENT, DEFAULT_BACKGROUND_IMAGE_ALPHA, DEFAULT_BACKGROUND_PAINT, DEFAULT_TITLE_FONT, INFO |
| Constructor Summary | |
|---|---|
Distribution(org.jfree.chart.plot.Plot plot)
|
|
Distribution(java.lang.String title,
java.awt.Font font,
org.jfree.chart.plot.Plot plot,
boolean legend)
|
|
| Method Summary | |
|---|---|
void |
addDuration(double offset,
double duration)
|
void |
addDuration(double offset,
double duration,
int seriesindex)
|
void |
addDuration(double offset,
double duration,
java.lang.String seriesname)
|
void |
addSeries(java.lang.String SeriesName)
|
int |
getSeriesByName(java.lang.String SeriesName)
|
static void |
main(java.lang.String[] args)
|
void |
setYAxisTitle(java.lang.String title)
|
| Methods inherited from class org.jfree.chart.JFreeChart |
|---|
addChangeListener, addLegend, addProgressListener, addSubtitle, clearSubtitles, clone, createBufferedImage, createBufferedImage, createBufferedImage, createBufferedImage, draw, draw, draw, drawTitle, equals, fireChartChanged, getAntiAlias, getBackgroundImage, getBackgroundImageAlignment, getBackgroundImageAlpha, getBackgroundPaint, getBorderPaint, getBorderStroke, getCategoryPlot, getLegend, getLegend, getPadding, getPlot, getRenderingHints, getSubtitle, getSubtitleCount, getSubtitles, getTitle, getXYPlot, handleClick, isBorderVisible, isNotify, notifyListeners, notifyListeners, plotChanged, removeChangeListener, removeLegend, removeProgressListener, removeSubtitle, setAntiAlias, setBackgroundImage, setBackgroundImageAlignment, setBackgroundImageAlpha, setBackgroundPaint, setBorderPaint, setBorderStroke, setBorderVisible, setNotify, setPadding, setRenderingHints, setSubtitles, setTitle, setTitle, titleChanged |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Distribution(org.jfree.chart.plot.Plot plot)
public Distribution(java.lang.String title,
java.awt.Font font,
org.jfree.chart.plot.Plot plot,
boolean legend)
| Method Detail |
|---|
public void addDuration(double offset,
double duration)
public void addDuration(double offset,
double duration,
int seriesindex)
public void addDuration(double offset,
double duration,
java.lang.String seriesname)
public int getSeriesByName(java.lang.String SeriesName)
public void addSeries(java.lang.String SeriesName)
public void setYAxisTitle(java.lang.String title)
public static void main(java.lang.String[] args)
args -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||