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

Packages that use DistanceValue
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.operate Format operators are used to change single formats of document elements. 
info.bioinfweb.treegraph.document.io.tgf   
info.bioinfweb.treegraph.document.io.xtg   
info.bioinfweb.treegraph.gui.dialogs Contains dialogs of the TreeGraph 2 GUI. 
info.bioinfweb.treegraph.gui.dialogs.exporttographic   
 

Uses of DistanceValue in info.bioinfweb.treegraph.document
 

Fields in info.bioinfweb.treegraph.document declared as DistanceValue
private  DistanceValue PositionData.height
           
private  DistanceValue PositionData.left
           
private  DistanceValue PositionData.top
           
private  DistanceValue PositionData.width
           
 

Methods in info.bioinfweb.treegraph.document that return DistanceValue
 DistanceValue PositionData.getHeight()
           
 DistanceValue LegendPositionData.getHeight()
           
 DistanceValue PositionData.getLeft()
           
 DistanceValue LegendPositionData.getLeft()
           
 DistanceValue PositionData.getTop()
           
 DistanceValue LegendPositionData.getTop()
           
 DistanceValue PositionData.getWidth()
           
 DistanceValue LegendPositionData.getWidth()
           
 

Methods in info.bioinfweb.treegraph.document with parameters of type DistanceValue
 boolean PositionData.contains(DistanceValue x, DistanceValue y, float margin)
           
 

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

Fields in info.bioinfweb.treegraph.document.format declared as DistanceValue
private  DistanceValue Margin.bottom
           
private  DistanceValue GlobalFormats.branchLengthScale
           
private  DistanceValue ScaleValue.distanceValue
           
private  DistanceValue NodeFormats.edgeRadius
           
private  DistanceValue LegendFormats.edgeRadius
           
private  DistanceValue ScaleBarFormats.height
           
private  DistanceValue DistanceDimension.height
           
private  DistanceValue GlobalFormats.horizontalLabelSpacing
           
private  DistanceValue GlobalFormats.labelBlockDistance
           
private  DistanceValue Margin.left
           
private  DistanceValue GlobalFormats.legendSpacing
           
private  DistanceValue ScaleBarFormats.lineWidth
           
private  DistanceValue NodeFormats.lineWidth
           
private  DistanceValue LineFormatsEntity.lineWidth
           
private  DistanceValue LegendFormats.lineWidth
           
private  DistanceValue BranchFormats.lineWidth
           
private  DistanceValue BranchFormats.minLength
           
private  DistanceValue BranchFormats.minSpaceAbove
           
private  DistanceValue BranchFormats.minSpaceBelow
           
private  DistanceValue LegendFormats.minTreeDistance
           
private  DistanceValue Margin.right
           
private  DistanceValue TextFormats.textHeight
           
private  DistanceValue Margin.top
           
private  DistanceValue ScaleBarFormats.treeDistance
           
private  DistanceValue GlobalFormats.verticalLabelSpacing
           
private  DistanceValue DistanceDimension.width
           
 

Methods in info.bioinfweb.treegraph.document.format that return DistanceValue
 DistanceValue DistanceValue.clone()
           
 DistanceValue Margin.getBottom()
           
 DistanceValue GlobalFormats.getBranchLengthScale()
           
 DistanceValue NodeFormats.getEdgeRadius()
          The line wich is dasplayed for an node can be rounded at ist top and bottom end The inner radius (without the line width) of the quater of a circle at the ends of this line is specified by the edge radius.
 DistanceValue LegendFormats.getEdgeRadius()
           
 DistanceValue EdgeRadiusFormats.getEdgeRadius()
           
 DistanceValue ScaleBarFormats.getHeight()
          Defines the height of the long dashes (the height of the text below is not included.)
 DistanceValue DistanceDimension.getHeight()
           
 DistanceValue GlobalFormats.getHorizontalLabelSpacing()
           
 DistanceValue GlobalFormats.getLabelBlockDistance()
           
 DistanceValue Margin.getLeft()
           
 DistanceValue GlobalFormats.getLegendSpacing()
          The legend spacing is the distance between the bracket and the text of a legend.
 DistanceValue ScaleBarFormats.getLineWidth()
           
 DistanceValue NodeFormats.getLineWidth()
           
 DistanceValue LineFormatsEntity.getLineWidth()
           
 DistanceValue LineFormats.getLineWidth()
           
 DistanceValue LegendFormats.getLineWidth()
           
 DistanceValue BranchFormats.getLineWidth()
           
 DistanceValue BranchFormats.getMinLength()
           
 DistanceValue BranchFormats.getMinSpaceAbove()
           
 DistanceValue BranchFormats.getMinSpaceBelow()
           
 DistanceValue LegendFormats.getMinTreeDistance()
           
 DistanceValue Margin.getRight()
           
 DistanceValue TextFormats.getTextHeight()
           
 DistanceValue Margin.getTop()
           
 DistanceValue ScaleBarFormats.getTreeDistance()
           
 DistanceValue GlobalFormats.getVerticalLabelSpacing()
           
 DistanceValue DistanceDimension.getWidth()
           
 

Methods in info.bioinfweb.treegraph.document.format with parameters of type DistanceValue
 void DistanceValue.add(DistanceValue other)
           
 void DistanceValue.assign(DistanceValue other)
           
 void DistanceDimension.setHeight(DistanceValue height)
           
 void DistanceDimension.setWidth(DistanceValue width)
           
 

Constructors in info.bioinfweb.treegraph.document.format with parameters of type DistanceValue
DistanceDimension(DistanceValue width, DistanceValue height)
           
Margin(DistanceValue left, DistanceValue top, DistanceValue right, DistanceValue bottom)
           
 

Uses of DistanceValue in info.bioinfweb.treegraph.document.format.operate
 

Fields in info.bioinfweb.treegraph.document.format.operate declared as DistanceValue
private  DistanceValue MinTreeDistanceOperator.distance
           
private  DistanceValue EdgeRadiusOperator.edgeRadius
           
private  DistanceValue MinLengthOperator.length
           
private  DistanceValue MinSpaceAboveOperator.spaceAbove
           
private  DistanceValue MinSpaceBelowOperator.spaceBelow
           
private  DistanceValue TextHeightOperator.textHeight
           
private  DistanceValue LineWidthOperator.width
           
 

Constructors in info.bioinfweb.treegraph.document.format.operate with parameters of type DistanceValue
EdgeRadiusOperator(DistanceValue edgeRadius)
           
LineWidthOperator(DistanceValue width)
           
MinLengthOperator(DistanceValue length)
           
MinSpaceAboveOperator(DistanceValue spaceAbove)
           
MinSpaceBelowOperator(DistanceValue spaceBelow)
           
MinTreeDistanceOperator(DistanceValue distance)
           
TextHeightOperator(DistanceValue textHeight)
           
 

Uses of DistanceValue in info.bioinfweb.treegraph.document.io.tgf
 

Fields in info.bioinfweb.treegraph.document.io.tgf declared as DistanceValue
private  DistanceValue TGFReader.edgeRadius
           
private  DistanceValue TGFReader.lineWidth
           
 

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

Methods in info.bioinfweb.treegraph.document.io.xtg with parameters of type DistanceValue
private  void XTGReader.readDistanceValueAttr(DistanceValue value, javax.xml.stream.events.StartElement element, javax.xml.namespace.QName name)
           
 

Uses of DistanceValue in info.bioinfweb.treegraph.gui.dialogs
 

Methods in info.bioinfweb.treegraph.gui.dialogs that return DistanceValue
 DistanceValue DistanceValueInput.getValue()
           
 

Methods in info.bioinfweb.treegraph.gui.dialogs with parameters of type DistanceValue
 void DistanceValueInput.assignValueTo(DistanceValue distanceValue)
          Assigns the current value of the text-field to the given DistanceValue.
 void DistanceValueInput.setValue(DistanceValue distanceValue)
          Assigns the given value to the text-field.
 

Uses of DistanceValue in info.bioinfweb.treegraph.gui.dialogs.exporttographic
 

Methods in info.bioinfweb.treegraph.gui.dialogs.exporttographic with parameters of type DistanceValue
 boolean ExportToGraphicDialog.execute(DistanceValue width, DistanceValue height, float pixelsPerMillimeter)