|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
fr.esrf.tangoatk.widget.util.chart.JLChartEvent
public class JLChartEvent
Event sent when when the user click on the graph
| Field Summary | |
|---|---|
SearchInfo |
searchResult
|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
JLChartEvent(java.lang.Object source,
SearchInfo si)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
JLDataView |
getDataView()
Gets the dataView that contains the clicked point. |
int |
getDataViewIndex()
Gets the index of the clicked point in the dataView. |
double |
getTransformedXValue()
Gets the x transformed value (through the A0,A1,A2 polynomial transform) Does not make conversion in normal monitoring mode (not XY) |
double |
getTransformedYValue()
Gets the y transformed value (through the A0,A1,A2 polynomial transform) |
java.lang.String |
getVersion()
|
double |
getX()
Gets the x value pixel coordinates |
double |
getXValue()
Gets the x value (original value) |
double |
getY()
Gets the y value pixel coordinates |
double |
getYValue()
Gets the y value (original value) |
void |
setSource(java.lang.Object source)
|
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public SearchInfo searchResult
| Constructor Detail |
|---|
public JLChartEvent(java.lang.Object source,
SearchInfo si)
| Method Detail |
|---|
public void setSource(java.lang.Object source)
public java.lang.String getVersion()
public java.lang.Object clone()
clone in class java.lang.Objectpublic double getX()
public double getY()
public double getXValue()
public double getYValue()
public double getTransformedXValue()
public double getTransformedYValue()
public int getDataViewIndex()
public JLDataView getDataView()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||