|
||||||||||
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.TriSurface
public class TriSurface
Title: TriSurface class
Description: TriSurface Series.
Example:
series = new TriSurface(myChart.getChart()); series.fillSampleValues(30); series.getOutline().setColor(Color.RED); series.getOutline().setWidth(2); series.getOutline().setVisible(true); series.getBrush().setColor(Color.WHITE); series.getPen().setStyle(DashStyle.DOT); series.setEndColor(Color.LIME);
Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Nested Class Summary |
---|
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 |
improvedTriangles
|
int |
numTriangles
|
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 | |
---|---|
TriSurface()
|
|
TriSurface(IBaseChart c)
|
Method Summary | |
---|---|
protected void |
addSampleValues(int numValues)
|
void |
clear()
Deletes all TriSurfaceSeries values. Dependent Series are notified. |
void |
doBeforeDrawValues()
|
protected void |
draw()
|
protected void |
drawMark(int valueIndex,
java.lang.String s,
SeriesMarksPosition position)
|
boolean |
getCacheTriangles()
|
java.lang.String |
getDescription()
Gets descriptive text. |
boolean |
getHideTriangles()
Hides static constructed tiangles. Constructed triangles behind other triangles are hidden before displaying them. |
ChartPen |
getOutline()
Accesses the TChartHiddenPen object representing the color and style of TriSurface border. Use the methods of Outline to change the color or style. |
protected int |
numSampleValues()
|
protected java.lang.Object |
readResolve()
|
void |
setCacheTriangles(boolean value)
|
void |
setHideTriangles(boolean value)
Hides static constructed tiangles. Default value: true |
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 |
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 |
---|
public transient int numTriangles
protected transient boolean improvedTriangles
Constructor Detail |
---|
public TriSurface(IBaseChart c)
public TriSurface()
Method Detail |
---|
protected java.lang.Object readResolve()
readResolve
in class Custom3DPalette
protected void addSampleValues(int numValues)
addSampleValues
in class Series
public java.lang.String getDescription()
getDescription
in class Series
public boolean getCacheTriangles()
public void setCacheTriangles(boolean value)
public void doBeforeDrawValues()
doBeforeDrawValues
in class Series
protected void drawMark(int valueIndex, java.lang.String s, SeriesMarksPosition position)
drawMark
in class Custom3D
public ChartPen getOutline()
public void clear()
clear
in interface ISeries
clear
in class Series
protected int numSampleValues()
numSampleValues
in class Series
public boolean getHideTriangles()
public void setHideTriangles(boolean value)
Example:
series.setHideTriangles(true);
value
- booleanprotected void draw()
draw
in class Series
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |