|
||||||||||
| 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.CustomPoint
com.steema.teechart.styles.Custom
com.steema.teechart.styles.OHLC
com.steema.teechart.styles.PointFigure
public class PointFigure
Title: PointFigure class
Description: PointFigure 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 | |
|---|---|
protected ChartPen |
linePen
|
| Fields inherited from class com.steema.teechart.styles.OHLC |
|---|
vHighValues, vLowValues, vOpenValues |
| Fields inherited from class com.steema.teechart.styles.Custom |
|---|
bAreaBrush, bClickableLine, bDark3D, drawArea, drawLine, pAreaLines |
| Fields inherited from class com.steema.teechart.styles.CustomPoint |
|---|
iStacked, point |
| 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 | |
|---|---|
PointFigure()
|
|
PointFigure(IBaseChart c)
|
|
| Method Summary | |
|---|---|
protected void |
addSampleValues(int numValues)
|
protected void |
draw()
|
double |
getBoxSize()
Determines the amount in price scales that is multiplied by ReversalAmount. |
int |
getCountLegendItems()
|
java.lang.String |
getDescription()
Gets descriptive text. |
SeriesPointer |
getDownSymbol()
|
java.lang.String |
getLegendString(int legendIndex,
LegendTextStyle legendTextStyle)
Returns the formatted String corresponding to the LegendIndex point. |
ChartPen |
getLinePen()
Determines pen to draw the line connecting all points. |
double |
getMaxXValue()
Returns the Maximum Value of the Series X Values List. |
double |
getMinXValue()
Returns the Minimum Value of the Series X Values List. |
double |
getReversalAmount()
The number that is multiplied by BoxSize. |
SeriesPointer |
getUpSymbol()
|
Color |
legendItemColor(int index)
|
void |
prepareForGallery(boolean isEnabled)
|
void |
setBoxSize(double value)
Determines the amount in price scales that is multiplied by ReversalAmount. |
void |
setChart(IBaseChart value)
Chart associated with this object. |
void |
setReversalAmount(double value)
Determines the number that is multiplied by BoxSize. |
| Methods inherited from class com.steema.teechart.styles.OHLC |
|---|
add, add, add, add, getCloseValues, getDateValues, getHighValues, getLowValues, getMaxYValue, getMinYValue, getOHLCPoint, getOpenValues, isValidSourceOf, numSampleValues, setCloseValues, setDateValues, setHighValues, setLowValues, setOpenValues |
| Methods inherited from class com.steema.teechart.styles.Custom |
|---|
calcHorizMargins, calcVerticalMargins, clicked, drawLegendShape, drawValue, getAreaBrushColor, getBrush, getClickableLine, getColorEachLine, getDark3D, getInvertedStairs, getLineHeight, getOpacity, getOutLine, getStairs, getTransparency, readResolve, setClickableLine, setColor, setColorEachLine, setDark3D, setInvertedStairs, setLineHeight, setOpacity, setStairs, setTransparency |
| Methods inherited from class com.steema.teechart.styles.CustomPoint |
|---|
addSeriesMouseListener, assign, calcXPos, calcYPos, calcZOrder, clickedPointer, drawMark, drawPointer, getOriginPos, getPointer, getStacked, onGetPointerStyle, removePointerStyleResolver, removeSeriesMouseListener, setPointerStyleResolver, setStacked |
| 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 ChartPen linePen
| Constructor Detail |
|---|
public PointFigure()
public PointFigure(IBaseChart c)
| Method Detail |
|---|
public double getBoxSize()
public void setBoxSize(double value)
value - doublepublic double getReversalAmount()
public void setReversalAmount(double value)
value - doubleprotected void addSampleValues(int numValues)
addSampleValues in class OHLCprotected void draw()
draw in class Custompublic void prepareForGallery(boolean isEnabled)
prepareForGallery in class Seriespublic void setChart(IBaseChart value)
TeeBase
setChart in interface ISeriessetChart in class Customvalue - IBaseChartpublic int getCountLegendItems()
getCountLegendItems in interface ISeriesgetCountLegendItems in class Seriespublic Color legendItemColor(int index)
legendItemColor in interface ISerieslegendItemColor in class Series
public java.lang.String getLegendString(int legendIndex,
LegendTextStyle legendTextStyle)
Series
getLegendString in interface ISeriesgetLegendString in class SerieslegendIndex - intlegendTextStyle - LegendTextStyle
public double getMaxXValue()
CustomPoint
getMaxXValue in class CustomPointpublic double getMinXValue()
CustomPoint
getMinXValue in class CustomPointpublic SeriesPointer getDownSymbol()
public SeriesPointer getUpSymbol()
public java.lang.String getDescription()
getDescription in class Seriespublic ChartPen getLinePen()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||