public class KahinaEdgeSelectionEvent extends KahinaEvent
| Constructor and Description |
|---|
KahinaEdgeSelectionEvent(int selectedEdge) |
KahinaEdgeSelectionEvent(int selectedEdge,
KahinaChartViewPanel panel) |
| Modifier and Type | Method and Description |
|---|---|
KahinaChartViewPanel |
getPanel() |
int |
getSelectedEdge() |
java.lang.String |
toString() |
getTypepublic KahinaEdgeSelectionEvent(int selectedEdge)
public KahinaEdgeSelectionEvent(int selectedEdge,
KahinaChartViewPanel panel)
public int getSelectedEdge()
public KahinaChartViewPanel getPanel()
public java.lang.String toString()
toString in class KahinaEvent