|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScaleBar | |
|---|---|
| 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.io.xtg | |
| info.bioinfweb.treegraph.graphics.positionpaint | |
| info.bioinfweb.treegraph.gui.treeframe | Contains all classes that make up a document window. |
| Uses of ScaleBar in info.bioinfweb.treegraph.document |
|---|
| Fields in info.bioinfweb.treegraph.document declared as ScaleBar | |
|---|---|
private ScaleBar |
Tree.scaleBar
|
| Methods in info.bioinfweb.treegraph.document that return ScaleBar | |
|---|---|
ScaleBar |
ScaleBar.clone()
|
ScaleBar |
Tree.getScaleBar()
|
| Methods in info.bioinfweb.treegraph.document with parameters of type ScaleBar | |
|---|---|
void |
ScaleBar.assignScaleBarData(ScaleBar other)
This method currently does not do anything but should be called in the clone()-method of derived classes anyway because ScaleBar
might contain data that needs to be copied in future versions. |
void |
Tree.setScaleBar(ScaleBar scaleBar)
|
| Uses of ScaleBar in info.bioinfweb.treegraph.document.io.xtg |
|---|
| Methods in info.bioinfweb.treegraph.document.io.xtg with parameters of type ScaleBar | |
|---|---|
private void |
XTGReader.readScaleBar(javax.xml.stream.events.StartElement element,
ScaleBar s)
|
private void |
XTGWriter.writeScaleBar(ScaleBar sb)
|
| Uses of ScaleBar in info.bioinfweb.treegraph.graphics.positionpaint |
|---|
| Methods in info.bioinfweb.treegraph.graphics.positionpaint with parameters of type ScaleBar | |
|---|---|
private void |
RectangularCladogramPainter.paintScaleBar(ScaleBar scaleBar)
|
| Uses of ScaleBar in info.bioinfweb.treegraph.gui.treeframe |
|---|
| Methods in info.bioinfweb.treegraph.gui.treeframe that return ScaleBar | |
|---|---|
ScaleBar |
TreeSelection.getScaleBar()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||