Interface IPathShapeMapper

  • All Known Implementing Classes:
    PathShapeMapper

    public interface IPathShapeMapper
    Interface that will provide a mapping from path element-data instruction names to IPathShape.
    • Method Detail

      • getMapping

        java.util.Map<java.lang.String,​IPathShape> getMapping()
        Provides a mapping of Path-data instructions' names to path shape classes.
        Returns:
        a Map with Strings as keys and {link @IPathShape implementations as values
      • getArgumentCount

        java.util.Map<java.lang.String,​java.lang.Integer> getArgumentCount()