info.bioinfweb.treegraph.document
Class IconLabel
java.lang.Object
info.bioinfweb.treegraph.document.ConcretePaintableElement
info.bioinfweb.treegraph.document.TextElement
info.bioinfweb.treegraph.document.Label
info.bioinfweb.treegraph.document.IconLabel
- All Implemented Interfaces:
- PaintableElement, java.lang.Cloneable
public class IconLabel
- extends Label
This class represents an
icon label in
TreeGraph 2.
- Author:
- Ben Stöver
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IconLabel
public IconLabel(Labels labels)
getPositionFormats
public LabelPositionFormats getPositionFormats()
- Specified by:
getPositionFormats in class Label
setPositionFormats
public void setPositionFormats(LabelPositionFormats formats)
- Specified by:
setPositionFormats in class Label
getFormats
public TextFormats getFormats()
- Specified by:
getFormats in interface PaintableElement- Specified by:
getFormats in class TextElement
clone
public IconLabel clone()
- Description copied from class:
ConcretePaintableElement
- Implementing classes should not copy the
EnumMap positions because
the copy of this element will be located at another position. Therefor the copy will
should an empty EnumMap.
- Specified by:
clone in class Label
setFormats
public void setFormats(ElementFormats format)