Class ExtremityFactoryCircleCross
- java.lang.Object
-
- net.sourceforge.plantuml.svek.AbstractExtremityFactory
-
- net.sourceforge.plantuml.svek.extremity.ExtremityFactoryCircleCross
-
- All Implemented Interfaces:
ExtremityFactory
public class ExtremityFactoryCircleCross extends AbstractExtremityFactory implements ExtremityFactory
-
-
Constructor Summary
Constructors Constructor Description ExtremityFactoryCircleCross(HColor backgroundColor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UDrawable
createUDrawable(XPoint2D p0, XPoint2D p1, XPoint2D p2, Side side)
-
Methods inherited from class net.sourceforge.plantuml.svek.AbstractExtremityFactory
atan2, createUDrawable
-
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
-
-
-
-
Constructor Detail
-
ExtremityFactoryCircleCross
public ExtremityFactoryCircleCross(HColor backgroundColor)
-
-
Method Detail
-
createUDrawable
public UDrawable createUDrawable(XPoint2D p0, XPoint2D p1, XPoint2D p2, Side side)
- Specified by:
createUDrawable
in interfaceExtremityFactory
-
-