|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.engine.AbstractChartObject<Tags>
lt.monarch.chart.AbstractChartSeries<Tags,ChartProjector>
lt.monarch.chart.chart3D.series.MarkerDecorableSeries3D<AbstractPaintTags,Projector3D>
lt.monarch.chart.chart3D.series.Vector3DSeries
public class Vector3DSeries extends MarkerDecorableSeries3D<AbstractPaintTags,Projector3D>
| Modifier and Type | Field and Description |
|---|---|
protected PlaneMapper3D |
mapper
the plane mapper |
| Fields inherited from class lt.monarch.chart.chart3D.series.MarkerDecorableSeries3D |
|---|
baseValue, colorMapper, markerPainter, markers, model, pseudoModel |
| Fields inherited from class lt.monarch.chart.AbstractChartSeries |
|---|
metaModel, modelValidator, seriesName, seriesTransform, showLegend, showNullValues, symbol, xMapper, yMapper, zMapper |
| Fields inherited from class lt.monarch.chart.engine.AbstractChartObject |
|---|
AXIS_SORT_POSITION, BREAK_LINE_POSITION, DEFAULT_SORT_POSITION, GRID_SORT_POSITION, MARKER_SERIES_SORT_POSITION, MARKERS_SORT_POSITION, paintStyle, SERIES_SORT_POSITION, sortPosition, style |
| Constructor and Description |
|---|
Vector3DSeries(ArrayDataModel model,
AxisMapper xMapper,
AxisMapper yMapper,
AxisMapper zMapper)
Line series constructor without a meta data model and default plane mapper is for Cartesian coordinates. |
Vector3DSeries(ArrayDataModel model,
MetaDataModel metaModel,
AxisMapper xMapper,
AxisMapper yMapper,
AxisMapper zMapper)
Constructs a new Line series. |
Vector3DSeries(ArrayDataModel model,
MetaDataModel metaModel,
PlaneMapper3D mapper,
AxisMapper xMapper,
AxisMapper yMapper,
AxisMapper zMapper)
Constructs a new vector series |
Vector3DSeries(ArrayDataModel model,
PlaneMapper3D mapper,
AxisMapper xMapper,
AxisMapper yMapper,
AxisMapper zMapper)
Vector series constructor without a meta data model |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(AbstractGraphics g)
Draws the 3D vectors |
MarkerConstraints[] |
getMarkerConstraints()
Returns series marker constraints. |
java.lang.Object |
getMaxValue(DataColumnType valType)
Note: internal use only! Gets maximum value that is used by series to fit into the chart |
java.lang.Object |
getMinValue(DataColumnType valType)
Note: internal use only! Gets minimum value that is used by series to fit into the chart |
AbstractVector3DStrategy<Projector> |
getStrategy()
Gets line drawing strategy. |
protected void |
initLegendSymbol()
Initializes a new VectorSeries3DLegendSymbol used for representing vector3D series in legend. |
| Methods inherited from class lt.monarch.chart.chart3D.series.MarkerDecorableSeries3D |
|---|
addMarker, addMarker, addMarker, drawMarkers, drawMarkers, getBaseValue, getColorMapper, getKeyType, getPaintMode, getSortPosition, setBaseValue, setColorMapper, setPaintMode |
| Methods inherited from class lt.monarch.chart.engine.AbstractChartObject |
|---|
chart, copy, dispose, finalize, getChart, getPaintStyle, getParent, getStyle, getStyle, invalidate, isVisible, layout, repaint, repaint, setChart, setVisible |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface lt.monarch.chart.engine.ChartObject |
|---|
dispose, getChart, getStyle, getStyle, invalidate, isVisible, layout, repaint, repaint, setChart |
| Methods inherited from interface lt.monarch.chart.engine.StyleEditorEntity |
|---|
getParent, getStyle |
| Field Detail |
|---|
protected PlaneMapper3D mapper
| Constructor Detail |
|---|
public Vector3DSeries(ArrayDataModel model,
MetaDataModel metaModel,
PlaneMapper3D mapper,
AxisMapper xMapper,
AxisMapper yMapper,
AxisMapper zMapper)
model - chart data modelmetaModel - meta data modelmapper - mapper, used to map output to a plane in a n-dimensional spacexMapper - x axis mapperyMapper - y axis mapperzMapper - z axis mapper
public Vector3DSeries(ArrayDataModel model,
PlaneMapper3D mapper,
AxisMapper xMapper,
AxisMapper yMapper,
AxisMapper zMapper)
model - chart data modelmapper - mapper, used to map output to a plane in a n-dimensional spacexMapper - x axis mapperyMapper - y axis mapperzMapper - z axis mapper
public Vector3DSeries(ArrayDataModel model,
AxisMapper xMapper,
AxisMapper yMapper,
AxisMapper zMapper)
model - chart data modelxMapper - x axis mapperyMapper - y axis mapperzMapper - z axis mapper
public Vector3DSeries(ArrayDataModel model,
MetaDataModel metaModel,
AxisMapper xMapper,
AxisMapper yMapper,
AxisMapper zMapper)
model - chart data modelmetaModel - meta data modelxMapper - x axis mapperyMapper - y axis mapperzMapper - z axis mapper| Method Detail |
|---|
public void draw(AbstractGraphics g)
draw in interface ChartObjectdraw in class MarkerDecorableSeries3D<AbstractPaintTags,Projector3D>g - Graphics contextprotected void initLegendSymbol()
VectorSeries3DLegendSymbol used for representing vector3D series in legend.
public MarkerConstraints[] getMarkerConstraints()
MarkerDecorableSeries3D
getMarkerConstraints in class MarkerDecorableSeries3D<AbstractPaintTags,Projector3D>public java.lang.Object getMaxValue(DataColumnType valType)
AbstractChartSeries
getMaxValue in class AbstractChartSeries<AbstractPaintTags,Projector3D>valType - data value columnpublic java.lang.Object getMinValue(DataColumnType valType)
AbstractChartSeries
getMinValue in class AbstractChartSeries<AbstractPaintTags,Projector3D>valType - data value columnpublic AbstractVector3DStrategy<Projector> getStrategy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||