public interface IChartPlotPoint
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getColor() |
WindwardDateTime |
getDate(int ind)
A coordinate value in the point.
|
double |
getDouble(int ind)
A coordinate value in the point.
|
java.lang.Double |
getErrDown() |
java.lang.Double |
getErrUp() |
int |
getLength()
Number of coordinates we have
|
long |
getLong(int ind)
A coordinate value in the point.
|
java.lang.Number |
getNumber(int ind)
A coordinate value in the point.
|
java.lang.Object |
getObject(int ind)
A coordinate value in the point.
|
java.lang.String |
getString(int ind)
A coordinate value in the point.
|
int |
getType(int ind)
The ChartColumnMetaData.DATA_TYPE_* of the specified coordinate value.
|
boolean |
isNull(int ind)
Returns true if the specified coordinate is null.
|
int getType(int ind)
ind
- normally 0 (X) or 1 (Y).java.lang.Object getObject(int ind)
ind
- normally 0 (X) or 1 (Y).java.lang.String getString(int ind) throws IllegalOperationException
ind
- normally 0 (X) or 1 (Y).IllegalOperationException
- thrown if the value is not a String.java.lang.Number getNumber(int ind) throws IllegalOperationException
ind
- normally 0 (X) or 1 (Y).IllegalOperationException
- thrown if the value is not a Number.double getDouble(int ind) throws IllegalOperationException
ind
- normally 0 (X) or 1 (Y).IllegalOperationException
- thrown if the value is not a Number.long getLong(int ind) throws IllegalOperationException
ind
- normally 0 (X) or 1 (Y).IllegalOperationException
- thrown if the value is not a Number.WindwardDateTime getDate(int ind) throws IllegalOperationException
ind
- normally 0 (X) or 1 (Y).IllegalOperationException
- thrown if the value is not a Date.boolean isNull(int ind)
ind
- ind normally 0 (X) or 1 (Y).int getLength()
java.lang.Integer getColor()
java.lang.Double getErrUp()
java.lang.Double getErrDown()
Copyright © 2002-2021 Windward Studios, LLC. - All Rights Reserved. We are Java document generation software