|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Labels | |
|---|---|
| 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.clipboard | |
| info.bioinfweb.treegraph.document.io.xtg | |
| info.bioinfweb.treegraph.document.undo.edit | |
| info.bioinfweb.treegraph.graphics.positionpaint | |
| info.bioinfweb.treegraph.gui.actions.edit | |
| Uses of Labels in info.bioinfweb.treegraph.document |
|---|
| Fields in info.bioinfweb.treegraph.document declared as Labels | |
|---|---|
private Labels |
Label.labels
|
private Labels |
Branch.labels
|
| Methods in info.bioinfweb.treegraph.document that return Labels | |
|---|---|
Labels |
Labels.clone()
Returns a deep copy of this Labels-object (including copys of all
LabelLine-objects and their Labels. |
Labels |
Label.getLabels()
|
Labels |
Branch.getLabels()
|
| Methods in info.bioinfweb.treegraph.document with parameters of type Labels | |
|---|---|
private static void |
TreeSerializer.addLabelBlock(java.util.Vector<PaintableElement> list,
Labels labels,
boolean above)
|
private void |
Labels.cloneLabelBlock(boolean above,
Labels target)
|
boolean |
Labels.containsSameID(Labels other)
|
private boolean |
Labels.containsSameID(Labels other,
boolean above)
|
private boolean |
ContrastManager.ensureLabelBlock(Labels labels,
boolean above,
java.awt.Color bgColor,
java.awt.Color defaultColor)
|
static Label[] |
TreeSerializer.getLabels(Labels labels)
Returns all labels of this labels-object. |
private static void |
TreeSerializer.getLabelsWithIDInBlock(java.util.Vector<Label> list,
Labels labels,
boolean above,
java.lang.String id)
|
private static void |
IDManager.renameLabelIDInLabelBlock(java.lang.String oldName,
java.lang.String newName,
Labels labels,
boolean above)
|
private static void |
IDManager.searchLabelIDsInLabelBlock(Labels labels,
boolean above,
boolean includeTextLabels,
boolean includeIconLabels,
java.util.Vector<java.lang.String> list)
Adds all label IDs to the specified list. |
void |
Label.setLabels(Labels labels)
|
| Constructors in info.bioinfweb.treegraph.document with parameters of type Labels | |
|---|---|
IconLabel(Labels labels)
|
|
Label(Labels labels)
|
|
TextLabel(Labels labels)
|
|
| Uses of Labels in info.bioinfweb.treegraph.document.clipboard |
|---|
| Methods in info.bioinfweb.treegraph.document.clipboard with parameters of type Labels | |
|---|---|
private void |
TreeClipboard.copyLabelBlock(Labels labels,
boolean above)
|
void |
TreeClipboard.copyLabels(Labels labels)
|
| Uses of Labels in info.bioinfweb.treegraph.document.io.xtg |
|---|
| Methods in info.bioinfweb.treegraph.document.io.xtg with parameters of type Labels | |
|---|---|
private void |
XTGReader.readIconLabel(javax.xml.stream.events.StartElement rootElement,
Labels labels)
|
private void |
XTGReader.readTextLabel(javax.xml.stream.events.StartElement rootElement,
Labels labels)
|
private void |
XTGWriter.writeLabelBlock(Labels labels,
boolean above)
|
| Uses of Labels in info.bioinfweb.treegraph.document.undo.edit |
|---|
| Fields in info.bioinfweb.treegraph.document.undo.edit declared as Labels | |
|---|---|
protected Labels |
InsertRemoveLabelEdit.owner
|
| Methods in info.bioinfweb.treegraph.document.undo.edit with parameters of type Labels | |
|---|---|
private void |
RerootEdit.copyLabels(Labels source,
Labels target)
|
| Constructors in info.bioinfweb.treegraph.document.undo.edit with parameters of type Labels | |
|---|---|
InsertLabelEdit(Document document,
Label label,
Labels owner)
|
|
InsertRemoveLabelEdit(Document document,
Label label,
Labels owner)
|
|
RemoveLabelEdit(Document document,
Label label,
Labels owner)
|
|
| Uses of Labels in info.bioinfweb.treegraph.graphics.positionpaint |
|---|
| Methods in info.bioinfweb.treegraph.graphics.positionpaint with parameters of type Labels | |
|---|---|
private void |
RectangularCladogramPositioner.calculateLabelBlockDimensions(Labels labels,
boolean above)
|
private float |
RectangularCladogramPositioner.labelBlockHeight(Labels labels,
boolean above)
Returns the overall height of all rows of labels above or below the branch. |
private float |
RectangularCladogramPositioner.labelBlockWidth(Labels labels)
Returns the maximum width of all lines of labels above and below the branch. |
private float |
RectangularCladogramPositioner.labelLineHeight(Labels labels,
boolean above,
int lineNo)
|
private float |
RectangularCladogramPositioner.labelLineWidth(Labels labels,
boolean above,
int lineNo)
|
private void |
RectangularCladogramPositioner.moveLabels(Labels labels,
boolean above,
float dX,
float dY)
|
private void |
RectangularCladogramPainter.paintLabelBlock(Labels labels,
boolean above)
|
| Uses of Labels in info.bioinfweb.treegraph.gui.actions.edit |
|---|
| Methods in info.bioinfweb.treegraph.gui.actions.edit with parameters of type Labels | |
|---|---|
private void |
SearchTextAction.searchLabelBlock(Labels labels,
boolean above)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||