Interface FSObjectDrawerFactory
- All Known Implementing Classes:
DefaultObjectDrawerFactory, StandardObjectDrawerFactory
public interface FSObjectDrawerFactory
Factory for ObjectDrawers, i.e. classes which draw <object> tags
-
Method Summary
Modifier and TypeMethodDescriptionDetermine an object drawer for the given object tag element.boolean
-
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.
-