Class VisioLine
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.drawing.visio.VisioLine
-
- All Implemented Interfaces:
VisioShape
public class VisioLine extends java.lang.Object implements VisioShape
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VisioLinecreateInches(int id, double x1, double y1, double x2, double y2)voidprint(java.io.OutputStream os)VisioShapeyReverse(double maxY)
-
-
-
Method Detail
-
createInches
public static VisioLine createInches(int id, double x1, double y1, double x2, double y2)
-
yReverse
public VisioShape yReverse(double maxY)
- Specified by:
yReversein interfaceVisioShape
-
print
public void print(java.io.OutputStream os) throws java.io.IOException- Specified by:
printin interfaceVisioShape- Throws:
java.io.IOException
-
-