public interface PaintVisitor
VGPaint.| Modifier and Type | Method and Description |
|---|---|
default int |
visitColor(int color)
Changes a color into an other one.
|
default java.awt.geom.AffineTransform |
visitTransform(java.awt.geom.AffineTransform at)
Changes the affine transform by an other one.
|
default int visitColor(int color)
color - the ARGB color to changedefault java.awt.geom.AffineTransform visitTransform(java.awt.geom.AffineTransform at)
at - the affine transform to change