Class VisioLine
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.visio.VisioLine
-
- All Implemented Interfaces:
VisioShape
public class VisioLine extends Object implements VisioShape
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VisioLine
createInches(int id, double x1, double y1, double x2, double y2)
void
print(OutputStream os)
VisioShape
yReverse(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:
yReverse
in interfaceVisioShape
-
print
public void print(OutputStream os) throws IOException
- Specified by:
print
in interfaceVisioShape
- Throws:
IOException
-
-