public class Label extends PetalObject implements Tagged
EMPTY, LOGGER, params, strict| Constructor and Description | 
|---|
Label()  | 
Label(PetalNode parent,
     Collection params)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
accept(Visitor v)
accept the given visitor 
 | 
Font | 
getFont()  | 
String | 
getLabel()  | 
Location | 
getLocation()  | 
int | 
getMaxWidth()  | 
int | 
getNlines()  | 
int | 
getTag()  | 
void | 
setFont(Font o)  | 
void | 
setLabel(String o)  | 
void | 
setLocation(Location o)  | 
void | 
setMaxWidth(int o)  | 
void | 
setNlines(int o)  | 
void | 
setTag(int t)  | 
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, toStringpublic Label(PetalNode parent, Collection params)
public Label()
public Location getLocation()
public void setLocation(Location o)
public Font getFont()
public void setFont(Font o)
public int getNlines()
public void setNlines(int o)
public int getMaxWidth()
public void setMaxWidth(int o)
public String getLabel()
public void setLabel(String o)
Copyright © 2018 BITPlan GmbH. All rights reserved.