info.bioinfweb.treegraph.document.io.tgf
Class TGFReader
java.lang.Object
info.bioinfweb.treegraph.document.io.AbstractDocumentReader
info.bioinfweb.treegraph.document.io.tgf.TGFReader
- All Implemented Interfaces:
- DocumentReader
public class TGFReader
- extends AbstractDocumentReader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SECOUND_LINE_POS
private static final int SECOUND_LINE_POS
- See Also:
- Constant Field Values
labelFormats
private java.util.HashMap<java.lang.String,TextLabelFormats> labelFormats
leafFormats
private NodeFormats leafFormats
lineWidth
private DistanceValue lineWidth
edgeRadius
private DistanceValue edgeRadius
TGFReader
public TGFReader()
initLabelFormats
private java.util.HashMap<java.lang.String,TextLabelFormats> initLabelFormats()
read
public Document read(java.io.InputStream stream,
NodeDataAdapter internalAdapter,
TreeSelector selector,
boolean translateInternalNodes)
throws java.lang.Exception
- Throws:
java.lang.Exception