|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.bioinfweb.treegraph.document.ConcretePaintableElement
info.bioinfweb.treegraph.document.TextElement
public abstract class TextElement
| Field Summary | |
|---|---|
private TextElementData |
data
|
| Fields inherited from class info.bioinfweb.treegraph.document.ConcretePaintableElement |
|---|
positions |
| Constructor Summary | |
|---|---|
TextElement()
|
|
| Method Summary | |
|---|---|
TextElement |
clone()
Copys the object. |
TextElementData |
getData()
|
abstract TextFormats |
getFormats()
|
java.lang.String |
toString()
|
| Methods inherited from class info.bioinfweb.treegraph.document.ConcretePaintableElement |
|---|
getPosition |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface info.bioinfweb.treegraph.document.PaintableElement |
|---|
setFormats |
| Field Detail |
|---|
private TextElementData data
| Constructor Detail |
|---|
public TextElement()
| Method Detail |
|---|
public TextElementData getData()
public abstract TextFormats getFormats()
public java.lang.String toString()
toString in class java.lang.Objectpublic TextElement clone()
ConcretePaintableElementEnumMap positions is not copied because
the copy of this element will be at another position. Therefor the copy will have an
empty EnumMap for the positions.
clone in class ConcretePaintableElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||