org.apache.batik.dom.xbl

Interface XBLManagerData

public interface XBLManagerData

An interface for XBL managers to associate data with nodes.
Method Summary
ObjectgetManagerData()
Returns the XBL manager associated data for this node.
voidsetManagerData(Object data)
Sets the XBL manager associated data for this node.

Method Detail

getManagerData

public Object getManagerData()
Returns the XBL manager associated data for this node.

setManagerData

public void setManagerData(Object data)
Sets the XBL manager associated data for this node.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.