Interface EdgeShape


  • public interface EdgeShape
    An interface for decorators that return a Shape for a specified edge.

    All edge shapes must be defined so that their endpoints are at (0,0) and (1,0). They will be scaled, rotated and translated into position by the Renderer.

    Author:
    Tom Nelson