Class VisioText
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.drawing.visio.VisioText
-
- All Implemented Interfaces:
VisioShape
public class VisioText extends java.lang.Object implements VisioShape
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VisioTextcreateInches(int id, java.lang.String text, int fontSize, double x, double y, double width, double height)voidprint(java.io.OutputStream os)VisioShapeyReverse(double maxY)
-
-
-
Method Detail
-
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:
printin interfaceVisioShape- Throws:
java.io.IOException
-
yReverse
public VisioShape yReverse(double maxY)
- Specified by:
yReversein interfaceVisioShape
-
-