|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SolidPen
Solid pen with variable width.
Field Summary |
---|
Fields inherited from interface cz.cuni.jagrlib.iface.Property |
---|
LOGGING, STATISTICS, TEXT_DESCRIPTION |
Method Summary | |
---|---|
void |
setColor(double _color)
Sets the current drawing color (for RasterGraphics.MODE_GRAY ). |
void |
setColor(double[] _color)
Sets the current drawing color (for RasterGraphics.MODE_RGB ,
RasterGraphics.MODE_RGBA or RasterGraphics.MODE_BAND ). |
void |
setColor(int _color)
Sets the current drawing color (for RasterGraphics.MODE_GRAY or
RasterGraphics.MODE_COLORMAP ). |
void |
setColor(int[] _color)
Sets the current drawing color (for RasterGraphics.MODE_RGB ,
RasterGraphics.MODE_RGBA or RasterGraphics.MODE_BAND ). |
double |
setWidth(double _width)
Sets the Pen 's width. |
int |
setWidth(int _width)
Sets the Pen 's width. |
Methods inherited from interface cz.cuni.jagrlib.iface.Pen |
---|
init, setAlphaOperation, setOperation, setTransferFunction, stroke |
Methods inherited from interface cz.cuni.jagrlib.iface.Property |
---|
commit, get, set |
Method Detail |
---|
int setWidth(int _width)
Pen
's width.
_width
- The new pen's width.
double setWidth(double _width)
Pen
's width.
_width
- The new pen's width.
void setColor(int _color)
RasterGraphics.MODE_GRAY
or
RasterGraphics.MODE_COLORMAP
).
_color
- Current drawing color.RasterGraphics
void setColor(double _color)
RasterGraphics.MODE_GRAY
).
_color
- Current drawing color (0.0 to 1.0).RasterGraphics
void setColor(int[] _color)
RasterGraphics.MODE_RGB
,
RasterGraphics.MODE_RGBA
or RasterGraphics.MODE_BAND
).
_color
- Current drawing color.RasterGraphics
void setColor(double[] _color)
RasterGraphics.MODE_RGB
,
RasterGraphics.MODE_RGBA
or RasterGraphics.MODE_BAND
).
_color
- Current drawing color (channel values between 0.0 and 1.0).RasterGraphics
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |