public class DeviceGraphicLayerDrawing extends DeviceDrawing
| Constructor and Description |
|---|
DeviceGraphicLayerDrawing(GraphicsLayer gl,
double scalewidth) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addObject(com.vividsolutions.jts.geom.Geometry g) |
boolean |
ignoreReference()
does the export needs to ignore the reference ?
|
void |
write(java.io.File file,
java.lang.String[] layers)
write previously drawn content to a file
|
void |
write(java.io.OutputStream outStream,
java.lang.String[] layers)
write to output stream
|
drawArc, drawArrondi, drawArrow, drawDottedLines, drawImprovedDottedLines, drawLine, drawRectangleHole, drawTo, drawTo, endGroup, flushLine, getCurrentLayer, moveTo, moveTo, setCurrentLayer, startGrouppublic DeviceGraphicLayerDrawing(GraphicsLayer gl, double scalewidth)
protected void addObject(com.vividsolutions.jts.geom.Geometry g)
addObject in class DeviceDrawingpublic void write(java.io.File file,
java.lang.String[] layers)
throws java.lang.Exception
DeviceDrawingwrite in class DeviceDrawingjava.lang.Exceptionpublic void write(java.io.OutputStream outStream,
java.lang.String[] layers)
throws java.lang.Exception
DeviceDrawingwrite in class DeviceDrawingjava.lang.Exceptionpublic boolean ignoreReference()
DeviceDrawingignoreReference in class DeviceDrawing