Class VisioLine

  • All Implemented Interfaces:
    VisioShape

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

      • createInches

        public static VisioLine createInches​(int id,
                                             double x1,
                                             double y1,
                                             double x2,
                                             double y2)
      • print

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