Interface GraphicsNodeRableFactory

All Known Implementing Classes:
ConcreteGraphicsNodeRableFactory

public interface GraphicsNodeRableFactory
This interface lets GraphicsNode create instances of GraphicsNodeRable appropriate for the filter module implementation.
  • Method Details

    • createGraphicsNodeRable

      GraphicsNodeRable createGraphicsNodeRable(GraphicsNode node)
      Returns a GraphicsNodeRable initialized with the input GraphicsNode.