net.sourceforge.plantuml.svek
Class AbstractExtremityFactory

java.lang.Object
  extended by net.sourceforge.plantuml.svek.AbstractExtremityFactory
All Implemented Interfaces:
ExtremityFactory
Direct Known Subclasses:
ExtremityFactoryArrow, ExtremityFactoryArrowAndCircle, ExtremityFactoryCircle, ExtremityFactoryCircleConnect, ExtremityFactoryCircleCross, ExtremityFactoryDiamond, ExtremityFactoryParenthesis, ExtremityFactoryPlus, ExtremityFactorySquarre, ExtremityFactoryTriangle

public abstract class AbstractExtremityFactory
extends Object
implements ExtremityFactory


Constructor Summary
AbstractExtremityFactory()
           
 
Method Summary
protected  double atan2(Point2D p1, Point2D p0)
           
 
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

AbstractExtremityFactory

public AbstractExtremityFactory()
Method Detail

atan2

protected double atan2(Point2D p1,
                       Point2D p0)


Copyright © 2013. All Rights Reserved.