public class URectangle extends Object implements Scalable
| Constructor and Description |
|---|
URectangle(Dimension2D dim) |
URectangle(double width,
double height) |
URectangle(double width,
double height,
double rx,
double ry) |
URectangle(double width,
double height,
double rx,
double ry,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
URectangle |
clip(UClip clip) |
String |
getComment() |
double |
getDeltaShadow() |
double |
getHeight() |
MinMax |
getMinMax() |
double |
getRx() |
double |
getRy() |
UShape |
getScaled(double scale) |
double |
getWidth() |
void |
setDeltaShadow(double deltaShadow) |
String |
toString() |
public URectangle(double width,
double height)
public URectangle(double width,
double height,
double rx,
double ry)
public URectangle(double width,
double height,
double rx,
double ry,
String comment)
public URectangle(Dimension2D dim)
public double getWidth()
public double getHeight()
public double getRx()
public double getRy()
public URectangle clip(UClip clip)
public MinMax getMinMax()
public final String getComment()
public double getDeltaShadow()
getDeltaShadow in interface Shadowablepublic void setDeltaShadow(double deltaShadow)
setDeltaShadow in interface ShadowableCopyright © 2017. All rights reserved.