Save This Page
Home » jcommon-1.0.13 » org.jfree » chart » renderer » xy » [javadoc | source]
org.jfree.chart.renderer.xy
public static class: StandardXYItemRenderer.State [javadoc | source]
java.lang.Object
   org.jfree.chart.renderer.RendererState
      org.jfree.chart.renderer.xy.XYItemRendererState
         org.jfree.chart.renderer.xy.StandardXYItemRenderer$State
Records the state for the renderer. This is used to preserve state information between calls to the drawItem() method for a single chart drawing.
Field Summary
public  GeneralPath seriesPath    The path for the current series. 
Fields inherited from org.jfree.chart.renderer.xy.XYItemRendererState:
workingLine
Constructor:
 public State(PlotRenderingInfo info) 
    Creates a new state instance.
    Parameters:
    info - the plot rendering info.
Method from org.jfree.chart.renderer.xy.StandardXYItemRenderer$State Summary:
getSeriesIndex,   isLastPointGood,   setLastPointGood,   setSeriesIndex
Methods from org.jfree.chart.renderer.xy.XYItemRendererState:
getProcessVisibleItemsOnly,   setProcessVisibleItemsOnly
Methods from org.jfree.chart.renderer.RendererState:
getEntityCollection,   getInfo
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.chart.renderer.xy.StandardXYItemRenderer$State Detail:
 public int getSeriesIndex() 
    Returns the series index for the current path.
 public boolean isLastPointGood() 
    Returns a flag that indicates if the last point drawn (in the current series) was 'good' (non-null).
 public  void setLastPointGood(boolean good) 
    Sets a flag that indicates if the last point drawn (in the current series) was 'good' (non-null).
 public  void setSeriesIndex(int index) 
    Sets the series index for the current path.