edu.ucla.stat.SOCR.chart.gui
Class HiddenPlot

java.lang.Object
  extended by org.jfree.chart.plot.Plot
      extended by edu.ucla.stat.SOCR.chart.gui.HiddenPlot
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.EventListener, org.jfree.chart.event.AxisChangeListener, org.jfree.chart.event.MarkerChangeListener, org.jfree.chart.LegendItemSource, org.jfree.data.general.DatasetChangeListener, org.jfree.util.PublicCloneable

public class HiddenPlot
extends org.jfree.chart.plot.Plot

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jfree.chart.plot.Plot
DEFAULT_BACKGROUND_ALPHA, DEFAULT_BACKGROUND_PAINT, DEFAULT_FOREGROUND_ALPHA, DEFAULT_INSETS, DEFAULT_LEGEND_ITEM_BOX, DEFAULT_LEGEND_ITEM_CIRCLE, DEFAULT_OUTLINE_PAINT, DEFAULT_OUTLINE_STROKE, MINIMUM_HEIGHT_TO_DRAW, MINIMUM_WIDTH_TO_DRAW, ZERO
 
Constructor Summary
HiddenPlot()
           
 
Method Summary
 void draw(java.awt.Graphics2D arg0, java.awt.geom.Rectangle2D arg1, java.awt.geom.Point2D arg2, org.jfree.chart.plot.PlotState arg3, org.jfree.chart.plot.PlotRenderingInfo arg4)
           
 java.lang.String getPlotType()
           
 
Methods inherited from class org.jfree.chart.plot.Plot
addChangeListener, axisChanged, clone, createAndAddEntity, datasetChanged, drawBackground, drawBackgroundImage, drawNoDataMessage, drawOutline, equals, fillBackground, fillBackground, fireChangeEvent, getBackgroundAlpha, getBackgroundImage, getBackgroundImageAlignment, getBackgroundImageAlpha, getBackgroundPaint, getDatasetGroup, getDrawingSupplier, getForegroundAlpha, getInsets, getLegendItems, getNoDataMessage, getNoDataMessageFont, getNoDataMessagePaint, getOutlinePaint, getOutlineStroke, getParent, getRectX, getRectY, getRootPlot, handleClick, isNotify, isOutlineVisible, isSubplot, markerChanged, notifyListeners, removeChangeListener, resolveDomainAxisLocation, resolveRangeAxisLocation, setBackgroundAlpha, setBackgroundImage, setBackgroundImageAlignment, setBackgroundImageAlpha, setBackgroundPaint, setDatasetGroup, setDrawingSupplier, setDrawingSupplier, setForegroundAlpha, setInsets, setInsets, setNoDataMessage, setNoDataMessageFont, setNoDataMessagePaint, setNotify, setOutlinePaint, setOutlineStroke, setOutlineVisible, setParent, zoom
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiddenPlot

public HiddenPlot()
Method Detail

draw

public void draw(java.awt.Graphics2D arg0,
                 java.awt.geom.Rectangle2D arg1,
                 java.awt.geom.Point2D arg2,
                 org.jfree.chart.plot.PlotState arg3,
                 org.jfree.chart.plot.PlotRenderingInfo arg4)
Specified by:
draw in class org.jfree.chart.plot.Plot

getPlotType

public java.lang.String getPlotType()
Specified by:
getPlotType in class org.jfree.chart.plot.Plot