JIDE 3.5.15

com.jidesoft.chart.render
Class AbstractPointRenderer

java.lang.Object
  extended by com.jidesoft.chart.render.AbstractRenderer
      extended by com.jidesoft.chart.render.AbstractPointRenderer
All Implemented Interfaces:
PointRenderer
Direct Known Subclasses:
CandlestickPointRenderer, DefaultPointRenderer, RectangularPointRenderer, SphericalPointRenderer

public abstract class AbstractPointRenderer
extends AbstractRenderer
implements PointRenderer


Field Summary
 
Fields inherited from class com.jidesoft.chart.render.AbstractRenderer
alwaysShowOutlines, PROPERTY_OUTLINE_WIDTH, ROLLOVER_INTENSITY, support
 
Constructor Summary
AbstractPointRenderer()
           
 
Method Summary
protected  ChartStyle getStyle(Chart chart, ChartModel model, Chartable p, boolean isSelected, boolean hasRollover, boolean hasFocus)
          Returns a ChartStyle to use for the supplied model.
 
Methods inherited from class com.jidesoft.chart.render.AbstractRenderer
addPropertyChangeListener, getOutlineColor, getOutlineWidth, getSelectionColor, isAlwaysShowOutlines, removePropertyChangeListener, setAlwaysShowOutlines, setOutlineColor, setOutlineWidth, setSelectionColor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jidesoft.chart.render.PointRenderer
renderPoint
 

Constructor Detail

AbstractPointRenderer

public AbstractPointRenderer()
Method Detail

getStyle

protected ChartStyle getStyle(Chart chart,
                              ChartModel model,
                              Chartable p,
                              boolean isSelected,
                              boolean hasRollover,
                              boolean hasFocus)
Returns a ChartStyle to use for the supplied model. This method will always return a ChartStyle instance and will not return null.


JIDE 3.5.15