| com.sun.perseus.j2d.PaintServer
All known Subclasses: com.sun.perseus.j2d.RGB,
PaintServer | public interface PaintServer (Code) | | The PaintServer interface is used to allow the notion of both paint values
(sush as RGB colors) and more sophisticated paint servers.
version: $Id: PaintServer.java,v 1.3 2006/04/21 06:35:01 st125089 Exp $ |
dispose | public void dispose()(Code) | | Called when the PaintServer is no longer used
|
getPaintDef | public PaintDef getPaintDef()(Code) | | the PaintDef generated by the server. |
setPaintTarget | public void setPaintTarget(String paintType, PaintTarget paintTarget)(Code) | | Parameters: paintType - a key that the PaintTarget can use to characterize its interest in the PaintServer. For example, a PaintTarget may be interested in the Paint both for stroking and filling purposes. Parameters: paintTarget - the PaintTarget listening to changes to the paint generated by this PaintServer. |
|
|