public abstract class CustomErrorPoint extends Points
Series.MarkTextResolver| Modifier and Type | Field and Description |
|---|---|
protected ChartPen |
linePen |
protected boolean |
treatNans |
protected TreatNullsStyle |
treatnulls |
iStacked, pointAUTODEPTH, 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 |
|---|
CustomErrorPoint() |
CustomErrorPoint(IBaseChart c) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(double[] xValues,
double[] yValues,
boolean append) |
int |
add(double x,
double y)
Adds a new point with specified x and y values.
|
int |
add(double y,
double LErr,
double RErr,
double TErr,
double BErr) |
int |
add(double x,
double y,
double LErr,
double RErr,
double TErr,
double BErr) |
int |
add(double x,
double y,
double LErr,
double RErr,
double TErr,
double BErr,
Color color) |
int |
add(double x,
double y,
double LErr,
double RErr,
double TErr,
double BErr,
java.lang.String text) |
int |
add(double XVal,
double YVal,
double LErr,
double RErr,
double TErr,
double BErr,
java.lang.String text,
Color color) |
protected void |
addSampleValues(int numValues) |
protected void |
calcHorizMargins(int LeftMargin,
int RightMargin) |
protected double |
calcMinMaxValue(boolean isMin) |
protected void |
calcVerticalMargins(int TopMargin,
int BottomMargin) |
int |
clicked(int x,
int y)
Returns the ValueIndex of the "clicked" point in the Series.
|
protected boolean |
doNotPaintNull() |
void |
drawValue(int valueIndex)
Called internally.
|
java.lang.String |
getDescription()
Gets descriptive text.
|
ChartErrors |
getErrors() |
double |
getMaxXValue()
Returns the Maximum Value of the Series X Values List.
|
double |
getMaxYValue()
Returns the Maximum Value of the Series Y Values List.
|
double |
getMinXValue()
Returns the Minimum Value of the Series X Values List.
|
double |
getMinYValue()
Returns the Minimum Value of the Series Y Values List.
|
boolean |
getTreatNaNAsNull() |
TreatNullsStyle |
getTreatNulls()
Defines how null points are treated.
|
protected boolean |
IgnoreNull() |
void |
setChart(Chart c) |
void |
setTreatNaNAsNull(boolean value) |
void |
setTreatNulls(TreatNullsStyle value) |
assign, canDoExtra, createSubGallery, getColor, getLinePen, setColor, setColorEach, setSubGalleryaddSeriesMouseListener, calcHorizMargins, calcVerticalMargins, calcXPos, calcYPos, calcZOrder, clickedPointer, drawLegendShape, drawMark, drawPointer, getOriginPos, getPointer, getStacked, onGetPointerStyle, removePointerStyleResolver, removeSeriesMouseListener, sameClassOrigin, setChart, setPointerStyleResolver, setStackedadd, 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, addSeriesPaintListener, addValues, assignDispose, assignValues, associatedToAxis, beginUpdate, calcFirstLastVisibleIndex, calcPercentSt, calcPosValue, calculateMarkPosition, calcXPosValue, calcXSizeValue, 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, getMaxZValue, getMiddleZ, getMinZValue, getNotMandatory, getNumGallerySeries, getNumSampleValues, getOriginValue, getPercentFormat, getPoint, 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, isValidSourceOf, lastDisplayed, lastVisibleMark, legendItemColor, legendToValueIndex, maxMarkWidth, moreSameZOrder, mouseEvent, newFromType, numSampleValues, onDisposing, prepareForGallery, prepareLegendCanvas, randomBounds, readResolve, recalcGetAxis, refreshSeries, removeMarkTextResolver, removeSeriesPaintListener, repaint, sameClass, setActive, 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, valueListOfAxis, valuesListAdd, xScreenToValue, yScreenToValuegetChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringPropertyequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChart, invalidateprotected ChartPen linePen
protected TreatNullsStyle treatnulls
protected boolean treatNans
public CustomErrorPoint(IBaseChart c)
public CustomErrorPoint()
public ChartErrors getErrors()
public void setChart(Chart c)
protected void calcHorizMargins(int LeftMargin,
int RightMargin)
protected void calcVerticalMargins(int TopMargin,
int BottomMargin)
protected void addSampleValues(int numValues)
addSampleValues in class Seriespublic int add(double XVal,
double YVal,
double LErr,
double RErr,
double TErr,
double BErr,
java.lang.String text,
Color color)
public int add(double x,
double y,
double LErr,
double RErr,
double TErr,
double BErr,
java.lang.String text)
public int add(double x,
double y,
double LErr,
double RErr,
double TErr,
double BErr)
public int add(double x,
double y,
double LErr,
double RErr,
double TErr,
double BErr,
Color color)
public int add(double y,
double LErr,
double RErr,
double TErr,
double BErr)
public void drawValue(int valueIndex)
CustomPointdrawValue in interface ISeriesdrawValue in class CustomPointvalueIndex - intpublic double getMaxXValue()
CustomPointgetMaxXValue in class CustomPointpublic double getMaxYValue()
CustomPointgetMaxYValue in class CustomPointpublic double getMinXValue()
CustomPointgetMinXValue in class CustomPointpublic double getMinYValue()
CustomPointgetMinYValue in class CustomPointpublic java.lang.String getDescription()
PointsgetDescription in class Pointspublic int clicked(int x,
int y)
CustomPointclicked in interface ISeriesclicked in class CustomPointx - inty - intprotected double calcMinMaxValue(boolean isMin)
public TreatNullsStyle getTreatNulls()
public void setTreatNulls(TreatNullsStyle value)
public void add(double[] xValues,
double[] yValues,
boolean append)
public int add(double x,
double y)
Seriesprotected boolean IgnoreNull()
protected boolean doNotPaintNull()
public boolean getTreatNaNAsNull()
public void setTreatNaNAsNull(boolean value)