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

Packages that use TextLabel
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). 
 

Uses of TextLabel in info.bioinfweb.treegraph.document
 

Methods in info.bioinfweb.treegraph.document that return TextLabel
 TextLabel TextLabel.clone()
          Returns a deep copy of this text label.
static TextLabel[] TreeSerializer.getTextLabels(Node root)
           
 

Methods in info.bioinfweb.treegraph.document with parameters of type TextLabel
 boolean ContrastManager.ensureContrast(Document document, TextLabel label)
          Checks the text color of the specified label regarding to its contrast to the background color of the document.
 boolean ContrastManager.ensureContrast(Document document, TextLabel[] labels)
          Checks the text color of the specified labels regarding to their contrast to the background color of the document.
private  boolean ContrastManager.ensureLabelContrast(Document document, TextLabel label)
          Internal method which does not set state = State.UNDEFINED.