ALPHA_FULLY_OPAQUE, ALPHA_FULLY_TRANSPARENT, ALPHA_SHIFT| Constructor and Description |
|---|
VGColor(int color)
Creates a color painter over the given color.
|
| Modifier and Type | Method and Description |
|---|---|
VGPaint |
apply(PaintVisitor visitor)
Creates a new painter applying the given visitor.
|
java.awt.Paint |
getPaint()
Creates an AWT
Paint object. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyOpacity, applyOpacitypublic VGColor(int color)
color - a ARGB colorpublic VGPaint apply(PaintVisitor visitor)
VGPaint