info.bioinfweb.treegraph.document.format
Class TextLabelFormats
java.lang.Object
info.bioinfweb.treegraph.document.format.TextFormats
info.bioinfweb.treegraph.document.format.TextLabelFormats
- All Implemented Interfaces:
- ElementFormats, java.lang.Cloneable
public class TextLabelFormats
- extends TextFormats
- implements ElementFormats, java.lang.Cloneable
| Methods inherited from class info.bioinfweb.treegraph.document.format.TextFormats |
addTextStyle, assignTextFormats, getDecimalFormat, getDescent, getFont, getFontName, getLocale, getTextColor, getTextHeight, getTextStyle, hasTextStyle, removeTextStyle, setDecimalFormat, setFontName, setLocale, setTextColor, setTextStyle |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_TEXT_HEIGHT_IN_MM
public static final float DEFAULT_TEXT_HEIGHT_IN_MM
- See Also:
- Constant Field Values
positionFormats
private LabelPositionFormats positionFormats
TextLabelFormats
public TextLabelFormats(Label owner)
TextLabelFormats
public TextLabelFormats(Label owner,
boolean above,
int line,
int linePosition)
getPositionFormats
public LabelPositionFormats getPositionFormats()
setPositionFormats
public void setPositionFormats(LabelPositionFormats positionFormats)
clone
public TextLabelFormats clone()
- Specified by:
clone in interface ElementFormats- Overrides:
clone in class TextFormats