Package org.apache.batik.svggen
Class XmlWriter.IndentWriter
java.lang.Object
java.io.Writer
org.apache.batik.svggen.XmlWriter.IndentWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
- Enclosing class:
XmlWriter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.Writer
append, append, append, nullWriter
-
Field Details
-
proxied
-
indentLevel
protected int indentLevel -
column
protected int column
-
-
Constructor Details
-
IndentWriter
-
-
Method Details
-
setIndentLevel
public void setIndentLevel(int indentLevel) -
getIndentLevel
public int getIndentLevel() -
printIndent
- Throws:
IOException
-
getProxied
-
getColumn
public int getColumn() -
write
- Overrides:
write
in classWriter
- Throws:
IOException
-
write
- Overrides:
write
in classWriter
- Throws:
IOException
-
write
- Specified by:
write
in classWriter
- Throws:
IOException
-
write
- Overrides:
write
in classWriter
- Throws:
IOException
-
write
- Overrides:
write
in classWriter
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Specified by:
flush
in classWriter
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classWriter
- Throws:
IOException
-