|
||||||||||
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.Tower
public class Tower
Title: Tower class
Description: Tower Series.
The Tower Series is designed to use a 0 or 1 based integer grid index.
X and Z values should be sequential values of 1.
Example:
series = new Tower(myChart.getChart()); series.setOrigin(500.0); series.setUseOrigin(true); series.setPaletteStyle(PaletteStyle.STRONG); series.setUseColorRange(false); series.setUsePalette(true); series.fillSampleValues();
Copyright (c) 2005-2013 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 |
---|
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 | |
---|---|
Tower()
|
|
Tower(IBaseChart c)
|
Method Summary | |
---|---|
void |
createSubGallery(Gallery addSubChart)
|
protected void |
draw()
|
protected void |
drawMark(int valueIndex,
java.lang.String s,
SeriesMarksPosition position)
|
boolean |
getDark3D()
When true, draws right and top sides of cubes using a darker color. |
java.lang.String |
getDescription()
Gets descriptive text. |
double |
getMaxXValue()
The Maximum Value of the Series X Values List. |
double |
getMaxZValue()
The biggest value in the Series ZValues array. |
double |
getMinXValue()
The Minimum Value of the Series X Values List. |
double |
getMinZValue()
The lowest value in the Series ZValues array. |
double |
getOrigin()
The axis vertical position considered to be the "origin" of points. |
int |
getPercentDepth()
The percentage of "Z" depth size for tower cubes. |
int |
getPercentWidth()
The percentage of "X" width size for tower cubes. |
TowerStyle |
getTowerStyle()
The kind of tower style to display. |
int |
getTransparency()
The Transparency level from 0 to 100%. |
boolean |
getUseOrigin()
When true, Origin is used as the reference value where points are considered positive or negative. |
void |
prepareForGallery(boolean isEnabled)
|
void |
setDark3D(boolean value)
When true, draws right and top sides of cubes using a darker color. |
void |
setOrigin(double value)
The axis vertical position considered to be the "origin" of points. |
void |
setPercentDepth(int value)
The percentage of "Z" depth size for tower cubes. |
void |
setPercentWidth(int value)
The percentage of "X" width size for tower cubes. |
void |
setSubGallery(int index)
Creates and prepares the index'th Series style to show at sub-gallery dialog. |
void |
setTowerStyle(TowerStyle value)
Determines the kind of tower style to display. |
void |
setTransparency(int value)
Sets Transparency level from 0 to 100%. |
void |
setUseOrigin(boolean value)
When true, Origin is used as the reference value where points are considered positive or negative. |
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, 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 |
Constructor Detail |
---|
public Tower()
public Tower(IBaseChart c)
Method Detail |
---|
public boolean getDark3D()
public void setDark3D(boolean value)
value
- booleanpublic int getPercentDepth()
public void setPercentDepth(int value)
value
- intpublic int getPercentWidth()
public void setPercentWidth(int value)
value
- intpublic TowerStyle getTowerStyle()
public void setTowerStyle(TowerStyle value)
value
- TowerStylepublic double getOrigin()
getUseOrigin()
public void setOrigin(double value)
value
- doublegetUseOrigin()
public boolean getUseOrigin()
public void setUseOrigin(boolean value)
value
- booleanpublic int getTransparency()
public void setTransparency(int value)
value
- intpublic void createSubGallery(Gallery addSubChart)
createSubGallery
in class Custom3DPalette
protected void drawMark(int valueIndex, java.lang.String s, SeriesMarksPosition position)
drawMark
in class Custom3D
public void prepareForGallery(boolean isEnabled)
prepareForGallery
in class Custom3DPalette
public void setSubGallery(int index)
Series
setSubGallery
in interface ISeries
setSubGallery
in class Custom3DPalette
index
- intpublic double getMaxXValue()
getMaxXValue
in class Series
public double getMaxZValue()
getMaxZValue
in interface ISeries
getMaxZValue
in class Custom3D
public double getMinXValue()
getMinXValue
in class Series
public double getMinZValue()
getMinZValue
in interface ISeries
getMinZValue
in class Custom3D
protected void draw()
draw
in class Series
public java.lang.String getDescription()
getDescription
in class Series
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |