Home / Development / Documentation / 2.0.44 / Uses of Interface info.bioinfweb.treegraph.document.format.adapters.distance.DistanceAdapter
TreeGraph 2
 


Uses of Interface
info.bioinfweb.treegraph.document.format.adapters.distance.DistanceAdapter

Packages that use DistanceAdapter
info.bioinfweb.treegraph.document.format.adapters.distance   
info.bioinfweb.treegraph.document.undo.format   
info.bioinfweb.treegraph.gui.dialogs.specialformats   
 

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

Classes in info.bioinfweb.treegraph.document.format.adapters.distance that implement DistanceAdapter
 class AbstractDistanceValueAdapter
           
 class AbstractIconLabelDistanceAdapter
           
 class AbstractLabelDistanceAdapter
           
 class AbstractLegendAdapter
          This class is the superclass of all distance adapters which have emty implementations of their methods and are only used to be selectable items in an adapter list.
 class BranchLineWidthAdapter
           
 class BranchMinLengthAdapter
           
 class BranchSpaceAboveAdapter
           
 class BranchSpaceBelowAdapter
           
 class CornerRadiusAdapter
           
 class IconHeightAdapter
           
 class IconWidthAdapter
           
 class LabelMarginBottomAdapter
           
 class LabelMarginLeftAdapter
           
 class LabelMarginRightAdapter
           
 class LabelMarginTopAdapter
           
 class LabelTextHeightAdapter
           
 class LeafMarginBottomAdapter
           
 class LeafMarginLeftAdapter
           
 class LeafMarginRightAdapter
           
 class LeafMarginTopAdapter
           
 class LegendLineWidthAdapter
          This adapter is used to offer the user the possibility to select the legend line width in an adapter list in the GUI.
 class LegendMarginBottomAdapter
           
 class LegendMarginLeftAdapter
           
 class LegendMarginRightAdapter
           
 class LegendMarginTopAdapter
           
 class LegendSpacingAdapter
           
 class LegendTextHeightAdapter
          This adapter is used to offer the user the possibility to select the legend line width in an adapter list in the GUI.
 class NodeLineWidthAdapter
           
 class NodeTextHeightAdapter
           
 

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

Fields in info.bioinfweb.treegraph.document.undo.format declared as DistanceAdapter
private  DistanceAdapter[] ScaleDistanceValuesEdit.targetAdapters
           
private  DistanceAdapter[] DistanceValuesByNodeBranchDataEdit.targetAdapters
           
private  DistanceAdapter[] DistanceValuesBackup.targetAdapters
           
 

Constructors in info.bioinfweb.treegraph.document.undo.format with parameters of type DistanceAdapter
DistanceValuesBackup(Tree tree, Node root, DistanceAdapter[] targetAdapters)
           
DistanceValuesByNodeBranchDataEdit(Document document, NodeBranchDataAdapter sourceAdapter, float min, float max, boolean changeUndefined, boolean inheritToTerminals, DistanceAdapter[] targetAdapters)
           
ScaleDistanceValuesEdit(Document document, Node root, float factor, DistanceAdapter[] targetAdapters)
           
 

Uses of DistanceAdapter in info.bioinfweb.treegraph.gui.dialogs.specialformats
 

Fields in info.bioinfweb.treegraph.gui.dialogs.specialformats with type parameters of type DistanceAdapter
private  List<DistanceAdapter> DistanceAdapterListModel.adapters
           
 

Methods in info.bioinfweb.treegraph.gui.dialogs.specialformats that return DistanceAdapter
 DistanceAdapter DistanceAdapterListModel.getElementAt(int pos)