org.sbml.jsbml.ext.render
public class RenderListOfLayoutsPlugin extends AbstractRenderPlugin
Modifier and Type | Field and Description |
---|---|
private ListOf<GlobalRenderInformation> |
listOfGlobalRenderInformation |
private static long |
serialVersionUID
Generated serial version identifier
|
extendedSBase, packageVersion
listOfListeners, parent, UNKNOWN_ATTRIBUTES, UNKNOWN_ELEMENTS
Constructor and Description |
---|
RenderListOfLayoutsPlugin(ListOf<Layout> listOfLayouts)
Creates an RenderModelPlugin instance
|
RenderListOfLayoutsPlugin(RenderListOfLayoutsPlugin obj)
Clone constructor
|
getElementNamespace, getPackageName, getPrefix, getRenderInformation, getURI, getVersionMajor, getVersionMinor, isSetRenderInformation, isSetVersionMajor, isSetVersionMinor, readAttribute, setRenderInformation, setVersionMajor, setVersionMinor, unsetRenderInformation, unsetVersionMajor, unsetVersionMinor, writeXMLAttributes
equals, fireNodeAddedEvent, fireNodeRemovedEvent, firePropertyChange, getExtendedSBase, getLevel, getPackageVersion, getParentSBMLObject, getSBMLDocument, getVersion, hashCode, isSetExtendedSBase, removeFromParent, setExtendedSBase
addAllChangeListeners, 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, userObjectKeySet
finalize, getClass, notify, notifyAll, wait, wait, wait
addAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, clearUserObjects, containsUserObjectKey, filter, filter, filter, getListOfTreeNodeChangeListeners, getRoot, getTreeNodeChangeListenerCount, getUserObject, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeTreeNodeChangeListener, removeTreeNodeChangeListener, removeUserObject, userObjectKeySet
private static final long serialVersionUID
private ListOf<GlobalRenderInformation> listOfGlobalRenderInformation
public RenderListOfLayoutsPlugin(ListOf<Layout> listOfLayouts)
public RenderListOfLayoutsPlugin(RenderListOfLayoutsPlugin obj)
public boolean addGlobalRenderInformation(GlobalRenderInformation field)
field
- public RenderListOfLayoutsPlugin clone()
SBasePlugin
SBasePlugin
from this SBasePlugin
.clone
in interface SBasePlugin
clone
in class AbstractSBasePlugin
SBasePlugin
from this SBasePlugin
.public GlobalRenderInformation createGlobalRenderInformation()
NOTE: only use this method, if ID is not mandatory in GlobalRenderInformation otherwise use @see createGlobalRenderInformation(String id)!
public GlobalRenderInformation createGlobalRenderInformation(java.lang.String id)
public boolean getAllowsChildren()
getAllowsChildren
in interface javax.swing.tree.TreeNode
getAllowsChildren
in class AbstractRenderPlugin
public SBase getChildAt(int childIndex)
getChildAt
in interface javax.swing.tree.TreeNode
getChildAt
in class AbstractRenderPlugin
public int getChildCount()
getChildCount
in interface javax.swing.tree.TreeNode
getChildCount
in class AbstractRenderPlugin
public ListOf<GlobalRenderInformation> getListOfGlobalRenderInformation()
public void initDefaults()
AbstractRenderPlugin
initDefaults
in class AbstractRenderPlugin
public boolean isSetListOfGlobalRenderInformation()
true
, if listOfGlobalRenderInformation contains at least one element,
otherwise false
public boolean removeGlobalRenderInformation(GlobalRenderInformation field)
field
- public void removeGlobalRenderInformation(int i)
i
- public void removeGlobalRenderInformation(java.lang.String id)
id
- public void setListOfGlobalRenderInformation(ListOf<GlobalRenderInformation> listOfGlobalRenderInformation)
listOfGlobalRenderInformation
- public boolean unsetListOfGlobalRenderInformation()
true
, if listOfGlobalRenderInformation contained at least one element,
otherwise false