Class PathShapeMapper

    • Constructor Summary

      Constructors 
      Constructor Description
      PathShapeMapper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Integer> getArgumentCount()  
      java.util.Map<java.lang.String,​IPathShape> getMapping()
      Provides a mapping of Path-data instructions' names to path shape classes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PathShapeMapper

        public PathShapeMapper()
    • Method Detail

      • getMapping

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

        public java.util.Map<java.lang.String,​java.lang.Integer> getArgumentCount()
        Specified by:
        getArgumentCount in interface IPathShapeMapper