|
||||||||||
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
com.steema.teechart.styles.CustomErrorPoint3D
public abstract class CustomErrorPoint3D
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, 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 | |
---|---|
CustomErrorPoint3D(IBaseChart c)
|
Method Summary | |
---|---|
int |
add(double y,
double z,
double LeftErr,
double RightErr,
double TopErr,
double BottomErr,
double FrontErr,
double BackErr)
|
int |
add(double x,
double y,
double z,
double LeftErr,
double RightErr,
double TopErr,
double BottomErr,
double FrontErr,
double BackErr)
|
int |
add(double x,
double y,
double z,
double LeftErr,
double RightErr,
double TopErr,
double BottomErr,
double FrontErr,
double BackErr,
Color color)
|
int |
add(double x,
double y,
double z,
double LeftErr,
double RightErr,
double TopErr,
double BottomErr,
double FrontErr,
double BackErr,
java.lang.String text)
|
int |
add(double XVal,
double YVal,
double ZVal,
double LeftErr,
double RightErr,
double TopErr,
double BottomErr,
double FrontErr,
double BackErr,
java.lang.String text,
Color color)
|
protected void |
addSampleValues(int numValues)
|
int |
clicked(int x,
int y)
The ValueIndex of the "clicked" point in the Series. |
void |
drawValue(int valueIndex)
Called internally. |
java.lang.String |
getDescription()
Gets descriptive text. |
ChartErrors3D |
getErrors()
|
double |
getMaxXValue()
The Maximum Value of the Series X Values List. |
double |
getMaxYValue()
The Maximum Value of the Series Y Values List. |
double |
getMaxZValue()
Returns MaxZValue. |
double |
getMinXValue()
The Minimum Value of the Series X Values List. |
double |
getMinYValue()
The Minimum Value of the Series Y Values List. |
double |
getMinZValue()
Returns Minimum Z Value. |
void |
setChart(IBaseChart c)
Chart associated with this object. |
Methods inherited from class com.steema.teechart.styles.Points3D |
---|
calcHorizMargins, calcVerticalMargins, calcZPositions, createSubGallery, drawLegendShape, drawMark, getBaseLine, getColor, getDepthSize, getLinePen, getPointer, getTreatNulls, onGetPointerStyle, prepareForGallery, removePointerStyleResolver, setColor, setDepthSize, setPointerStyleResolver, setSubGallery, setTreatNulls |
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 CustomErrorPoint3D(IBaseChart c)
Method Detail |
---|
public ChartErrors3D getErrors()
public void setChart(IBaseChart c)
TeeBase
setChart
in interface ISeries
setChart
in class Points3D
c
- IBaseChartprotected void addSampleValues(int numValues)
addSampleValues
in class Points3D
public int add(double XVal, double YVal, double ZVal, double LeftErr, double RightErr, double TopErr, double BottomErr, double FrontErr, double BackErr, java.lang.String text, Color color)
public int add(double x, double y, double z, double LeftErr, double RightErr, double TopErr, double BottomErr, double FrontErr, double BackErr, java.lang.String text)
public int add(double x, double y, double z, double LeftErr, double RightErr, double TopErr, double BottomErr, double FrontErr, double BackErr)
public int add(double x, double y, double z, double LeftErr, double RightErr, double TopErr, double BottomErr, double FrontErr, double BackErr, Color color)
public int add(double y, double z, double LeftErr, double RightErr, double TopErr, double BottomErr, double FrontErr, double BackErr)
public void drawValue(int valueIndex)
Points3D
drawValue
in interface ISeries
drawValue
in class Points3D
valueIndex
- intpublic double getMinXValue()
Series
getMinXValue
in class Series
public double getMinYValue()
Series
getMinYValue
in class Series
public double getMinZValue()
Custom3D
getMinZValue
in interface ISeries
getMinZValue
in class Custom3D
public double getMaxXValue()
Series
getMaxXValue
in class Series
public double getMaxYValue()
Series
getMaxYValue
in class Series
public double getMaxZValue()
Points3D
getMaxZValue
in interface ISeries
getMaxZValue
in class Points3D
public java.lang.String getDescription()
Points3D
getDescription
in class Points3D
public int clicked(int x, int y)
Points3D
clicked
in interface ISeries
clicked
in class Points3D
x
- inty
- int
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |