|
||||||||||
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
com.steema.teechart.styles.IsoSurface
public class IsoSurface
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.steema.teechart.styles.Surface |
---|
Surface.CellsOrientation |
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.Surface |
---|
points, sideLines |
Fields inherited from class com.steema.teechart.styles.Custom3DGrid |
---|
FXStartIndex, FZStartIndex, 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, 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, InternalUse |
Constructor Summary | |
---|---|
IsoSurface()
|
|
IsoSurface(IBaseChart c)
|
Method Summary | |
---|---|
void |
createSubGallery(Gallery addSubChart)
|
void |
draw()
|
void |
drawCell(int x,
int z)
|
protected void |
drawSidePortion(Point[] P,
int z0,
int z1)
|
ChartPen |
getBandPen()
|
java.lang.String |
getDescription()
Gets descriptive text. |
com.steema.teechart.styles.SurfaceSides |
getSides()
|
boolean |
getUseYPosition()
|
double |
getYPosition()
|
void |
prepareForGallery(boolean isEnabled)
|
void |
setBandPen(ChartPen value)
|
protected boolean |
setSameBrush()
|
void |
setSides(com.steema.teechart.styles.SurfaceSides value)
|
void |
setSubGallery(int index)
Creates and prepares the index'th Series style to show at sub-gallery dialog. |
void |
setUseYPosition(boolean value)
|
void |
setYPosition(double value)
|
protected boolean |
shouldDrawFast()
|
protected boolean |
shouldDrawSides()
|
Methods inherited from class com.steema.teechart.styles.Surface |
---|
cellsOrientation, drawSidePortion, fourGridIndex, getDotFrame, getHideCells, getSideBrush, getSideLines, getSmoothPalette, getWaterFall, getWaterLines, getWireFrame, prepareLegendCanvas, readResolve, setChart, setDotFrame, setHideCells, setSideLines, setSmoothPalette, setWaterFall, setWireFrame, updateArray |
Methods inherited from class com.steema.teechart.styles.Custom3DGrid |
---|
addSampleValues, addValues, backFaced, 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, add, add, add, calcZOrder, calcZPos, drawMark, getMaxZValue, getMinZValue, getPoint, getTimesZOrder, getZValues, isValidSourceOf, setTimesZOrder, valueListOfAxis |
Methods inherited from class com.steema.teechart.TeeBase |
---|
getChart, invalidate, setBooleanProperty, 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 IsoSurface()
public IsoSurface(IBaseChart c)
Method Detail |
---|
public void draw()
draw
in class Surface
public void createSubGallery(Gallery addSubChart)
createSubGallery
in class Surface
public void setSubGallery(int index)
Series
setSubGallery
in interface ISeries
setSubGallery
in class Surface
index
- intprotected void drawSidePortion(Point[] P, int z0, int z1)
public void prepareForGallery(boolean isEnabled)
prepareForGallery
in class Surface
protected boolean shouldDrawFast()
protected boolean shouldDrawSides()
shouldDrawSides
in class Surface
public void drawCell(int x, int z)
drawCell
in class Surface
protected boolean setSameBrush()
setSameBrush
in class Custom3DPalette
public boolean getUseYPosition()
public void setUseYPosition(boolean value)
public double getYPosition()
public void setYPosition(double value)
public ChartPen getBandPen()
public void setBandPen(ChartPen value)
public com.steema.teechart.styles.SurfaceSides getSides()
public void setSides(com.steema.teechart.styles.SurfaceSides value)
public java.lang.String getDescription()
Surface
getDescription
in class Surface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |