|
||||||||||
| 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.Contour
public class Contour
Title: Contour class
Description: The Contour series calculates and displays "isolines" from a custom array of XYZ points.
Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
| Nested Class Summary | |
|---|---|
class |
Contour.ContourDraw
Title: ContourDraw class Description: Composite of the Contour series class. |
class |
Contour.LevelProps
|
static interface |
Contour.LevelResolver
|
| 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 | |
|---|---|
protected boolean |
iModifyingLevels
|
protected Contour.LevelResolver |
levelResolver
|
| 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 | |
|---|---|
Contour()
|
|
Contour(IBaseChart c)
|
|
| Method Summary | |
|---|---|
protected void |
addSampleValues(int numValues)
|
void |
createAutoLevels()
|
void |
createSubGallery(Gallery addSubChart)
|
void |
doBeforeDrawChart()
|
protected void |
draw()
|
boolean |
getAutomaticLevels()
The ContourSeries Automatic Levels. |
int |
getCountLegendItems()
|
java.lang.String |
getDescription()
Gets descriptive text. |
ContourLevels |
getLevels()
Accesses ContourLevel characteristics by selecting Level index. |
double |
getMaxYValue()
The Maximum Value of the Series Y Values List. |
double |
getMinYValue()
The Minimum Value of the Series Y Values List. |
int |
getNumLevels()
The number of 'isobar-like' levels for the ContourSeries. |
double |
getYPosition()
Sets the Y-Axis height of the Contour Series. |
boolean |
getYPositionLevel()
Enables/disables YPosition to be set. |
protected java.lang.Object |
readResolve()
|
void |
removeContourLevelResolver()
|
void |
setAutomaticLevels(boolean value)
Sets ContourSeries Automatic Levels. |
void |
setContourLevelResolver(Contour.LevelResolver resolver)
|
void |
setLevels(ContourLevels value)
Accesses ContourLevel characteristics by selecting Level index. |
void |
setNumLevels(int value)
Sets the number of 'isobar-like' levels for the ContourSeries. |
void |
setSubGallery(int index)
Creates and prepares the index'th Series style to show at sub-gallery dialog. |
void |
setYPosition(double value)
Sets the Y-Axis height of the Contour Series. |
void |
setYPositionLevel(boolean value)
Enables YPosition to be set when true. |
| Methods inherited from class com.steema.teechart.styles.Custom3DGrid |
|---|
canCreateValues, clear, createValues, 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, prepareLegendCanvas, 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 |
| Field Detail |
|---|
protected transient boolean iModifyingLevels
protected transient Contour.LevelResolver levelResolver
| Constructor Detail |
|---|
public Contour(IBaseChart c)
public Contour()
| Method Detail |
|---|
public void createSubGallery(Gallery addSubChart)
createSubGallery in class Custom3DPalettepublic void setContourLevelResolver(Contour.LevelResolver resolver)
public void removeContourLevelResolver()
public java.lang.String getDescription()
getDescription in class Seriesprotected java.lang.Object readResolve()
readResolve in class Custom3DPalettepublic boolean getAutomaticLevels()
public void setAutomaticLevels(boolean value)
value - booleanpublic void setSubGallery(int index)
Series
setSubGallery in interface ISeriessetSubGallery in class Custom3DPaletteindex - intpublic ContourLevels getLevels()
public void setLevels(ContourLevels value)
value - ContourLevelspublic int getNumLevels()
public void setNumLevels(int value)
value - intpublic double getYPosition()
public void setYPosition(double value)
value - doublepublic boolean getYPositionLevel()
public void setYPositionLevel(boolean value)
value - booleanprotected void addSampleValues(int numValues)
addSampleValues in class Custom3DGridpublic int getCountLegendItems()
getCountLegendItems in interface ISeriesgetCountLegendItems in class Custom3DPaletteprotected void draw()
draw in class Seriespublic double getMaxYValue()
getMaxYValue in class Seriespublic double getMinYValue()
getMinYValue in class Seriespublic void doBeforeDrawChart()
doBeforeDrawChart in class Custom3DGridpublic void createAutoLevels()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||