|
TPTP 4.6.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.util.internal.SolidBrush
org.eclipse.tptp.platform.report.birt).
public class SolidBrush
Solid brush implementation. This brush return same RGBA color for each points.
| Field Summary | |
|---|---|
protected int |
rgba_
Deprecated. |
| Constructor Summary | |
|---|---|
SolidBrush()
Deprecated. Create brush using white solid color, use setRGBA() to change this color. |
|
SolidBrush(int _rgba)
Deprecated. Create brush using solid color |
|
SolidBrush(SolidBrush brush)
Deprecated. Create a copy of given brush |
|
| 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. |
int |
getRGBA()
Deprecated. |
void |
setBounds(int x,
int y,
int w,
int h)
Deprecated. |
void |
setRGBA(int _rgba)
Deprecated. Change current color of brush |
java.lang.String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int rgba_
| Constructor Detail |
|---|
public SolidBrush()
public SolidBrush(int _rgba)
public SolidBrush(SolidBrush brush)
| Method Detail |
|---|
public IBrush copyBrush()
copyBrush in interface IBrushpublic int getRGBA()
public void setRGBA(int _rgba)
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
public void setBounds(int x,
int y,
int w,
int h)
public java.lang.String toString()
toString in class java.lang.Object
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||