Class ContainingEllipse

java.lang.Object
net.sourceforge.plantuml.svek.image.ContainingEllipse

public class ContainingEllipse extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    ContainingEllipse(double coefY)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    append(double x, double y)
     
    void
    append(java.awt.geom.Point2D pt)
     
     
    java.awt.geom.Point2D
     
    double
     
    double
     
    void
    setDeltaShadow(double deltaShadow)
     
    java.lang.String
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ContainingEllipse

      public ContainingEllipse(double coefY)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • append

      public void append(java.awt.geom.Point2D pt)
    • append

      public void append(double x, double y)
    • getWidth

      public double getWidth()
    • getHeight

      public double getHeight()
    • getCenter

      public java.awt.geom.Point2D getCenter()
    • asUEllipse

      public UEllipse asUEllipse()
    • setDeltaShadow

      public void setDeltaShadow(double deltaShadow)