net.sourceforge.plantuml.svek.extremity
Class ExtremityFactoryCircle

java.lang.Object
  extended by net.sourceforge.plantuml.svek.AbstractExtremityFactory
      extended by net.sourceforge.plantuml.svek.extremity.ExtremityFactoryCircle
All Implemented Interfaces:
ExtremityFactory

public class ExtremityFactoryCircle
extends AbstractExtremityFactory
implements ExtremityFactory


Constructor Summary
ExtremityFactoryCircle()
           
 
Method Summary
 UDrawable createUDrawable(Point2D p0, Point2D p1, Point2D p2)
           
 
Methods inherited from class net.sourceforge.plantuml.svek.AbstractExtremityFactory
atan2
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtremityFactoryCircle

public ExtremityFactoryCircle()
Method Detail

createUDrawable

public UDrawable createUDrawable(Point2D p0,
                                 Point2D p1,
                                 Point2D p2)
Specified by:
createUDrawable in interface ExtremityFactory


Copyright © 2013. All Rights Reserved.