PaintServerpublic interface PaintServer The PaintServer interface is used to allow the notion of both paint values
(sush as RGB colors) and more sophisticated paint servers. |
Methods Summary |
---|
public void | dispose()Called when the PaintServer is no longer used
| public PaintDef | getPaintDef()
| public void | setPaintTarget(java.lang.String paintType, PaintTarget paintTarget)
|
|