JIDE 2.9.5

com.jidesoft.chart.model
Class Highlight

java.lang.Object
  extended by com.jidesoft.chart.model.Highlight

public class Highlight
extends Object

This is really a semantic tag for a point style. Highlights exist at the model level and are applied to ChartPoints. When painting the points, the highlight is translated to a PointStyle that is stored at the View level in the Chart class.

Author:
Simon White (swhite@catalysoft.com)

Field Summary
static Highlight fill
           
static Highlight rollover
          Deprecated. in favour of use of rollover property on a Chart
static Highlight selected
          Deprecated. in favour of use of ListSelectionModel, which is separate from the data model
 
Constructor Summary
Highlight(String newName)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String name()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

selected

public static final Highlight selected
Deprecated. in favour of use of ListSelectionModel, which is separate from the data model

rollover

public static final Highlight rollover
Deprecated. in favour of use of rollover property on a Chart

fill

public static final Highlight fill
Constructor Detail

Highlight

public Highlight(String newName)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

name

public String name()

toString

public String toString()
Overrides:
toString in class Object

JIDE 2.9.5