public abstract class CustomErrorPoint3D extends Points3D
Series.MarkTextResolver
AUTODEPTH, 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, yMandatory
chart, 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, setTreatNulls
add, add, add, add, add, add, add, add, add, calcZOrder, calcZPos, getPoint, getTimesZOrder, getZValues, isValidSourceOf, prepareLegendCanvas, setTimesZOrder, valueListOfAxis
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, 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, yScreenToValue
getChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChart, invalidate
public CustomErrorPoint3D(IBaseChart c)
public ChartErrors3D getErrors()
public void setChart(IBaseChart c)
TeeBase
protected 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
public 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