public class DxfWriter
extends java.lang.Object
| Constructor and Description |
|---|
DxfWriter(java.io.Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
endSection() |
void |
startSection(java.lang.String name) |
void |
writeDoubleGroup(int code,
double value) |
void |
writeEOF() |
void |
writeFloatGroup(int code,
float value) |
void |
writeGroup(DxfGroup group) |
void |
writeGroup(int code,
java.lang.String value) |
void |
writeGroups(java.util.List<DxfGroup> groups) |
void |
writeHexGroup(int code,
long value) |
void |
writeIntGroup(int code,
int value) |
void |
writeStringGroup(int code,
java.lang.String value) |
void |
writeUnicodeGroup(int code,
java.lang.String value) |
public void startSection(java.lang.String name)
throws java.io.IOException
java.io.IOExceptionpublic void endSection()
throws java.io.IOException
java.io.IOExceptionpublic void writeEOF()
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
java.io.IOExceptionpublic void writeGroups(java.util.List<DxfGroup> groups) throws java.io.IOException
java.io.IOExceptionpublic void writeGroup(DxfGroup group) throws java.io.IOException
java.io.IOExceptionpublic void writeGroup(int code,
java.lang.String value)
throws java.io.IOException
java.io.IOExceptionpublic void writeIntGroup(int code,
int value)
throws java.io.IOException
java.io.IOExceptionpublic void writeStringGroup(int code,
java.lang.String value)
throws java.io.IOException
java.io.IOExceptionpublic void writeUnicodeGroup(int code,
java.lang.String value)
throws java.io.IOException
java.io.IOExceptionpublic void writeFloatGroup(int code,
float value)
throws java.io.IOException
java.io.IOExceptionpublic void writeDoubleGroup(int code,
double value)
throws java.io.IOException
java.io.IOExceptionpublic void writeHexGroup(int code,
long value)
throws java.io.IOException
java.io.IOException