|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IErrorBarPixel
Interface for an error bar in the pixel domain (vs. value domain) for a single
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.
Field Summary | |
---|---|
static int |
ERROR_PIXEL_NONE
Constant that identifies a resulting error to be non-existant. |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int ERROR_PIXEL_NONE
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |