net.sourceforge.plantuml.svek.extremity
Class ExtremityFactoryArrow

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

public class ExtremityFactoryArrow
extends AbstractExtremityFactory
implements ExtremityFactory


Constructor Summary
ExtremityFactoryArrow()
           
 
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

ExtremityFactoryArrow

public ExtremityFactoryArrow()
Method Detail

createUDrawable

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


Copyright © 2013. All Rights Reserved.