public class ModuleDiagram extends QuidObject
EMPTY, LOGGER, params, strict| Constructor and Description | 
|---|
ModuleDiagram()  | 
ModuleDiagram(PetalNode parent,
             Collection params)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
accept(Visitor v)
accept the given visitor 
 | 
List | 
getItems()  | 
int | 
getMaxHeight()  | 
int | 
getMaxWidth()  | 
String | 
getNameParameter()  | 
int | 
getOriginX()  | 
int | 
getOriginY()  | 
String | 
getTitle()  | 
int | 
getZoom()  | 
void | 
setItems(List o)  | 
void | 
setMaxHeight(int o)  | 
void | 
setMaxWidth(int o)  | 
void | 
setNameParameter(String o)  | 
void | 
setOriginX(int o)  | 
void | 
setOriginY(int o)  | 
void | 
setTitle(String o)  | 
void | 
setZoom(int o)  | 
getQuid, getQuidAsLong, init, setQuid, setQuidAsLongaddProperty, 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, moveProperty, removeFromList, removeProperty, removeProperty, setName, setParameterList, setParent, setProperty, toStringpublic ModuleDiagram(PetalNode parent, Collection params)
public ModuleDiagram()
public void setNameParameter(String o)
public String getNameParameter()
public String getTitle()
public void setTitle(String o)
public int getZoom()
public void setZoom(int o)
public int getMaxHeight()
public void setMaxHeight(int o)
public int getMaxWidth()
public void setMaxWidth(int o)
public int getOriginX()
public void setOriginX(int o)
public int getOriginY()
public void setOriginY(int o)
public List getItems()
public void setItems(List o)
Copyright © 2018 BITPlan GmbH. All rights reserved.