public class VisioRectangle extends java.lang.Object implements VisioShape
| Modifier and Type | Method and Description |
|---|---|
static VisioRectangle |
createInches(int id,
double x,
double y,
double width,
double height) |
void |
print(java.io.OutputStream os) |
VisioShape |
yReverse(double maxY) |
public static VisioRectangle createInches(int id, double x, double y, double width, double height)
public VisioShape yReverse(double maxY)
yReverse in interface VisioShapepublic void print(java.io.OutputStream os)
throws java.io.IOException
print in interface VisioShapejava.io.IOException