|
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 | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.igc.brushes.internal.BlurFilterBrush
org.eclipse.tptp.platform.report.birt).
public class BlurFilterBrush
Apply blur effet oand filter result using a given color. Need IGC with an implements getPoint() to works.
| Field Summary | |
|---|---|
protected int |
dev_255_area_
Deprecated. |
protected int |
dev_size_x_
Deprecated. |
protected int |
dev_size_y_
Deprecated. |
protected IGCDirect |
gd_
Deprecated. |
protected int |
size_
Deprecated. |
| Constructor Summary | |
|---|---|
BlurFilterBrush(BlurFilterBrush b)
Deprecated. |
|
BlurFilterBrush(int size,
int rgba)
Deprecated. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int size_
protected IGCDirect gd_
protected int dev_size_x_
protected int dev_size_y_
protected int dev_255_area_
| Constructor Detail |
|---|
public BlurFilterBrush(int size,
int rgba)
public BlurFilterBrush(BlurFilterBrush b)
| Method Detail |
|---|
public IBrush copyBrush()
copyBrush in interface IBrush
public int getBrushColor(int x,
int y,
int curr_rgba)
IBrush
getBrushColor in interface IBrushx - 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.
public void brushBegin(IGC gc,
IGCDirect gd)
IBrush
brushBegin in interface IBrushgc - IGC which request the brush filling.gd - IGCDirect the brush can use to convert data to device coordinates.public void brushEnd()
IBrush
brushEnd in interface IBrush
|
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 | ||||||||