public interface IErrorBarPixel extends Serializable
TracePoint2D
.
Errors returned from the getters represent only the error part and not the absolute value. Errors are always absolute values (vs. relative to the original value to add the error to.
Modifier and Type | Field and Description |
---|---|
static int |
ERROR_PIXEL_NONE
Constant that identifies a resulting error to be non-existant.
|
Modifier and Type | Method and Description |
---|---|
int |
getNegativeXErrorPixel()
Returns the negative error (positive value) in X dimension as a pixel value or
ERROR_PIXEL_NONE . |
int |
getNegativeYErrorPixel()
Returns the negative error (positive value) in Y dimension as a pixel value or
ERROR_PIXEL_NONE . |
int |
getPositiveXErrorPixel()
Returns the positive error in X dimension as a pixel value or
ERROR_PIXEL_NONE . |
int |
getPositiveYErrorPixel()
Returns the positive error in Y dimension as a pixel value or
ERROR_PIXEL_NONE . |
ITrace2D |
getTrace()
Returns the corresponding trace for this error bar.
|
static final int ERROR_PIXEL_NONE
int getNegativeXErrorPixel()
ERROR_PIXEL_NONE
.
ERROR_PIXEL_NONE
.int getNegativeYErrorPixel()
ERROR_PIXEL_NONE
.
ERROR_PIXEL_NONE
.int getPositiveXErrorPixel()
ERROR_PIXEL_NONE
.
ERROR_PIXEL_NONE
.int getPositiveYErrorPixel()
ERROR_PIXEL_NONE
.
ERROR_PIXEL_NONE
.ITrace2D getTrace()
Copyright © 2001 - 2010 LGPL, All Rights Footloose.