Class Extremity

java.lang.Object
net.sourceforge.plantuml.svek.extremity.Extremity
All Implemented Interfaces:
UDrawable
Direct Known Subclasses:
ExtremityOther

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    java.awt.geom.Point2D
    isTooSmallSoGiveThePointCloserToThisOne(java.awt.geom.Point2D pt)
     
    protected double
    manageround(double angle)
     
    abstract java.awt.geom.Point2D
     

    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 Details

    • Extremity

      public Extremity()
  • Method Details

    • manageround

      protected double manageround(double angle)
    • somePoint

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

      public java.awt.geom.Point2D isTooSmallSoGiveThePointCloserToThisOne(java.awt.geom.Point2D pt)