public abstract class View extends PetalObject implements Named, Tagged
EMPTY, LOGGER, params, strict| Modifier | Constructor and Description | 
|---|---|
protected  | 
View(PetalNode parent,
    String name,
    Collection params,
    int tag)  | 
protected  | 
View(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
Tag | 
getClient()  | 
int | 
getFillColor()  | 
int | 
getHeight()  | 
String | 
getIcon()  | 
String | 
getIconStyle()  | 
int | 
getLineColor()  | 
int | 
getLineStyle()  | 
Location | 
getLocation()  | 
String | 
getNameParameter()  | 
Tag | 
getSupplier()  | 
int | 
getTag()  | 
int | 
getWidth()  | 
void | 
setClient(Tag o)  | 
void | 
setFillColor(int o)  | 
void | 
setHeight(int o)  | 
void | 
setIcon(String o)  | 
void | 
setIconStyle(String o)  | 
void | 
setLineColor(int o)  | 
void | 
setLineStyle(int o)  | 
void | 
setLocation(Location o)  | 
void | 
setNameParameter(String o)  | 
void | 
setSupplier(Tag o)  | 
void | 
setTag(int t)  | 
void | 
setWidth(int o)  | 
String | 
toString()  | 
accept, 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, setPropertyprotected View(PetalNode parent, String name, Collection params, int tag)
protected View(String name)
public String toString()
toString in class PetalObjectpublic void setNameParameter(String o)
setNameParameter in interface Namedpublic String getNameParameter()
getNameParameter in interface Namedpublic Tag getClient()
public void setClient(Tag o)
public Tag getSupplier()
public void setSupplier(Tag o)
public int getLineColor()
public void setLineColor(int o)
public int getLineStyle()
public void setLineStyle(int o)
public String getIcon()
public void setIcon(String o)
public String getIconStyle()
public void setIconStyle(String o)
public int getFillColor()
public void setFillColor(int o)
public int getWidth()
public void setWidth(int o)
public int getHeight()
public void setHeight(int o)
public Location getLocation()
public void setLocation(Location o)
Copyright © 2018 BITPlan GmbH. All rights reserved.