net.sourceforge.plantuml.ugraphic.visio
Class VisioGraphics
java.lang.Object
net.sourceforge.plantuml.ugraphic.visio.VisioGraphics
public class VisioGraphics
- extends Object
Method Summary |
void |
createVsd(OutputStream os)
|
void |
line(double x1,
double y1,
double x2,
double y2)
|
void |
polygon(UPolygon poly)
|
void |
rectangle(double x,
double y,
double width,
double height)
|
void |
text(String text,
double x,
double y,
String family,
int size,
double width,
Map<String,String> attributes)
|
void |
upath(double x,
double y,
UPath path)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VisioGraphics
public VisioGraphics()
createVsd
public void createVsd(OutputStream os)
throws IOException
- Throws:
IOException
rectangle
public void rectangle(double x,
double y,
double width,
double height)
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)
text
public void text(String text,
double x,
double y,
String family,
int size,
double width,
Map<String,String> attributes)
Copyright © 2013. All Rights Reserved.