public class StateDiagram extends QuidObject implements Named
EMPTY, LOGGER, params, strict
Constructor and Description |
---|
StateDiagram() |
StateDiagram(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, setQuidAsLong
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, moveProperty, removeFromList, removeProperty, removeProperty, setName, setParameterList, setParent, setProperty, toString
public StateDiagram(PetalNode parent, Collection params)
public StateDiagram()
public void setNameParameter(String o)
setNameParameter
in interface Named
public String getNameParameter()
getNameParameter
in interface Named
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.