Class VisioRectangle

  • All Implemented Interfaces:
    VisioShape

    public class VisioRectangle
    extends java.lang.Object
    implements VisioShape
    • Method Detail

      • createInches

        public static VisioRectangle createInches​(int id,
                                                  double x,
                                                  double y,
                                                  double width,
                                                  double height)
      • print

        public void print​(java.io.OutputStream os)
                   throws java.io.IOException
        Specified by:
        print in interface VisioShape
        Throws:
        java.io.IOException