Class Extremity

  • All Implemented Interfaces:
    UDrawable

    public abstract class Extremity
    extends java.lang.Object
    implements UDrawable
    • Constructor Summary

      Constructors 
      Constructor Description
      Extremity()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected double manageround​(double angle)  
      abstract java.awt.geom.Point2D somePoint()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface net.sourceforge.plantuml.graphic.UDrawable

        drawU
    • Constructor Detail

      • Extremity

        public Extremity()
    • Method Detail

      • manageround

        protected double manageround​(double angle)
      • somePoint

        public abstract java.awt.geom.Point2D somePoint()