public class Compartment extends PetalObject
EMPTY, LOGGER, params, strict| Constructor and Description | 
|---|
Compartment()  | 
Compartment(PetalNode parent,
           Collection params)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
accept(Visitor v)
accept the given visitor 
 | 
int | 
getAnchor()  | 
int | 
getFillColor()  | 
String | 
getIconStyle()  | 
Location | 
getLocation()  | 
int | 
getMaxWidth()  | 
int | 
getNlines()  | 
Tag | 
getParentView()  | 
void | 
setAnchor(int o)  | 
void | 
setFillColor(int o)  | 
void | 
setIconStyle(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, toStringpublic Compartment(PetalNode parent, Collection params)
public Compartment()
public Tag getParentView()
public void setParentView(Tag o)
public Location getLocation()
public void setLocation(Location o)
public String getIconStyle()
public void setIconStyle(String o)
public int getFillColor()
public void setFillColor(int o)
public int getAnchor()
public void setAnchor(int o)
public int getNlines()
public void setNlines(int o)
public int getMaxWidth()
public void setMaxWidth(int o)
Copyright © 2018 BITPlan GmbH. All rights reserved.