JIDE 3.5.15

com.jidesoft.chart.model
Interface Highlightable

All Known Implementing Classes:
ChartPoint, ChartPoint3D, ChartPointND, ChartPointOHLC, ModelMorpher.TransitionPoint, RectangularPoint, TransposingChartPoint

public interface Highlightable

If points of a ChartModel implement the Highlightable interface then a ChartStyle can be associated with those points that differ from the rest of the points of the model. As the name suggests, this facility is provided as a mechanism to draw attention to some points of a model that display some special semantic property. It is a very general mechanism and the semantics are defined by the application, but as an example you might want to mark some points as being outliers (that perhaps are ignored for the purposes of calculating averages).

See Also:
Highlight

Method Summary
 Highlight getHighlight()
           
 void setHighlight(Highlight h)
          Specify the highlight to be associated with this object
 

Method Detail

getHighlight

Highlight getHighlight()
Returns:
the Highlight associated with this object, or null if there is no highlight

setHighlight

void setHighlight(Highlight h)
Specify the highlight to be associated with this object

Parameters:
h - the new highlight

JIDE 3.5.15