public class VisioLine extends java.lang.Object implements VisioShape
Modifier and Type | Method and Description |
---|---|
static VisioLine |
createInches(int id,
double x1,
double y1,
double x2,
double y2) |
void |
print(java.io.OutputStream os) |
VisioShape |
yReverse(double maxY) |
public static VisioLine createInches(int id, double x1, double y1, double x2, double y2)
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