|
||||||||||
| 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.Pyramid
public class Pyramid
Title: Pyramid class
Description: Pyramid Series.
Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.steema.teechart.styles.Series |
|---|
Series.MarkTextResolver |
| Field Summary |
|---|
| 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 | |
|---|---|
Pyramid()
|
|
Pyramid(IBaseChart c)
|
|
| Method Summary | |
|---|---|
void |
calcHorizMargins(Margins margins)
Returns the number of pixels for horizontal margins |
protected void |
drawMark(int valueIndex,
java.lang.String s,
SeriesMarksPosition position)
|
void |
drawValue(int valueIndex)
Called internally. |
boolean |
drawValuesForward()
Returns whether the Series needs to draw points in ascending/descending order. |
ChartBrush |
getBrush()
Sets Brush characteristics for the Pyramid Series. |
java.lang.String |
getDescription()
Gets descriptive text. |
double |
getMaxXValue()
The Maximum Value of the Series X Values List. |
double |
getMaxYValue()
The Maximum Value of the Series Y Values List. |
double |
getMinXValue()
The Minimum Value of the Series X Values List. |
double |
getMinYValue()
The Minimum Value of the Series Y Values List. |
ChartPen |
getPen()
Element Pen characteristics. |
int |
getSizePercent()
The size of Pyramid base relative to Chart Axis bounding width. |
void |
setSizePercent(int value)
Sets size of Pyramid base relative to Chart Axis bounding width. |
| 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 |
| Constructor Detail |
|---|
public Pyramid(IBaseChart c)
public Pyramid()
| Method Detail |
|---|
public int getSizePercent()
public void setSizePercent(int value)
value - intpublic ChartPen getPen()
public ChartBrush getBrush()
public void calcHorizMargins(Margins margins)
Series
calcHorizMargins in class Seriesmargins - Margins
protected void drawMark(int valueIndex,
java.lang.String s,
SeriesMarksPosition position)
drawMark in class Seriespublic void drawValue(int valueIndex)
drawValue in interface ISeriesdrawValue in class SeriesvalueIndex - intpublic boolean drawValuesForward()
drawValuesForward in class Seriespublic double getMaxXValue()
getMaxXValue in class Seriespublic double getMaxYValue()
getMaxYValue in class Seriespublic double getMinXValue()
getMinXValue in class Seriespublic double getMinYValue()
getMinYValue in class Seriespublic java.lang.String getDescription()
getDescription in class Series
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||