|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Brush
Abstract brush interface (filling of a 2D area).
| Field Summary |
|---|
| Fields inherited from interface cz.cuni.jagrlib.iface.Property |
|---|
LOGGING, STATISTICS, TEXT_DESCRIPTION |
| Method Summary | |
|---|---|
void |
fill()
Fills the defined area. |
void |
init()
Area (re-)initialization. |
int |
setAlphaOperation(int _op)
Sets the alpha-channel operation (used in fill() method). |
int |
setOperation(int _op)
Sets the binary set operation (used in fill() method). |
ValueTransferFunction |
setTransferFunction(ValueTransferFunction _transfer)
Sets the value-transfer function (used in fill() method). |
| Methods inherited from interface cz.cuni.jagrlib.iface.Property |
|---|
commit, get, set |
| Method Detail |
|---|
void init()
int setOperation(int _op)
fill() method).
_op - Binary set operation (BinaryOperation.BIN_OP_* constant).
RasterGraphics,
Binary operationsint setAlphaOperation(int _op)
fill() method).
_op - Alpha-channel operation (AlphaOperation.ALPHA_* constant).
Alpha-channel operationsValueTransferFunction setTransferFunction(ValueTransferFunction _transfer)
fill() method).
_transfer - New value-transfer function or null.
RasterGraphics,
Value-transfor function prototypevoid fill()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||