Class VisioGraphics
java.lang.Object
net.sourceforge.plantuml.klimt.drawing.visio.VisioGraphics
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidline(double x1, double y1, double x2, double y2) voidvoidrectangle(double x, double y, double width, double height) voidtext(String text, double x, double y, String family, int fontSize, double width, double height, Map<String, String> attributes) void
-
Constructor Details
-
VisioGraphics
public VisioGraphics()
-
-
Method Details
-
createVsd
- Throws:
IOException
-
rectangle
public void rectangle(double x, double y, double width, double height) -
text
-
line
public void line(double x1, double y1, double x2, double y2) -
upath
-
polygon
-