Class VisioRectangle
java.lang.Object
net.sourceforge.plantuml.ugraphic.visio.VisioRectangle
- All Implemented Interfaces:
VisioShape
-
Method Summary
Modifier and TypeMethodDescriptionstatic VisioRectangle
createInches
(int id, double x, double y, double width, double height) void
print
(java.io.OutputStream os) yReverse
(double maxY) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
createInches
-
yReverse
- Specified by:
yReverse
in interfaceVisioShape
-
print
public void print(java.io.OutputStream os) throws java.io.IOException - Specified by:
print
in interfaceVisioShape
- Throws:
java.io.IOException
-