| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DistanceValue | |
|---|---|
| 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.format.operate | Format operators are used to change single formats of document elements. | 
| info.bioinfweb.treegraph.document.io.tgf | The classes in this package were planned to allow the import of TGF files into TreeGraph 2. | 
| info.bioinfweb.treegraph.document.io.xtg | Contains classes implementing reading and writing of TreeGraph 2 documents. | 
| info.bioinfweb.treegraph.document.position | 
      Contains classes used by the positioners and painters (see package 
      info.bioinfweb.treegraph.graphics.positionpaint) to store information about the positions where 
      the document elements will be painted.  | 
| info.bioinfweb.treegraph.document.undo.format | |
| info.bioinfweb.treegraph.gui.dialogs | Contains dialogs of the TreeGraph 2 GUI. | 
| info.bioinfweb.treegraph.gui.dialogs.elementformats | |
| 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 | 
NodeFormats.cornerRadius
 | 
private  DistanceValue | 
LegendFormats.cornerRadius
 | 
private  DistanceValue | 
ScaleValue.distanceValue
 | 
private  DistanceValue | 
ScaleBarFormats.height
 | 
private  DistanceValue | 
GraphicalLabelFormats.height
 | 
private  DistanceValue | 
DistanceDimension.height
 | 
private  DistanceValue | 
Margin.left
 | 
private  DistanceValue | 
ScaleBarFormats.lineWidth
 | 
private  DistanceValue | 
NodeFormats.lineWidth
 | 
private  DistanceValue | 
LegendFormats.lineWidth
 | 
private  DistanceValue | 
GraphicalLabelFormats.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 | 
LegendFormats.spacing
 | 
private  DistanceValue | 
ConcreteTextFormats.textHeight
 | 
private  DistanceValue | 
Margin.top
 | 
private  DistanceValue | 
ScaleBarFormats.treeDistance
 | 
private  DistanceValue | 
GraphicalLabelFormats.width
 | 
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.getCornerRadius()
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 corner radius.  | 
 DistanceValue | 
LegendFormats.getCornerRadius()
 | 
 DistanceValue | 
CornerRadiusFormats.getCornerRadius()
 | 
 DistanceValue | 
ScaleBarFormats.getHeight()
Defines the height of the long dashes (the height of the text below is not included.)  | 
 DistanceValue | 
GraphicalLabelFormats.getHeight()
 | 
 DistanceValue | 
DistanceDimension.getHeight()
 | 
 DistanceValue | 
Margin.getLeft()
 | 
 DistanceValue | 
ScaleBarFormats.getLineWidth()
 | 
 DistanceValue | 
NodeFormats.getLineWidth()
 | 
 DistanceValue | 
LineFormats.getLineWidth()
 | 
 DistanceValue | 
LegendFormats.getLineWidth()
 | 
 DistanceValue | 
GraphicalLabelFormats.getLineWidth()
 | 
 DistanceValue | 
BranchFormats.getLineWidth()
 | 
 DistanceValue | 
BranchFormats.getMinLength()
 | 
 DistanceValue | 
BranchFormats.getMinSpaceAbove()
 | 
 DistanceValue | 
BranchFormats.getMinSpaceBelow()
 | 
 DistanceValue | 
LegendFormats.getMinTreeDistance()
 | 
 DistanceValue | 
Margin.getRight()
 | 
 DistanceValue | 
LegendFormats.getSpacing()
The legend spacing is the distance between the bracket and the text of a legend.  | 
 DistanceValue | 
TextLabelFormats.getTextHeight()
 | 
 DistanceValue | 
TextFormats.getTextHeight()
 | 
 DistanceValue | 
ConcreteTextFormats.getTextHeight()
 | 
 DistanceValue | 
Margin.getTop()
 | 
 DistanceValue | 
ScaleBarFormats.getTreeDistance()
 | 
 DistanceValue | 
GraphicalLabelFormats.getWidth()
 | 
 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.adapters.distance | 
|---|
| Methods in info.bioinfweb.treegraph.document.format.adapters.distance that return DistanceValue | |
|---|---|
protected  DistanceValue | 
LabelTextHeightAdapter.getDistanceValue(LabelFormats formats)
 | 
protected  DistanceValue | 
LabelMarginTopAdapter.getDistanceValue(LabelFormats formats)
 | 
protected  DistanceValue | 
LabelMarginRightAdapter.getDistanceValue(LabelFormats formats)
 | 
protected  DistanceValue | 
LabelMarginLeftAdapter.getDistanceValue(LabelFormats formats)
 | 
protected  DistanceValue | 
LabelMarginBottomAdapter.getDistanceValue(LabelFormats formats)
 | 
protected abstract  DistanceValue | 
AbstractLabelDistanceAdapter.getDistanceValue(LabelFormats formats)
 | 
protected  DistanceValue | 
AbstractIconLabelDistanceAdapter.getDistanceValue(LabelFormats formats)
 | 
 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)
 | 
protected  DistanceValue | 
LeafMarginTopAdapter.getDistanceValue(Node node)
 | 
protected  DistanceValue | 
LeafMarginRightAdapter.getDistanceValue(Node node)
 | 
protected  DistanceValue | 
LeafMarginLeftAdapter.getDistanceValue(Node node)
 | 
protected  DistanceValue | 
LeafMarginBottomAdapter.getDistanceValue(Node node)
 | 
protected  DistanceValue | 
CornerRadiusAdapter.getDistanceValue(Node node)
 | 
protected  DistanceValue | 
BranchSpaceBelowAdapter.getDistanceValue(Node node)
 | 
protected abstract  DistanceValue | 
AbstractDistanceValueAdapter.getDistanceValue(Node node)
 | 
protected  DistanceValue | 
IconWidthAdapter.getIconDistanceValue(IconLabelFormats formats)
 | 
protected  DistanceValue | 
IconHeightAdapter.getIconDistanceValue(IconLabelFormats formats)
 | 
protected abstract  DistanceValue | 
AbstractIconLabelDistanceAdapter.getIconDistanceValue(IconLabelFormats formats)
 | 
| Uses of DistanceValue in info.bioinfweb.treegraph.document.format.operate | 
|---|
| Fields in info.bioinfweb.treegraph.document.format.operate declared as DistanceValue | |
|---|---|
private  DistanceValue | 
CornerRadiusOperator.cornerRadius
 | 
private  DistanceValue | 
MinTreeDistanceOperator.distance
 | 
private  DistanceValue | 
LabelHeightOperator.height
 | 
private  DistanceValue | 
MinLengthOperator.length
 | 
private  DistanceValue | 
MinSpaceAboveOperator.spaceAbove
 | 
private  DistanceValue | 
MinSpaceBelowOperator.spaceBelow
 | 
private  DistanceValue | 
TextHeightOperator.textHeight
 | 
private  DistanceValue | 
AbstractMarginOperator.value
 | 
private  DistanceValue | 
LineWidthOperator.width
 | 
private  DistanceValue | 
LabelWidthOperator.width
 | 
| Methods in info.bioinfweb.treegraph.document.format.operate that return DistanceValue | |
|---|---|
protected  DistanceValue | 
AbstractMarginOperator.getValue()
 | 
| Uses of DistanceValue in info.bioinfweb.treegraph.document.io.tgf | 
|---|
| Fields in info.bioinfweb.treegraph.document.io.tgf declared as DistanceValue | |
|---|---|
private  DistanceValue | 
TGFReader.cornerRadius
 | 
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,
                      StartElement element,
                      QName name)
 | 
| Uses of DistanceValue in info.bioinfweb.treegraph.document.position | 
|---|
| Fields in info.bioinfweb.treegraph.document.position declared as DistanceValue | |
|---|---|
private  DistanceValue | 
PositionData.height
 | 
private  DistanceValue | 
PositionData.left
 | 
private  DistanceValue | 
LegendPositionData.spacing
 | 
private  DistanceValue | 
PositionData.top
 | 
private  DistanceValue | 
PositionData.width
 | 
| Methods in info.bioinfweb.treegraph.document.position that return DistanceValue | |
|---|---|
 DistanceValue | 
PositionData.getHeight()
 | 
 DistanceValue | 
LegendPositionData.getHeight()
 | 
 DistanceValue | 
PositionData.getLeft()
 | 
 DistanceValue | 
LegendPositionData.getLeft()
 | 
 DistanceValue | 
LegendPositionData.getSpacing()
The spacing between the icon or bracket and the text.  | 
 DistanceValue | 
PositionData.getTop()
 | 
 DistanceValue | 
LegendPositionData.getTop()
 | 
 DistanceValue | 
PositionData.getWidth()
 | 
 DistanceValue | 
LegendPositionData.getWidth()
 | 
| Methods in info.bioinfweb.treegraph.document.position with parameters of type DistanceValue | |
|---|---|
 boolean | 
PositionData.contains(DistanceValue x,
         DistanceValue y,
         float margin)
 | 
| Uses of DistanceValue in info.bioinfweb.treegraph.document.undo.format | 
|---|
| Methods in info.bioinfweb.treegraph.document.undo.format with parameters of type DistanceValue | |
|---|---|
private  void | 
ScaleDistanceValuesEdit.setNewDistanceValue(DistanceValue value)
 | 
| 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.elementformats | 
|---|
| Methods in info.bioinfweb.treegraph.gui.dialogs.elementformats that return DistanceValue | |
|---|---|
 DistanceValue | 
IconPreviewPanel.getIconHeight()
 | 
 DistanceValue | 
IconPreviewPanel.getIconWidth()
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||