public class RenderLayoutPlugin extends AbstractRenderPlugin
| Constructor | Description |
|---|---|
RenderLayoutPlugin(Layout layout) |
Creates a RenderLayoutPlugin instance
|
RenderLayoutPlugin(RenderLayoutPlugin obj) |
Clone constructor
|
getPackageName, getPrefix, getRenderInformation, getURI, isSetRenderInformation, readAttribute, setRenderInformation, unsetRenderInformation, 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, isCloningInProgress, isInvalidSBMLAllowed, isLeaf, isReadingInProgress, 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(Layout layout)
layout - public RenderLayoutPlugin(RenderLayoutPlugin obj)
obj - public RenderLayoutPlugin clone()
clone in class org.sbml.jsbml.ext.AbstractSBasePluginpublic void initDefaults()
AbstractRenderPlugininitDefaults in class AbstractRenderPluginpublic boolean getAllowsChildren()
getAllowsChildren in class AbstractRenderPluginpublic int getChildCount()
getChildCount in class AbstractRenderPluginpublic org.sbml.jsbml.SBase getChildAt(int childIndex)
getChildAt in class AbstractRenderPluginpublic boolean isSetListOfLocalRenderInformation()
true, if listOfLocalRenderInformation contains at least one element,
otherwise falsepublic boolean isListOfLocalRenderInformationEmpty()
true iff listOfLocalRenderInformation is not null, but empty
(relevant for validation)public ListOfLocalRenderInformation getListOfLocalRenderInformation()
public LocalRenderInformation getLocalRenderInformation(int i)
i - public void setListOfLocalRenderInformation(ListOfLocalRenderInformation 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(java.lang.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(java.lang.String id)
id - Copyright © 2009–2022. All rights reserved.