Uses of Class
FlatDocumentWriter

Uses of FlatDocumentWriter in
 

Fields in declared as FlatDocumentWriter
private static FlatDocumentWriter Flatten.fdw
          The way to create the flat document
private  FlatDocumentWriter LocationMapper.fdw
          Relevant writer (necessary to create object)
private  FlatDocumentWriter SimpleLayouter.fdw
           
private  FlatDocumentWriter SkewedGridLayouter.fdw
           
 

Constructors in with parameters of type FlatDocumentWriter
LocationMapper(HierarchicalDocumentReader theHdr, FlatDocumentWriter theFdw)
          Default Constructor
SimpleLayouter(FlatDocumentWriter theFdw)
          Default Constructor
Needs the flat document writer to access elements by ID (fast)
SkewedGridLayouter(FlatDocumentWriter theFdw)
          Default Constructor
Needs the flat document writer to access elements by ID (fast)