|
||||||||||
| 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.Points3D
public class Points3D
Title: Points3D class
Description: Points3D Series. Each point has XYZ coordinates.
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.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 | |
|---|---|
Points3D()
|
|
Points3D(IBaseChart c)
|
|
| Method Summary | |
|---|---|
protected void |
addSampleValues(int numValues)
|
void |
calcHorizMargins(Margins margins)
Returns the number of pixels for horizontal margins |
void |
calcVerticalMargins(Margins margins)
Returns the number of pixels for vertical margins |
int |
clicked(int x,
int y)
The ValueIndex of the "clicked" point in the Series. |
void |
createSubGallery(Gallery addSubChart)
|
protected void |
drawLegendShape(IGraphics3D g,
int valueIndex,
Rectangle r)
|
protected void |
drawMark(int valueIndex,
java.lang.String s,
SeriesMarksPosition position)
|
void |
drawValue(int valueIndex)
Called internally. |
ChartPen |
getBaseLine()
Sets the Pen for the Point3D connecting Lines. |
Color |
getColor()
Default color for all points. |
double |
getDepthSize()
The Depth of each 3DPoint to the value of DepthSize. |
java.lang.String |
getDescription()
Gets descriptive text. |
ChartPen |
getLinePen()
Sets the Pen for the Point3D connecting Lines. |
double |
getMaxZValue()
Returns MaxZValue. |
SeriesPointer |
getPointer()
Each point in a PointSeries is drawn using the Pointer properties. |
void |
prepareForGallery(boolean isEnabled)
|
void |
removePointerStyleResolver()
|
void |
setChart(IBaseChart value)
Chart associated with this object. |
void |
setColor(Color value)
Default color for all points. |
void |
setDepthSize(double value)
Sets the Depth of each 3DPoint to the value of DepthSize. |
void |
setPointerStyleResolver(PointerStyleResolver resolver)
|
void |
setSubGallery(int index)
Creates and prepares the index'th Series style to show at sub-gallery dialog. |
| Methods inherited from class com.steema.teechart.styles.Custom3D |
|---|
add, add, add, add, add, add, calcZOrder, calcZPos, 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 |
| Constructor Detail |
|---|
public Points3D(IBaseChart c)
public Points3D()
| Method Detail |
|---|
public void setPointerStyleResolver(PointerStyleResolver resolver)
public void removePointerStyleResolver()
public SeriesPointer getPointer()
public Color getColor()
getColor in interface ISeriesgetColor in class SeriesSeries.getColorEach()public void setColor(Color value)
setColor in class Seriesvalue - ColorSeries.getColorEach()public ChartPen getLinePen()
public ChartPen getBaseLine()
public void createSubGallery(Gallery addSubChart)
createSubGallery in class Seriespublic void setSubGallery(int index)
Series
setSubGallery in interface ISeriessetSubGallery in class Seriesindex - intpublic double getDepthSize()
public void setDepthSize(double value)
value - doubleprotected void addSampleValues(int numValues)
addSampleValues in class Seriespublic void calcHorizMargins(Margins margins)
Series
calcHorizMargins in class Seriesmargins - Marginspublic void calcVerticalMargins(Margins margins)
Series
calcVerticalMargins in class Seriesmargins - Margins
protected void drawLegendShape(IGraphics3D g,
int valueIndex,
Rectangle r)
drawLegendShape in class Series
protected void drawMark(int valueIndex,
java.lang.String s,
SeriesMarksPosition position)
drawMark in class Custom3Dpublic void prepareForGallery(boolean isEnabled)
prepareForGallery in class Seriespublic void setChart(IBaseChart value)
TeeBase
setChart in interface ISeriessetChart in class Seriesvalue - IBaseChartpublic void drawValue(int valueIndex)
drawValue in interface ISeriesdrawValue in class SeriesvalueIndex - intpublic double getMaxZValue()
getMaxZValue in interface ISeriesgetMaxZValue in class Custom3Dpublic java.lang.String getDescription()
getDescription in class Series
public int clicked(int x,
int y)
clicked in interface ISeriesclicked in class Seriesx - inty - int
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||