|
||||||||||
| 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 | |
|---|---|
abstract ConcretePaintableElement |
clone()
Implementing classes should not copy the EnumMap positions because
the copy of this element will be located at another position. |
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 abstract ConcretePaintableElement clone()
EnumMap positions because
the copy of this element will be located at another position. Therefor the copy will
should an empty EnumMap.
clone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||