FileDocCategorySizeDatePackage
PaintTarget.javaAPI DocphoneME MR2 API (J2ME)1871Wed May 02 18:00:34 BST 2007com.sun.perseus.j2d

PaintTarget

public interface PaintTarget
Interface that classes interested in changes to a PaintServer should implement.
version
$Id: PaintTarget.java,v 1.3 2006/04/21 06:35:06 st125089 Exp $

Fields Summary
Constructors Summary
Methods Summary
public org.w3c.dom.svg.SVGRectgetBBox()

return
the PaintTarget's user space bounding box. May be needed for the PaintServer to compute a PaintDef, as for objectBoundingBox gradients.

public voidonPaintServerUpdate(java.lang.String paintType, PaintServer paintServer)

param
paintType the key provided by the PaintTarget when it subscribed to to associated PaintServer.
param
paintServer the PaintServer generating the update.