net.sourceforge.plantuml.ugraphic
Class UEllipse

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.UEllipse
All Implemented Interfaces:
Shadowable, UShape

public class UEllipse
extends Object


Constructor Summary
UEllipse(double width, double height)
           
UEllipse(double width, double height, double start, double extend)
           
 
Method Summary
 double getDeltaShadow()
           
 double getExtend()
           
 double getHeight()
           
 double getStart()
           
 double getWidth()
           
 void setDeltaShadow(double deltaShadow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UEllipse

public UEllipse(double width,
                double height)

UEllipse

public UEllipse(double width,
                double height,
                double start,
                double extend)
Method Detail

getWidth

public double getWidth()

getHeight

public double getHeight()

getStart

public final double getStart()

getExtend

public final double getExtend()

getDeltaShadow

public double getDeltaShadow()
Specified by:
getDeltaShadow in interface Shadowable

setDeltaShadow

public void setDeltaShadow(double deltaShadow)
Specified by:
setDeltaShadow in interface Shadowable


Copyright © 2011. All Rights Reserved.