Uses of Interface
info.bioinfweb.treegraph.document.PaintableElement

Packages that use PaintableElement
info.bioinfweb.treegraph.document   
info.bioinfweb.treegraph.document.undo.format   
info.bioinfweb.treegraph.gui.actions   
info.bioinfweb.treegraph.gui.treeframe   
 

Uses of PaintableElement in info.bioinfweb.treegraph.document
 

Subinterfaces of PaintableElement in info.bioinfweb.treegraph.document
 interface EdgeRadiusElement
           
 

Classes in info.bioinfweb.treegraph.document that implement PaintableElement
 class Branch
          The entity for a branch.
 class CharShiftLabel
           
 class ConcretePaintableElement
           
 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 TextElement
           
 class TextLabel
           
 

Methods in info.bioinfweb.treegraph.document with parameters of type PaintableElement
static
<T> T[]
TreeSerializer.getElementsOfType(Node root, PaintableElement typeElement, T[] array, boolean leafsOnly)
           
static Node Tree.getLinkedNode(PaintableElement element)
          Returns the linked node to the given element.
 

Method parameters in info.bioinfweb.treegraph.document with type arguments of type PaintableElement
private static void TreeSerializer.addLabelBlock(java.util.Vector<PaintableElement> list, boolean textLabel, boolean charShift, Labels labels, boolean above)
           
private static void TreeSerializer.addSubtree(java.util.Vector<PaintableElement> list, Node root, boolean leafsOnly, boolean node, boolean branch, boolean textLabel, boolean charShift)
           
 

Uses of PaintableElement in info.bioinfweb.treegraph.document.undo.format
 

Fields in info.bioinfweb.treegraph.document.undo.format declared as PaintableElement
private  PaintableElement[] OperatorsEdit.applyElements
           
 

Constructors in info.bioinfweb.treegraph.document.undo.format with parameters of type PaintableElement
OperatorsEdit(Document document, PaintableElement[] applyElements, FormatOperator[] operators)
           
 

Uses of PaintableElement in info.bioinfweb.treegraph.gui.actions
 

Methods in info.bioinfweb.treegraph.gui.actions with parameters of type PaintableElement
 javax.swing.JPopupMenu ActionManagement.getPopupMenu(PaintableElement selected)
           
 

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

Methods in info.bioinfweb.treegraph.gui.treeframe with parameters of type PaintableElement
 void TreeViewPanel.scrollElementToVisible(PaintableElement element)