Interface FSObjectDrawerFactory

All Known Implementing Classes:
DefaultObjectDrawerFactory, StandardObjectDrawerFactory

public interface FSObjectDrawerFactory
Factory for ObjectDrawers, i.e. classes which draw <object> tags
  • Method Details

    • createDrawer

      FSObjectDrawer createDrawer(Element e)
      Determine an object drawer for the given object tag element.
    • isReplacedObject

      boolean isReplacedObject(Element e)
      Parameters:
      e - eleemnt with tag name of object.
      Returns:
      true if this object drawer can handle this element.