|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
The classes in this package implement the output of an TreeGraph 2 document with Graphics2D. |
| info.bioinfweb.treegraph.gui.actions.edit | |
| info.bioinfweb.treegraph.gui.dialogs.editelement | |
| Uses of TextElement in info.bioinfweb.treegraph.document |
|---|
| Classes in info.bioinfweb.treegraph.document that implement TextElement | |
|---|---|
class |
AbstractTextElement
This class can be used as the acestor of all classes that represent document elements which contain text or decimal values. |
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 | |
|---|---|
TextElement |
TextElement.clone()
|
| Methods in info.bioinfweb.treegraph.document with parameters of type TextElement | |
|---|---|
void |
TextLabel.assignTextElementData(TextElement other)
|
void |
TextElement.assignTextElementData(TextElement other)
|
void |
AbstractTextElement.assignTextElementData(TextElement other)
|
static 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||