Class VisioRectangle
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.drawing.visio.VisioRectangle
-
- All Implemented Interfaces:
VisioShape
public class VisioRectangle extends Object implements VisioShape
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VisioRectangle
createInches(int id, double x, double y, double width, double height)
void
print(OutputStream os)
VisioShape
yReverse(double maxY)
-
-
-
Method Detail
-
createInches
public static VisioRectangle createInches(int id, double x, double y, double width, double height)
-
yReverse
public VisioShape yReverse(double maxY)
- Specified by:
yReverse
in interfaceVisioShape
-
print
public void print(OutputStream os) throws IOException
- Specified by:
print
in interfaceVisioShape
- Throws:
IOException
-
-