Home / Development / Documentation / 2.0.44 / Uses of Class info.bioinfweb.treegraph.document.format.LegendFormats
TreeGraph 2
 


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

Packages that use LegendFormats
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.format.adapters.distance   
info.bioinfweb.treegraph.document.io.xtg Contains classes implementing reading and writing of TreeGraph 2 documents. 
info.bioinfweb.treegraph.document.undo.format   
info.bioinfweb.treegraph.graphics.positionpaint The classes in this package implement the output of an TreeGraph 2 document with Graphics2D
 

Uses of LegendFormats in info.bioinfweb.treegraph.document
 

Fields in info.bioinfweb.treegraph.document declared as LegendFormats
private  LegendFormats Legend.formats
           
 

Methods in info.bioinfweb.treegraph.document that return LegendFormats
 LegendFormats Legend.getFormats()
           
 

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

Methods in info.bioinfweb.treegraph.document.format that return LegendFormats
 LegendFormats LegendFormats.clone()
          Returns a deep copy of this class.
 

Methods in info.bioinfweb.treegraph.document.format with parameters of type LegendFormats
 void LegendFormats.assign(LegendFormats other)
           
 void LegendFormats.assignLegendFormats(LegendFormats other)
           
 void LegendFormats.assignLegendPosition(LegendFormats other)
          Adopts the position values and the anchors but not the owning legend object.
 

Uses of LegendFormats in info.bioinfweb.treegraph.document.format.adapters.distance
 

Methods in info.bioinfweb.treegraph.document.format.adapters.distance with parameters of type LegendFormats
 DistanceValue LegendTextHeightAdapter.getDistanceValue(LegendFormats formats)
           
 DistanceValue LegendSpacingAdapter.getDistanceValue(LegendFormats formats)
           
 DistanceValue LegendMarginTopAdapter.getDistanceValue(LegendFormats formats)
           
 DistanceValue LegendMarginRightAdapter.getDistanceValue(LegendFormats formats)
           
 DistanceValue LegendMarginLeftAdapter.getDistanceValue(LegendFormats formats)
           
 DistanceValue LegendMarginBottomAdapter.getDistanceValue(LegendFormats formats)
           
 DistanceValue LegendLineWidthAdapter.getDistanceValue(LegendFormats formats)
           
abstract  DistanceValue AbstractLegendAdapter.getDistanceValue(LegendFormats formats)
           
 

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

Methods in info.bioinfweb.treegraph.document.io.xtg with parameters of type LegendFormats
private  void XTGWriter.writeAnchor(LegendFormats f, int no)
           
 

Uses of LegendFormats in info.bioinfweb.treegraph.document.undo.format
 

Fields in info.bioinfweb.treegraph.document.undo.format with type parameters of type LegendFormats
private  List<LegendFormats> DistanceValuesBackup.oldLegendFormats
           
 

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

Methods in info.bioinfweb.treegraph.graphics.positionpaint with parameters of type LegendFormats
private  float RectangularCladogramPositioner.getLegendBottom(LegendFormats f)
           
private  float RectangularCladogramPositioner.getLegendStartX(LegendFormats f, float treeRight)
           
private  float RectangularCladogramPositioner.getLegendTop(LegendFormats f)