|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.steema.teechart.TeeBase
com.steema.teechart.styles.Series
com.steema.teechart.styles.Custom3D
com.steema.teechart.styles.Custom3DPalette
com.steema.teechart.styles.Custom3DGrid
com.steema.teechart.styles.Surface
public class Surface
Title: Surface class
Description: Surface 3D Series.
Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.steema.teechart.styles.Custom3DGrid |
|---|
Custom3DGrid.CellsRow, Custom3DGrid.PCellsRow, Custom3DGrid.YCalculator |
| Nested classes/interfaces inherited from class com.steema.teechart.styles.Custom3DPalette |
|---|
Custom3DPalette.ColorResolver |
| Nested classes/interfaces inherited from class com.steema.teechart.styles.Series |
|---|
Series.MarkTextResolver |
| Field Summary |
|---|
| Fields inherited from class com.steema.teechart.styles.Custom3DGrid |
|---|
gridIndex, iInGallery, iNextXCell, iNextZCell, iNumXValues, iNumZValues, valueIndex0, valueIndex1, valueIndex2, valueIndex3 |
| Fields inherited from class com.steema.teechart.styles.Custom3DPalette |
|---|
bUseColorRange, bUsePalette, iPaletteSteps |
| Fields inherited from class com.steema.teechart.styles.Custom3D |
|---|
vzValues |
| Fields inherited from class com.steema.teechart.styles.Series |
|---|
AUTODEPTH, AUTOZORDER, bActive, bBrush, bColorEach, calcVisiblePoints, colorMember, customMarkText, drawBetweenPoints, endZ, firstVisible, hasZValues, iColors, InternalUse, iNumSampleValues, iZOrder, labelMember, lastVisible, listenerList, mandatory, manualData, marks, middleZ, notMandatory, percentDecimal, percentFormat, sLabels, startZ, useAxis, useSeriesColor, valueFormat, vxValues, vyValues, yMandatory |
| Fields inherited from class com.steema.teechart.TeeBase |
|---|
chart |
| Constructor Summary | |
|---|---|
Surface()
|
|
Surface(IBaseChart c)
|
|
| Method Summary | |
|---|---|
void |
createSubGallery(Gallery addSubChart)
|
protected void |
draw()
|
java.lang.String |
getDescription()
Gets descriptive text. |
boolean |
getDotFrame()
Sets SurfaceSeries as a grid of dots (pixels). |
ChartBrush |
getSideBrush()
Determines the Brush to fill the sides of a Surface Series. |
boolean |
getSmoothPalette()
Determine the cell Colors of a Surface Series. |
boolean |
getWaterFall()
Enables/disables the display as a waterfall. |
ChartPen |
getWaterLines()
Sets Pen to draw valuelines. |
boolean |
getWireFrame()
Shows Surface polygons as grid or wire frame when true. |
void |
prepareForGallery(boolean isEnabled)
|
protected void |
prepareLegendCanvas(IGraphics3D g,
int valueIndex,
Color backColor,
ChartBrush aBrush)
|
protected java.lang.Object |
readResolve()
|
void |
setChart(IBaseChart c)
Chart associated with this object. |
void |
setDotFrame(boolean value)
Sets SurfaceSeries as a grid of dots (pixels). |
void |
setSmoothPalette(boolean value)
Determine the cell Colors of a Surface Series. |
void |
setSubGallery(int index)
Creates and prepares the index'th Series style to show at sub-gallery dialog. |
void |
setWaterFall(boolean value)
|
void |
setWireFrame(boolean value)
|
| Methods inherited from class com.steema.teechart.styles.Custom3DGrid |
|---|
addSampleValues, canCreateValues, clear, createValues, doBeforeDrawChart, doGetYValue, existFourGridIndex, fillGridIndex, getIndex, getIrregularGrid, getNumXValues, getNumZValues, isValidSeriesSource, numSampleValues, reCreateValues, removeYCalculator, setIndex, setIrregularGrid, setNumXValues, setNumZValues, setYCalculator |
| Methods inherited from class com.steema.teechart.styles.Custom3D |
|---|
add, add, add, add, add, add, calcZOrder, calcZPos, drawMark, getMaxZValue, getMinZValue, getPoint, getTimesZOrder, getZValues, isValidSourceOf, setTimesZOrder |
| Methods inherited from class com.steema.teechart.TeeBase |
|---|
getChart, invalidate, setBooleanProperty, setColorProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.steema.teechart.styles.ISeries |
|---|
getChart, invalidate |
| Constructor Detail |
|---|
public Surface(IBaseChart c)
public Surface()
| Method Detail |
|---|
public void createSubGallery(Gallery addSubChart)
createSubGallery in class Custom3DPalettepublic java.lang.String getDescription()
getDescription in class Seriespublic boolean getSmoothPalette()
public void setSmoothPalette(boolean value)
value - booleanprotected java.lang.Object readResolve()
readResolve in class Custom3DPalettepublic void setChart(IBaseChart c)
TeeBase
setChart in interface ISeriessetChart in class Custom3DPalettec - IBaseChartpublic void setSubGallery(int index)
Series
setSubGallery in interface ISeriessetSubGallery in class Custom3DPaletteindex - intpublic ChartBrush getSideBrush()
public ChartPen getWaterLines()
public boolean getWaterFall()
public void setWaterFall(boolean value)
public boolean getWireFrame()
public void setWireFrame(boolean value)
public boolean getDotFrame()
public void setDotFrame(boolean value)
value - booleanprotected void draw()
draw in class Seriespublic void prepareForGallery(boolean isEnabled)
prepareForGallery in class Custom3DPalette
protected void prepareLegendCanvas(IGraphics3D g,
int valueIndex,
Color backColor,
ChartBrush aBrush)
prepareLegendCanvas in class Custom3D
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||