|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | Contains classes implementing reading and writing of TreeGraph 2 documents. |
| info.bioinfweb.treegraph.graphics.positionpaint |
The classes in this package implement the output of an TreeGraph 2 document with Graphics2D. |
| 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)
Returns the stored paint dimension (the size of the document) for the given painter ID. |
| Uses of DistanceDimension in info.bioinfweb.treegraph.document.format |
|---|
| Methods in info.bioinfweb.treegraph.document.format that return DistanceDimension | |
|---|---|
DistanceDimension |
DistanceDimension.clone()
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||