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 VisioShape
public void print(java.io.OutputStream os) throws java.io.IOException
print
in interface VisioShape
java.io.IOException