net.sourceforge.plantuml.ugraphic
Class URectangle
java.lang.Object
net.sourceforge.plantuml.ugraphic.URectangle
- All Implemented Interfaces:
- UShape
public class URectangle
- extends Object
- implements UShape
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)
Copyright © 2011. All Rights Reserved.