public abstract class CustomErrorPoint3D extends Points3D
Series.MarkTextResolverAUTODEPTH, AUTOZORDER, bActive, bBrush, bColorEach, calcVisiblePoints, colorMember, customMarkText, drawBetweenPoints, endZ, firstVisible, hasZValues, iColors, iNumSampleValues, iZOrder, labelMember, lastVisible, listenerList, mandatory, manualData, marks, middleZ, notMandatory, oldDataSource, percentDecimal, percentFormat, sLabels, startZ, useAxis, useSeriesColor, valueFormat, vxValues, vyValues, yMandatorychart, InternalUse| Constructor and Description |
|---|
CustomErrorPoint3D(IBaseChart c) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
assign, calcHorizMargins, calcVerticalMargins, calcZPositions, createSubGallery, drawLegendShape, drawMark, getBaseLine, getColor, getDepthSize, getLinePen, getPointer, getTreatNulls, onGetPointerStyle, prepareForGallery, removePointerStyleResolver, setColor, setDepthSize, setPointerStyleResolver, setSubGallery, setTreatNullsadd, add, add, add, add, add, add, add, add, calcZOrder, calcZPos, getPoint, getTimesZOrder, getZValues, isValidSourceOf, prepareLegendCanvas, setTimesZOrder, valueListOfAxisadd, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, addChartValue, added, addedValue, addNull, addNullXY, addSeriesMouseListener, addSeriesPaintListener, addValues, assignDispose, assignValues, associatedToAxis, beginUpdate, calcFirstLastVisibleIndex, calcPercentSt, calcPosValue, calculateMarkPosition, calcXPos, calcXPosValue, calcXSizeValue, calcYPos, calcYPosValue, calcYSizeValue, canAddRandomPoints, changeType, checkDataSource, checkMouse, checkOrder, checkOtherSeries, clear, clearLists, clicked, clone, cloneSeries, convertArray, countLegendItems, createNewSeries, createNewSeries, createNewSeries, dataSourceArray, delete, delete, delete, dispose, doAfterDrawValues, doBeforeDrawChart, doBeforeDrawValues, doClick, doClickPointer, doDoubleClick, draw, drawHiddenValue, drawLegend, drawLegend, drawMarks, drawMarksSeries, drawSeries, drawSeriesForward, drawValuesForward, endUpdate, fillSampleValues, fillSampleValues, fireSeriesMouseEvent, fireSeriesPaint, firstDisplayed, galleryChanged3D, getActive, getAllowSinglePoint, getBitmapEditor, getBrush, getColorEach, getColorMember, getColors, getCount, getCountLegendItems, getCursor, getCustomHorizAxis, getCustomVertAxis, getDataSource, getDefaultColor, getDefaultNullValue, getDepth, getEndZ, getFields, getFirstVisible, getFunction, getHasZValues, getHorizAxis, getHorizontalAxis, getLabelMember, getLabels, getLastVisible, getLegendString, getMandatory, getMandatoryAxis, getMarks, getMarkText, getMarkValue, getMiddleZ, getNotMandatory, getNumGallerySeries, getNumSampleValues, getOriginValue, getPercentFormat, getSeriesColor, getShowInLegend, getStartZ, getTitle, getUseAxis, getValueColor, getValueFormat, getValueIndexSwapper, getValueList, getValueList, getValueMarkText, getValuesLists, getVertAxis, getVerticalAxis, getVisible, getXValues, getYMandatory, getYValueList, getYValues, getZOrder, hasClickEvents, hasColors, hasDataSource, hasLabels, hasListenersOf, hasNoMandatoryValues, isNull, isPointInChartRect, isValidSeriesSource, lastDisplayed, lastVisibleMark, legendItemColor, legendToValueIndex, maxMarkWidth, moreSameZOrder, mouseEvent, newFromType, numSampleValues, onDisposing, randomBounds, readResolve, recalcGetAxis, refreshSeries, removeMarkTextResolver, removeSeriesMouseListener, removeSeriesPaintListener, repaint, sameClass, setActive, setColorEach, setColorMember, setColors, setCursor, setCustomHorizAxis, setCustomHorizAxis, setCustomVertAxis, setCustomVertAxis, setDataSource, setDefaultNullValue, setDepth, setEndZ, setFunction, setHorizontal, setHorizontalAxis, setLabelMember, setLabels, setMarks, setMarkTextResolver, setMiddleZ, setNull, setNull, setPercentFormat, setSeriesColor, setShowInLegend, setStartZ, setTitle, setValueFormat, setValueList, setVerticalAxis, setVisible, setXValues, setYValues, setZOrder, setZPositions, sortByLabels, sortByLabels, sortDrawSeries, swapValueIndex, titleOrName, toString, valuesListAdd, xScreenToValue, yScreenToValuegetChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringPropertyequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChart, invalidatepublic CustomErrorPoint3D(IBaseChart c)
public ChartErrors3D getErrors()
public void setChart(IBaseChart c)
TeeBaseprotected void addSampleValues(int numValues)
addSampleValues in class Points3Dpublic 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)
Points3Dpublic double getMinXValue()
SeriesgetMinXValue in class Seriespublic double getMinYValue()
SeriesgetMinYValue in class Seriespublic double getMinZValue()
Custom3DgetMinZValue in interface ISeriesgetMinZValue in class Custom3Dpublic double getMaxXValue()
SeriesgetMaxXValue in class Seriespublic double getMaxYValue()
SeriesgetMaxYValue in class Seriespublic double getMaxZValue()
Points3DgetMaxZValue in interface ISeriesgetMaxZValue in class Points3Dpublic java.lang.String getDescription()
Points3DgetDescription in class Points3D