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 double
atan2(Point2D p1, Point2D p0)
UDrawable
createUDrawable(Point2D 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(Point2D p0, double angle, Side side)
- Specified by:
createUDrawable
in interfaceExtremityFactory
-
-