net.sourceforge.plantuml.ugraphic
Class UEllipse
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UEllipse
public UEllipse(double width,
double height)
UEllipse
public UEllipse(double width,
double height,
double start,
double extend)
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.