|
||||||||||
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-2013 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
|
Color |
LinesColor
|
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, sameBrush |
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 | |
---|---|
Contour()
|
|
Contour(IBaseChart c)
|
Method Summary | |
---|---|
protected void |
addSampleValues(int numValues)
|
void |
createAutoLevels()
|
void |
createSubGallery(Gallery addSubChart)
|
void |
doBeforeDrawChart()
|
protected void |
draw()
|
protected void |
drawMark(int valueIndex,
java.lang.String s,
SeriesMarksPosition position)
|
void |
drawMarks()
|
boolean |
getAutomaticLevels()
The ContourSeries Automatic Levels. |
ContourSeriesMarks |
getContourMarks()
|
int |
getCountLegendItems()
|
java.lang.String |
getDescription()
Gets descriptive text. |
ContourConstruction |
getDrawingalgorithm()
|
boolean |
getFillLevels()
The ContourSeries FillLevels. |
ChartPen |
getFrame()
|
java.lang.String |
getLegendString(int legendIndex,
LegendTextStyle legendTextStyle)
Returns LegendString for LegendIndexth item. |
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. |
SeriesPointer |
getPointer()
|
double |
getYPosition()
Sets the Y-Axis height of the Contour Series. |
boolean |
getYPositionLevel()
Enables/disables YPosition to be set. |
Axis |
getZAxis()
|
protected java.lang.Object |
readResolve()
|
void |
removeContourLevelResolver()
|
void |
setAutomaticLevels(boolean value)
Sets ContourSeries Automatic Levels. |
void |
setContourLevelResolver(Contour.LevelResolver resolver)
|
void |
setContourMarks(ContourSeriesMarks value)
|
void |
setDrawingalgorithm(ContourConstruction value)
|
void |
setFillLevels(boolean value)
Sets ContourSeries FillLevels. |
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 |
---|
addValues, backFaced, 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, add, add, add, calcZOrder, calcZPos, getMaxZValue, getMinZValue, getPoint, getTimesZOrder, getZValues, isValidSourceOf, prepareLegendCanvas, 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 |
Field Detail |
---|
protected transient boolean iModifyingLevels
public Color LinesColor
protected transient Contour.LevelResolver levelResolver
Constructor Detail |
---|
public Contour(IBaseChart c)
public Contour()
Method Detail |
---|
public void createSubGallery(Gallery addSubChart)
createSubGallery
in class Custom3DPalette
public void setContourLevelResolver(Contour.LevelResolver resolver)
public void removeContourLevelResolver()
public ChartPen getFrame()
public java.lang.String getDescription()
getDescription
in class Series
protected java.lang.Object readResolve()
readResolve
in class Custom3DPalette
public boolean getAutomaticLevels()
public void setAutomaticLevels(boolean value)
value
- booleanpublic ContourSeriesMarks getContourMarks()
public void setContourMarks(ContourSeriesMarks value)
public boolean getFillLevels()
public SeriesPointer getPointer()
public void setFillLevels(boolean value)
value
- booleanpublic ContourConstruction getDrawingalgorithm()
public void setDrawingalgorithm(ContourConstruction value)
public void setSubGallery(int index)
Series
setSubGallery
in interface ISeries
setSubGallery
in class Custom3DPalette
index
- intpublic java.lang.String getLegendString(int legendIndex, LegendTextStyle legendTextStyle)
Custom3DPalette
getLegendString
in interface ISeries
getLegendString
in class Custom3DPalette
legendIndex
- intlegendTextStyle
- LegendTextStyles
public 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 Axis getZAxis()
public void setYPositionLevel(boolean value)
value
- booleanprotected void addSampleValues(int numValues)
addSampleValues
in class Custom3DGrid
public int getCountLegendItems()
getCountLegendItems
in interface ISeries
getCountLegendItems
in class Custom3DPalette
protected void draw()
draw
in class Series
public void drawMarks()
drawMarks
in interface ISeries
drawMarks
in class Series
protected void drawMark(int valueIndex, java.lang.String s, SeriesMarksPosition position)
drawMark
in class Custom3D
public double getMaxYValue()
getMaxYValue
in class Series
public double getMinYValue()
getMinYValue
in class Series
public void doBeforeDrawChart()
doBeforeDrawChart
in class Custom3DGrid
public void createAutoLevels()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |