Interface VisioShape
-
- All Known Implementing Classes:
VisioLine
,VisioRectangle
,VisioText
public interface VisioShape
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
print(OutputStream os)
VisioShape
yReverse(double maxY)
-
-
-
Method Detail
-
print
void print(OutputStream os) throws IOException
- Throws:
IOException
-
yReverse
VisioShape yReverse(double maxY)
-
-