public class ItemLabel extends PetalObject
EMPTY, LOGGER, params, strict
Constructor and Description |
---|
ItemLabel() |
ItemLabel(PetalNode parent,
Collection params) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
accept the given visitor
|
int |
getAnchor() |
int |
getAnchorLoc() |
int |
getFillColor() |
int |
getJustify() |
String |
getLabel() |
Location |
getLocation() |
int |
getMaxWidth() |
int |
getNlines() |
Tag |
getParentView() |
void |
setAnchor(int o) |
void |
setAnchorLoc(int o) |
void |
setFillColor(int o) |
void |
setJustify(int o) |
void |
setLabel(String o) |
void |
setLocation(Location o) |
void |
setMaxWidth(int o) |
void |
setNlines(int o) |
void |
setParentView(Tag o) |
addProperty, addToList, clone, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, equals, getChildCount, getKind, getLongestName, getName, getNames, getNoProperties, getParameterList, getParent, getProperties, getProperty, getProperty, getPropertyAsBoolean, getPropertyAsFloat, getPropertyAsInteger, getPropertyAsString, getPropertyList, getPropertyName, getPropertyTuples, getQualifiedName, getRoot, indexOf, init, moveProperty, removeFromList, removeProperty, removeProperty, setName, setParameterList, setParent, setProperty, toString
public ItemLabel(PetalNode parent, Collection params)
public ItemLabel()
public Tag getParentView()
public void setParentView(Tag o)
public Location getLocation()
public void setLocation(Location o)
public int getAnchorLoc()
public void setAnchorLoc(int o)
public int getNlines()
public void setNlines(int o)
public int getMaxWidth()
public void setMaxWidth(int o)
public int getJustify()
public void setJustify(int o)
public String getLabel()
public void setLabel(String o)
public int getFillColor()
public void setFillColor(int o)
public int getAnchor()
public void setAnchor(int o)
Copyright © 2018 BITPlan GmbH. All rights reserved.