|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.tptp.platform.report.birt).
public interface IBrush
Brush is used by IGC and IGCDirect to fill shapes, choosing color for each pixels to draw.
IShape, IShapeFiller| Method Summary | |
|---|---|
void |
brushBegin(IGC gc,
IGCDirect gd)
Deprecated. Start the filling of a shape. |
void |
brushEnd()
Deprecated. End a filling of a shape or line drawing. |
IBrush |
copyBrush()
Deprecated. |
int |
getBrushColor(int x,
int y,
int curr_rgba)
Deprecated. Brush's RGBA color choice for pixel at location x,y, this pixel have currently the RGBA color curr_rgba. |
| Method Detail |
|---|
IBrush copyBrush()
int getBrushColor(int x,
int y,
int curr_rgba)
x - x coordinate of point in device coordinate.y - y coordinate of point in device coordinate.curr_rgba - current color of point (x,y) in render.
void brushBegin(IGC gc,
IGCDirect gd)
gc - IGC which request the brush filling.gd - IGCDirect the brush can use to convert data to device coordinates.void brushEnd()
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||