Class RMLineShape.ArrowHead

    • Constructor Detail

      • ArrowHead

        public ArrowHead()
        Creates a new arrow head.
      • ArrowHead

        public ArrowHead​(int aType)
        Creates a new arrow head of type.
    • Method Detail

      • getOrigin

        public RMPoint getOrigin()
        Returns the point, in the shape's coordinate system, of the origin (attachment point).
      • notRSS

        public boolean notRSS()
        Overridden to indicate arrow head is always funky.
      • getTransform

        public RMTransform getTransform()
        Overridden from RMShape to change the center of rotation to the arrowhead's origin.
        Overrides:
        getTransform in class RMShape