|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jfree.chart.plot.Plot
nl.tudelft.simulation.jstats.charts.boxAndWhisker.BoxAndWhiskerPlot
The Summary chart class defines a summary chart.
(c) copyright 2003 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
| Field Summary | |
static short |
BORDER_SIZE
BORDER_SIZE refers to the width of the border on the panel |
static java.awt.Font |
FONT
FONT defines the font of the plot |
protected java.text.NumberFormat |
formatter
formatter formats the text |
static java.lang.String |
PLOT_TYPE
PLOT_TYPE refers to the plot type |
protected Tally[] |
tallies
target is the tally to represent |
static java.awt.Font |
TITLE_FONT
TITLE_FONT defines the font of the plot |
| Fields inherited from class org.jfree.chart.plot.Plot |
DEFAULT_BACKGROUND_ALPHA, DEFAULT_BACKGROUND_PAINT, DEFAULT_FOREGROUND_ALPHA, DEFAULT_INSETS, DEFAULT_OUTLINE_PAINT, DEFAULT_OUTLINE_STROKE, MINIMUM_HEIGHT_TO_DRAW, MINIMUM_WIDTH_TO_DRAW, ZERO |
| Constructor Summary | |
BoxAndWhiskerPlot()
constructs a new BoxAndWhiskerPlot |
|
| Method Summary | |
void |
add(Tally tally)
adds a tally to the array of targets; |
void |
draw(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D rectangle,
org.jfree.chart.plot.PlotState plotState,
org.jfree.chart.plot.PlotRenderingInfo plotRenderingInfo)
|
java.lang.String |
getPlotType()
|
void |
notify(nl.tudelft.simulation.event.EventInterface event)
|
| Methods inherited from class org.jfree.chart.plot.Plot |
addChangeListener, axisChanged, clone, datasetChanged, draw, drawBackground, drawBackgroundImage, drawNoDataMessage, drawOutline, equals, fillBackground, getBackgroundAlpha, getBackgroundImage, getBackgroundImageAlignment, getBackgroundPaint, getDataAreaRatio, getDatasetGroup, getDrawingSupplier, getForegroundAlpha, getInsets, getLegendItems, getNoDataMessage, getNoDataMessageFont, getNoDataMessagePaint, getOutlinePaint, getOutlineStroke, getParent, getRectX, getRectY, getRootPlot, handleClick, isSubplot, notifyListeners, removeChangeListener, resolveDomainAxisLocation, resolveRangeAxisLocation, setBackgroundAlpha, setBackgroundImage, setBackgroundImageAlignment, setBackgroundPaint, setDataAreaRatio, setDatasetGroup, setDrawingSupplier, setForegroundAlpha, setInsets, setInsets, setNoDataMessage, setNoDataMessageFont, setNoDataMessagePaint, setOutlinePaint, setOutlineStroke, setParent, zoom |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final short BORDER_SIZE
public static final java.lang.String PLOT_TYPE
public static final java.awt.Font FONT
public static final java.awt.Font TITLE_FONT
protected Tally[] tallies
protected java.text.NumberFormat formatter
| Constructor Detail |
public BoxAndWhiskerPlot()
| Method Detail |
public void add(Tally tally)
tally - the tally to be summarizedpublic java.lang.String getPlotType()
Plot.getPlotType()public void notify(nl.tudelft.simulation.event.EventInterface event)
notify in interface nl.tudelft.simulation.event.EventListenerInterface#notify(nl.tudelft.simulation.event.EventInterface)
public void draw(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D rectangle,
org.jfree.chart.plot.PlotState plotState,
org.jfree.chart.plot.PlotRenderingInfo plotRenderingInfo)
Plot.draw(java.awt.Graphics2D,
java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotState,
org.jfree.chart.plot.PlotRenderingInfo)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||