net.sourceforge.plantuml.ugraphic
Class URectangle
java.lang.Object
net.sourceforge.plantuml.ugraphic.URectangle
- All Implemented Interfaces:
- Shadowable, UShape
public class URectangle
- extends Object
Constructor Summary |
URectangle(double width,
double height)
|
URectangle(double width,
double height,
double rx,
double ry)
|
URectangle
public URectangle(double width,
double height)
URectangle
public URectangle(double width,
double height,
double rx,
double ry)
toString
public String toString()
- Overrides:
toString
in class Object
getWidth
public double getWidth()
getHeight
public double getHeight()
getRx
public double getRx()
getRy
public double getRy()
clip
public URectangle clip(UClip clip)
getDeltaShadow
public double getDeltaShadow()
- Specified by:
getDeltaShadow
in interface Shadowable
setDeltaShadow
public void setDeltaShadow(double deltaShadow)
- Specified by:
setDeltaShadow
in interface Shadowable
Copyright © 2012. All Rights Reserved.