Interface VisioShape

All Known Implementing Classes:
VisioLine, VisioRectangle, VisioText

public interface VisioShape
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    print(java.io.OutputStream os)
     
    yReverse(double maxY)
     
  • Method Details

    • print

      void print(java.io.OutputStream os) throws java.io.IOException
      Throws:
      java.io.IOException
    • yReverse

      VisioShape yReverse(double maxY)