|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.bioinfweb.treegraph.document.ConcretePaintableElement
public abstract class ConcretePaintableElement
| Field Summary | |
|---|---|
protected java.util.EnumMap<PositionPaintType,PositionData> |
positions
|
| Constructor Summary | |
|---|---|
ConcretePaintableElement()
|
|
| Method Summary | |
|---|---|
ConcretePaintableElement |
clone()
Copys the object. |
PositionData |
getPosition(PositionPaintType type)
Returns the stored DataPosition-object of an for an positioner-
identifier. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface info.bioinfweb.treegraph.document.PaintableElement |
|---|
getFormats, setFormats |
| Field Detail |
|---|
protected java.util.EnumMap<PositionPaintType,PositionData> positions
| Constructor Detail |
|---|
public ConcretePaintableElement()
| Method Detail |
|---|
public PositionData getPosition(PositionPaintType type)
PaintableElementDataPosition-object of an for an positioner-
identifier. If no position-object has been stored for this identifier, one will be created.
getPosition in interface PaintableElementpublic ConcretePaintableElement clone()
EnumMap 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 java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||