public class XYChartSelection<X,Y>
extends java.lang.Object
| Constructor and Description |
|---|
XYChartSelection(X startX,
X endX,
Y startY,
Y endY,
boolean autoRangeY)
Initializes a new instance of the
XYChartSelection class |
XYChartSelection(XYChartSelection<X,Y> selection)
Copy constructor for the
XYChartSelection class. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
X |
getEndX()
Returns the upper bound on the X axis of the selection
|
Y |
getEndY()
Returns the upper bound on the Y axis of the selection
|
X |
getStartX()
Returns the lower bound on the X axis of the selection
|
Y |
getStartY()
Returns the lower bound on the Y axis of the selection
|
int |
hashCode() |
boolean |
isAutoRangeY() |
java.lang.String |
toString() |
public XYChartSelection(XYChartSelection<X,Y> selection)
XYChartSelection class.selection - the XYChartSelection to clone.public XYChartSelection(X startX, X endX, Y startY, Y endY, boolean autoRangeY)
XYChartSelection classstartX - the lower bound on the X axis of the selectionendX - the upper bound on the X axis of the selectionstartY - the lower bound on the Y axis of the selectionendY - the upper bound on the Y axis of the selectionpublic X getStartX()
public X getEndX()
public Y getStartY()
public Y getEndY()
public boolean isAutoRangeY()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018 Frederic Thevenet. All rights reserved.