|
|||||||||
| 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<SurfacePaintTags,Projector3D>
lt.monarch.chart.chart3D.series.Surface3DSeries
public class Surface3DSeries extends AbstractChartSeries<SurfacePaintTags,Projector3D>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayDataModel |
markerData
|
| Fields inherited from class lt.monarch.chart.AbstractChartSeries |
|---|
metaModel, model, 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 |
|---|
Surface3DSeries(MatrixDataModel data,
AxisMapper xMapper,
AxisMapper yMapper,
AxisMapper zMapper)
|
Surface3DSeries(MatrixDataModel data,
AxisMapper xMapper,
AxisMapper yMapper,
AxisMapper zMapper,
PlaneMapper mapper)
|
Surface3DSeries(MatrixDataModel data,
MetaDataModel meta,
AxisMapper xMapper,
AxisMapper yMapper,
AxisMapper zMapper)
|
Surface3DSeries(MatrixDataModel data,
MetaDataModel meta,
AxisMapper xMapper,
AxisMapper yMapper,
AxisMapper zMapper,
PlaneMapper mapper)
|
| Modifier and Type | Method and Description |
|---|---|
LegendEntry[] |
createLegendEntries()
Creates an array of legend entries with symbols corresponding the palette. |
LegendEntry[] |
createLegendEntries(java.lang.String pattern)
Creates an array of legend entries with symbols corresponding the palette. |
void |
draw(AbstractGraphics g)
Renders chart object on the Graphics context. |
java.awt.Color[] |
getColorPalette()
Return series fill palette |
LegendEntry[] |
getLegendEntries()
|
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 |
java.awt.Color[] |
getPaletteCopy()
|
SurfaceShadingMode |
getShadingMode()
Return shading mode |
AbstractSurface3DStrategy |
getStrategy()
Gets surface 3D drawing strategy. |
boolean |
isSolid()
Return true if series is solid, otherwise - false |
boolean |
isWireFrame()
Return true if series is wire, otherwise - false |
void |
setColorPalette(java.awt.Color[] colors)
Sets a image palette. |
void |
setColorPalette(ColorPalette palette,
int levelCount)
Sets a image palette. |
void |
setColorPallete(int levelCount)
|
void |
setMarkers(Marker marker,
ArrayDataModel markerData)
|
void |
setShadingMode(SurfaceShadingMode mode)
Sets shading mode. |
void |
setSolid(boolean enable)
Set true is surface is solid |
void |
setStrategy(Surface3DStrategies strategy)
Sets surface drawing strategy. |
void |
setWireFrame(boolean enable)
Set series wire frame |
| 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 ArrayDataModel markerData
| Constructor Detail |
|---|
public Surface3DSeries(MatrixDataModel data,
MetaDataModel meta,
AxisMapper xMapper,
AxisMapper yMapper,
AxisMapper zMapper,
PlaneMapper mapper)
public Surface3DSeries(MatrixDataModel data,
AxisMapper xMapper,
AxisMapper yMapper,
AxisMapper zMapper)
public Surface3DSeries(MatrixDataModel data,
AxisMapper xMapper,
AxisMapper yMapper,
AxisMapper zMapper,
PlaneMapper mapper)
public Surface3DSeries(MatrixDataModel data,
MetaDataModel meta,
AxisMapper xMapper,
AxisMapper yMapper,
AxisMapper zMapper)
| Method Detail |
|---|
public java.awt.Color[] getPaletteCopy()
public LegendEntry[] getLegendEntries()
public void draw(AbstractGraphics g)
ChartObject
draw in interface ChartObjectdraw in class AbstractChartSeries<SurfacePaintTags,Projector3D>g - graphics contextpublic LegendEntry[] createLegendEntries()
createLegendEntries in interface ChartSeriescreateLegendEntries in class AbstractChartSeries<SurfacePaintTags,Projector3D>public LegendEntry[] createLegendEntries(java.lang.String pattern)
pattern - The number format patternpublic void setColorPalette(java.awt.Color[] colors)
palette - fill palettepublic void setColorPallete(int levelCount)
public void setColorPalette(ColorPalette palette,
int levelCount)
palette - fill palettelevelCount - level count in the palettepublic java.awt.Color[] getColorPalette()
public void setShadingMode(SurfaceShadingMode mode)
mode - SurfaceShadingModepublic SurfaceShadingMode getShadingMode()
public void setWireFrame(boolean enable)
enable - public boolean isWireFrame()
public void setSolid(boolean enable)
enable - public boolean isSolid()
public java.lang.Object getMaxValue(DataColumnType valType)
AbstractChartSeries
getMaxValue in class AbstractChartSeries<SurfacePaintTags,Projector3D>valType - data value columnpublic java.lang.Object getMinValue(DataColumnType valType)
AbstractChartSeries
getMinValue in class AbstractChartSeries<SurfacePaintTags,Projector3D>valType - data value columnpublic void setStrategy(Surface3DStrategies strategy)
strategy - drawing strategypublic AbstractSurface3DStrategy getStrategy()
public void setMarkers(Marker marker,
ArrayDataModel markerData)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||