Uses of Class
info.bioinfweb.treegraph.document.format.DistanceDimension

Packages that use DistanceDimension
info.bioinfweb.treegraph.document Contains the classes that represent the data structure of TreeGraph 2 (document elements and formats) as well as all edit operations in the undo-package to manipulate the data structure and classes to read and write a document from and to different formats (io- subpackage). 
info.bioinfweb.treegraph.document.format Contains classes that store format information of the different document elements. 
info.bioinfweb.treegraph.document.io.xtg   
info.bioinfweb.treegraph.graphics.positionpaint   
 

Uses of DistanceDimension in info.bioinfweb.treegraph.document
 

Fields in info.bioinfweb.treegraph.document with type parameters of type DistanceDimension
private  EnumMap<PositionPaintType,DistanceDimension> Tree.paintDimensions
           
 

Methods in info.bioinfweb.treegraph.document that return DistanceDimension
 DistanceDimension Tree.getPaintDimension(PositionPaintType type)
          Returnes the stored paint dimension (the size of the document) for the given painter ID.
 

Uses of DistanceDimension in info.bioinfweb.treegraph.document.format
 

Fields in info.bioinfweb.treegraph.document.format declared as DistanceDimension
private  DistanceDimension GlobalFormats.minDocumentDimension
           
 

Methods in info.bioinfweb.treegraph.document.format that return DistanceDimension
 DistanceDimension DistanceDimension.clone()
           
 DistanceDimension GlobalFormats.getMinDocumentDimension()
           
 

Methods in info.bioinfweb.treegraph.document.format with parameters of type DistanceDimension
 void DistanceDimension.assign(DistanceDimension other)
           
 

Uses of DistanceDimension in info.bioinfweb.treegraph.document.io.xtg
 

Methods in info.bioinfweb.treegraph.document.io.xtg with parameters of type DistanceDimension
private  void XTGReader.readDistanceDimensionAttr(DistanceDimension d, StartElement element)
           
private  void XTGWriter.writeDistanceDimension(String name, DistanceDimension d)
           
 

Uses of DistanceDimension in info.bioinfweb.treegraph.graphics.positionpaint
 

Methods in info.bioinfweb.treegraph.graphics.positionpaint that return DistanceDimension
private  DistanceDimension RectangularCladogramPositioner.calculateTaxonDimension(Node taxon)
           
private  DistanceDimension RectangularCladogramPositioner.calculateTextDimension(TextElement textElement)
          Calculates the Dimensions of this text element.