Class Point2DSeries
Defines a strongly typed PointSeries of Point2D items, a subset of X,Y data used to resample points.
Implements
Inherited Members
Namespace:
Assembly: .dll
Syntax
public class Point2DSeries implements ICleanable
Constructors
Point2DSeries()
Creates a new instance of Point2DSeries.
Declaration
public Point2DSeries()
Point2DSeries(DoubleValues xValues, DoubleValues yValues, IntegerValues indices)
Creates a new instance of Point2DSeries.
Declaration
public Point2DSeries(DoubleValues xValues, DoubleValues yValues, IntegerValues indices)
Parameters
| Type | Name | Description |
|---|---|---|
| DoubleValues | xValues | The collection of x values. |
| DoubleValues | yValues | The collection of y values. |
| IntegerValues | indices | The collection of indices. |
Point2DSeries(int size)
Creates a new instance of Point2DSeries.
Declaration
public Point2DSeries(int size)
Parameters
| Type | Name | Description |
|---|---|---|
| int | size | The initial capacity of this Point2DSeries instance. |
Fields
indices
Declaration
public final IntegerValues indices
Field Value
| Type | Description |
|---|---|
| IntegerValues |
xValues
Declaration
public final DoubleValues xValues
Field Value
| Type | Description |
|---|---|
| DoubleValues |
yValues
Declaration
public final DoubleValues yValues
Field Value
| Type | Description |
|---|---|
| DoubleValues |
Methods
clear()
Declaration
public void clear()
disposeItems()
Disposes memory allocated by point series.
Declaration
public void disposeItems()
getYRange()
Gets the y range for this point series.
Declaration
public DoubleRange getYRange()
Returns
| Type | Description |
|---|---|
| DoubleRange | The YRange for this point series. |
setSize(int size)
Sets size for this point series instance.
Declaration
public void setSize(int size)
Parameters
| Type | Name | Description |
|---|---|---|
| int | size | The new size. |
size()
Gets the current size of this point series instance.
Declaration
public int size()
Returns
| Type | Description |
|---|---|
| int | The size of point series. |