public class VisioGraphics extends Object
Constructor and Description |
---|
VisioGraphics() |
Modifier and Type | Method and Description |
---|---|
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 fontSize,
double width,
double height,
Map<String,String> attributes) |
void |
upath(double x,
double y,
UPath path) |
public void createVsd(OutputStream os) throws IOException
IOException
public void rectangle(double x, double y, double width, double height)
public void text(String text, double x, double y, String family, int fontSize, double width, double height, Map<String,String> attributes)
public void line(double x1, double y1, double x2, double y2)
public void upath(double x, double y, UPath path)
public void polygon(UPolygon poly)
Copyright © 2017. All Rights Reserved.