|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.bioinfweb.treegraph.document.format.LabelFormats
info.bioinfweb.treegraph.document.format.GraphicalLabelFormats
info.bioinfweb.treegraph.document.format.IconLabelFormats
public class IconLabelFormats
Field Summary | |
---|---|
private String |
icon
|
private boolean |
iconFilled
|
Fields inherited from class info.bioinfweb.treegraph.document.format.GraphicalLabelFormats |
---|
DEFAULT_ICON_HEIGHT_IN_MM, DEFAULT_ICON_WIDTH_IN_MM |
Fields inherited from class info.bioinfweb.treegraph.document.format.LabelFormats |
---|
DEFAULT_MARGIN_IN_MM |
Fields inherited from interface info.bioinfweb.treegraph.document.format.LineFormats |
---|
DEFAULT_LINE_COLOR, DEFAULT_LINE_WIDTH_IN_MM |
Constructor Summary | |
---|---|
IconLabelFormats(Label owner)
|
|
IconLabelFormats(Label owner,
boolean above,
int line,
int linePosition)
|
Method Summary | |
---|---|
void |
assign(IconLabelFormats other)
|
void |
assignIconLabelFormats(IconLabelFormats other)
|
IconLabelFormats |
clone()
Returns a deep copy with the owner null . |
String |
getIcon()
|
boolean |
getIconFilled()
|
void |
setIcon(String icon)
|
void |
setIconFilled(boolean iconFilled)
|
Methods inherited from class info.bioinfweb.treegraph.document.format.GraphicalLabelFormats |
---|
assignGraphicalLabelFormats, assignLineFormats, getHeight, getLineColor, getLineWidth, getWidth, setLineColor |
Methods inherited from class info.bioinfweb.treegraph.document.format.LabelFormats |
---|
assignLabelFormats, getLineNumber, getLinePosition, getMargin, getOwner, isAbove, setAbove, setLineNumber, setLinePosition, setOwner |
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.format.LineFormats |
---|
assignLineFormats, getLineColor, getLineWidth, setLineColor |
Field Detail |
---|
private String icon
private boolean iconFilled
Constructor Detail |
---|
public IconLabelFormats(Label owner, boolean above, int line, int linePosition)
public IconLabelFormats(Label owner)
Method Detail |
---|
public String getIcon()
public void setIcon(String icon)
public boolean getIconFilled()
public void setIconFilled(boolean iconFilled)
public void assignIconLabelFormats(IconLabelFormats other)
public void assign(IconLabelFormats other)
public IconLabelFormats clone()
LabelFormats
null
.
clone
in interface ElementFormats
clone
in interface LineFormats
clone
in class LabelFormats
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |