Class VisioText

java.lang.Object
net.sourceforge.plantuml.ugraphic.visio.VisioText
All Implemented Interfaces:
VisioShape

public class VisioText extends java.lang.Object implements VisioShape
  • Method Summary

    Modifier and Type
    Method
    Description
    static VisioText
    createInches(int id, java.lang.String text, int fontSize, double x, double y, double width, double height)
     
    void
    print(java.io.OutputStream os)
     
    yReverse(double maxY)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • createInches

      public static VisioText createInches(int id, java.lang.String text, int fontSize, 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
    • yReverse

      public VisioShape yReverse(double maxY)
      Specified by:
      yReverse in interface VisioShape