public class RenderLayoutPlugin extends AbstractRenderPlugin
| Constructor and Description |
|---|
RenderLayoutPlugin(org.sbml.jsbml.ext.layout.Layout layout)
Creates an RenderLayoutPlugin instance
|
RenderLayoutPlugin(RenderLayoutPlugin obj)
Clone constructor
|
getPackageName, getPrefix, getRenderInformation, getURI, getVersionMajor, getVersionMinor, isSetRenderInformation, isSetVersionMajor, isSetVersionMinor, readAttribute, setRenderInformation, setVersionMajor, setVersionMinor, unsetRenderInformation, unsetVersionMajor, unsetVersionMinor, writeXMLAttributesequals, fireNodeAddedEvent, fireNodeRemovedEvent, firePropertyChange, getElementNamespace, getExtendedSBase, getLevel, getPackageVersion, getParentSBMLObject, getSBMLDocument, getVersion, hashCode, isSetExtendedSBase, isSetPackageVersion, removeFromParent, setExtendedSBase, setNamespace, setPackageVersionaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, children, clearUserObjects, containsUserObjectKey, filter, filter, filter, getIndex, getListOfTreeNodeChangeListeners, getNumChildren, getParent, getRoot, getTreeNodeChangeListenerCount, getUserObject, indexOf, isLeaf, isRoot, isSetParent, isSetUserObjects, notifyChildChange, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeTreeNodeChangeListener, removeTreeNodeChangeListener, removeUserObject, setParent, toString, userObjectKeySetfinalize, getClass, notify, notifyAll, wait, wait, waitaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, clearUserObjects, containsUserObjectKey, filter, filter, filter, getListOfTreeNodeChangeListeners, getRoot, getTreeNodeChangeListenerCount, getUserObject, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeTreeNodeChangeListener, removeTreeNodeChangeListener, removeUserObject, userObjectKeySetpublic RenderLayoutPlugin(org.sbml.jsbml.ext.layout.Layout layout)
layout - public RenderLayoutPlugin(RenderLayoutPlugin obj)
obj - public RenderLayoutPlugin clone()
clone in interface org.sbml.jsbml.ext.SBasePluginclone in class org.sbml.jsbml.ext.AbstractSBasePluginpublic void initDefaults()
AbstractRenderPlugininitDefaults in class AbstractRenderPluginpublic boolean getAllowsChildren()
getAllowsChildren in interface TreeNodegetAllowsChildren in class AbstractRenderPluginpublic int getChildCount()
getChildCount in interface TreeNodegetChildCount in class AbstractRenderPluginpublic org.sbml.jsbml.SBase getChildAt(int childIndex)
getChildAt in interface TreeNodegetChildAt in class AbstractRenderPluginpublic boolean isSetListOfLocalRenderInformation()
true, if listOfLocalRenderInformation contains at least one element,
otherwise falsepublic org.sbml.jsbml.ListOf<LocalRenderInformation> getListOfLocalRenderInformation()
public LocalRenderInformation getLocalRenderInformation(int i)
i - public void setListOfLocalRenderInformation(org.sbml.jsbml.ListOf<LocalRenderInformation> listOfLocalRenderInformation)
listOfLocalRenderInformation - public boolean unsetListOfLocalRenderInformation()
true, if listOfLocalRenderInformation contained at least one element,
otherwise falsepublic boolean addLocalRenderInformation(LocalRenderInformation field)
field - public boolean removeLocalRenderInformation(LocalRenderInformation field)
field - public void removeLocalRenderInformation(int i)
i - public void removeLocalRenderInformation(String id)
id - public LocalRenderInformation createLocalRenderInformation()
NOTE: only use this method, if ID is not mandatory in LocalRenderInformation otherwise use @see createLocalRenderInformation(String id)!
public LocalRenderInformation createLocalRenderInformation(String id)
id - Copyright © 2009–2016. All rights reserved.