Uses of Class
info.bioinfweb.treegraph.document.Labels

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, boolean textLabel, boolean iconLabel, Labels labels, boolean above)
           
 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)
           
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, 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.readLabel(javax.xml.stream.events.StartElement element, 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  int AssignLabelIDsEdit.assignIDsToLabelBlock(Labels labels, boolean above, int pos)
          Assigns a new label ID to each label in this label block currently without an ID.
private  void RerootEdit.moveLabelBlock(Labels source, Labels target, boolean above)
           
 

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  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)