Class SeriesInfo3D<T>
Inherited Members
Namespace:
Assembly: .dll
Syntax
public class SeriesInfo3D<T> extends renderableSeries.hitTest.SeriesInfoCore<T> implements renderableSeries.hitTest.IHitTestInfoUpdatable3D
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
SeriesInfo3D(T renderableSeries)
Declaration
public SeriesInfo3D(T renderableSeries)
Parameters
| Type | Name | Description |
|---|---|---|
| T | renderableSeries |
Fields
hitVertex
Declaration
public final DoublePoint3D hitVertex
Field Value
| Type | Description |
|---|---|
| DoublePoint3D |
hitVertexCoords
Declaration
public final Point3D hitVertexCoords
Field Value
| Type | Description |
|---|---|
| Point3D |
Methods
clear()
Declaration
public void clear()
Overrides
formatXCursorValue(Comparable<?> xValue)
Returns a value formatted using X axis format for cursors.
Declaration
protected CharSequence formatXCursorValue(Comparable<?> xValue)
Parameters
| Type | Name | Description |
|---|---|---|
| Comparable<?> | xValue | The value to format |
Returns
| Type | Description |
|---|---|
| CharSequence | The formatted value |
formatYCursorValue(Comparable<?> yValue)
Returns a value formatted using Y axis format for cursors.
Declaration
protected CharSequence formatYCursorValue(Comparable<?> yValue)
Parameters
| Type | Name | Description |
|---|---|---|
| Comparable<?> | yValue | The value to format |
Returns
| Type | Description |
|---|---|
| CharSequence | The formatted value |
formatZCursorValue(Comparable<?> zValue)
Returns a value formatted using Z axis format for cursors.
Declaration
protected CharSequence formatZCursorValue(Comparable<?> zValue)
Parameters
| Type | Name | Description |
|---|---|---|
| Comparable<?> | zValue | The value to format |
Returns
| Type | Description |
|---|---|
| CharSequence | The formatted value |
getFormattedXValue()
Gets the formatted xValue
Declaration
public final CharSequence getFormattedXValue()
Returns
| Type | Description |
|---|---|
| CharSequence | The formatted |
getFormattedYValue()
Gets the formatted yValue
Declaration
public final CharSequence getFormattedYValue()
Returns
| Type | Description |
|---|---|
| CharSequence | The formatted |
getFormattedZValue()
Gets the formatted zValue
Declaration
public final CharSequence getFormattedZValue()
Returns
| Type | Description |
|---|---|
| CharSequence | The formatted |
getRenderableSeries()
Declaration
public final renderableSeries.IRenderableSeries3D getRenderableSeries()
Returns
| Type | Description |
|---|---|
| renderableSeries.IRenderableSeries3D |
update(renderableSeries.hitTest.HitTestInfo3D hitTestInfo)
Declaration
public void update(renderableSeries.hitTest.HitTestInfo3D hitTestInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| renderableSeries.hitTest.HitTestInfo3D | hitTestInfo |