public final class ChartEvent extends EventObject
Chart. Delivered to
ChartListener methods.source| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Name of the object where the action happened.
|
double[] |
getValues()
Values of the objects at a place where the action happened.
|
boolean |
isCtrlKey()
Ctrl key indication.
|
boolean |
isShiftKey()
Shift key indication.
|
getSource, toStringpublic String getLabel()
public double[] getValues()
public boolean isShiftKey()
public boolean isCtrlKey()
Copyright © 2017. All rights reserved.