|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.progeeks.jfreechart.DefaultFocusHandler
org.progeeks.jfreechart.XYCrosshairsFocusHandler
org.progeeks.jfreechart.TimeSeriesCrosshairsFocusHandler
public class TimeSeriesCrosshairsFocusHandler
FocusHandler which more accurately draws the crosshairs for TimeSeriesDataItems.
Field Summary | |
---|---|
protected static Log |
log
|
Constructor Summary | |
---|---|
TimeSeriesCrosshairsFocusHandler()
|
Method Summary | |
---|---|
protected double |
getDomainCrosshairValue(org.jfree.data.xy.XYDataset focusedData)
Get the true time point. |
boolean |
handleFocus(java.lang.Object newFocus)
|
Methods inherited from class org.progeeks.jfreechart.XYCrosshairsFocusHandler |
---|
getRangeCrosshairValue, getYValue |
Methods inherited from class org.progeeks.jfreechart.DefaultFocusHandler |
---|
getChart, getProducer, setChart, setProducer, transformFocusData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final Log log
Constructor Detail |
---|
public TimeSeriesCrosshairsFocusHandler()
Method Detail |
---|
public boolean handleFocus(java.lang.Object newFocus)
handleFocus
in interface ChartFocusHandler
handleFocus
in class XYCrosshairsFocusHandler
protected double getDomainCrosshairValue(org.jfree.data.xy.XYDataset focusedData)
getDomainCrosshairValue
in class XYCrosshairsFocusHandler
focusedData
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |