Class XY
java.lang.Object
com.iizix.prop.ui.chart.series.GSeriesValue
com.iizix.prop.ui.chart.series.XY
- All Implemented Interfaces:
Cloneable
Field Summary
FieldsConstructor Summary
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionbooleanChecks if two fill objects are equal.getType()Gets the fill type.Methods inherited from class GSeriesValue
clone, fromString, getString, parseNumber, toString
Field Details
x
public final double xThe X value. An unspecified value is Double.NaN.y
public final double yThe Y value. An unspecified value is Double.NaN.
Constructor Details
XY
public XY(double x, double y) Constructor for the X/Y value point.- Parameters:
x- The X value, Double.NaN for no value.y- The Y value, Double.NaN for no value.
Method Details
getType
Gets the fill type.- Specified by:
getTypein classGSeriesValue- Returns:
- X_Y.
equals
Checks if two fill objects are equal.- Specified by:
equalsin classGSeriesValue