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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createUDrawable(java.awt.geom.Point2D p0, java.awt.geom.Point2D p1, java.awt.geom.Point2D 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 Details

    • ExtremityFactoryCircleCross

      public ExtremityFactoryCircleCross(HColor backgroundColor)
  • Method Details