Class VisioGraphics

java.lang.Object
net.sourceforge.plantuml.klimt.drawing.visio.VisioGraphics

public class VisioGraphics extends Object
  • Constructor Details

    • VisioGraphics

      public VisioGraphics()
  • Method Details

    • createVsd

      public void createVsd(OutputStream os) throws IOException
      Throws:
      IOException
    • rectangle

      public void rectangle(double x, double y, double width, double height)
    • text

      public void text(String text, double x, double y, String family, int fontSize, double width, double height, Map<String,String> attributes)
    • line

      public void line(double x1, double y1, double x2, double y2)
    • upath

      public void upath(double x, double y, UPath path)
    • polygon

      public void polygon(UPolygon poly)