Package net.sourceforge.plantuml.svek
Class AbstractExtremityFactory
- java.lang.Object
-
- net.sourceforge.plantuml.svek.AbstractExtremityFactory
-
- All Implemented Interfaces:
ExtremityFactory
- Direct Known Subclasses:
ExtremityFactoryArrow,ExtremityFactoryArrowAndCircle,ExtremityFactoryCircle,ExtremityFactoryCircleConnect,ExtremityFactoryCircleCross,ExtremityFactoryCircleCrowfoot,ExtremityFactoryCircleLine,ExtremityFactoryCrowfoot,ExtremityFactoryDiamond,ExtremityFactoryDoubleLine,ExtremityFactoryExtends,ExtremityFactoryExtendsLike,ExtremityFactoryHalfArrow,ExtremityFactoryLineCrowfoot,ExtremityFactoryNotNavigable,ExtremityFactoryParenthesis,ExtremityFactoryPlus,ExtremityFactorySquare,ExtremityFactoryTriangle
public abstract class AbstractExtremityFactory extends Object implements ExtremityFactory
-
-
Constructor Summary
Constructors Constructor Description AbstractExtremityFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected doubleatan2(XPoint2D p1, XPoint2D p0)UDrawablecreateUDrawable(XPoint2D p0, double angle, Side side)-
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.svek.extremity.ExtremityFactory
createUDrawable
-
-
-
-
Method Detail
-
createUDrawable
public UDrawable createUDrawable(XPoint2D p0, double angle, Side side)
- Specified by:
createUDrawablein interfaceExtremityFactory
-
-