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

Packages that use TextElement
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.undo.edit   
info.bioinfweb.treegraph.graphics.positionpaint   
info.bioinfweb.treegraph.gui.actions.edit   
info.bioinfweb.treegraph.gui.dialogs.editelement   
info.bioinfweb.treegraph.gui.treeframe Contains all classes that make up a document window. 
 

Uses of TextElement in info.bioinfweb.treegraph.document
 

Subclasses of TextElement in info.bioinfweb.treegraph.document
 class IconLabel
          This class represents an icon label in TreeGraph 2.
 class Label
          Label is the acestor of the two label classes TextLabel and CharacterShiftLabel.
 class Legend
           
 class Node
          This class represents a node of a tree in the TreeGraph data structure.
 class ScaleBar
          This element represents a scale bar for the branch length values.
 class TextLabel
           
 

Methods in info.bioinfweb.treegraph.document that return TextElement
abstract  TextElement TextElement.clone()
           
static TextElement[] TreeSerializer.getTextElements(Node root)
           
 

Methods in info.bioinfweb.treegraph.document with parameters of type TextElement
 void TextElement.assignTextElementData(TextElement other)
           
static java.lang.String TextElementData.formatTextElement(TextElement element)
          Returns the formatted value of the given text element.
 

Uses of TextElement in info.bioinfweb.treegraph.document.undo.edit
 

Fields in info.bioinfweb.treegraph.document.undo.edit declared as TextElement
private  TextElement TextElementEdit.element
           
 

Constructors in info.bioinfweb.treegraph.document.undo.edit with parameters of type TextElement
TextElementEdit(Document document, TextElement element, TextElementData newData)
           
 

Uses of TextElement in info.bioinfweb.treegraph.graphics.positionpaint
 

Methods in info.bioinfweb.treegraph.graphics.positionpaint with parameters of type TextElement
private  DistanceDimension RectangularCladogramPositioner.calculateTextDimension(TextElement textElement)
          Calculates the Dimensions of this text element.
 

Uses of TextElement in info.bioinfweb.treegraph.gui.actions.edit
 

Methods in info.bioinfweb.treegraph.gui.actions.edit with parameters of type TextElement
private  boolean SearchTextAction.matches(TextElement element)
           
 

Uses of TextElement in info.bioinfweb.treegraph.gui.dialogs.editelement
 

Fields in info.bioinfweb.treegraph.gui.dialogs.editelement declared as TextElement
private  TextElement AbstractTextElementDialog.textElement
           
 

Methods in info.bioinfweb.treegraph.gui.dialogs.editelement that return TextElement
protected  TextElement AbstractTextElementDialog.getTextElement()
           
 

Methods in info.bioinfweb.treegraph.gui.dialogs.editelement with parameters of type TextElement
protected  void AbstractTextElementDialog.setTextElement(TextElement textElement)
           
 void AbstractTextElementDialog.setValue(TextElement textElement)
           
 

Uses of TextElement in info.bioinfweb.treegraph.gui.treeframe
 

Methods in info.bioinfweb.treegraph.gui.treeframe that return TextElement
 TextElement TreeSelection.getFirstTextElement()