Package com.openhtmltopdf.extend
Interface FSObjectDrawerFactory
- All Known Implementing Classes:
DefaultObjectDrawerFactory
public interface FSObjectDrawerFactory
Factory for ObjectDrawers, i.e. classes which draw <object> tags
-
Method Summary
Modifier and Type Method Description FSObjectDrawercreateDrawer(Element e)Determine an object drawer for the given object tag element.booleanisReplacedObject(Element e)
-
Method Details
-
createDrawer
Determine an object drawer for the given object tag element. -
isReplacedObject
- Parameters:
e- eleemnt with tag name ofobject.- Returns:
- true if this object drawer can handle this element.
-