RenderGraphicalObjectPlugin, RenderLayoutPlugin, RenderListOfLayoutsPluginpublic abstract class AbstractRenderPlugin
extends org.sbml.jsbml.ext.AbstractSBasePlugin
| Constructor | Description |
|---|---|
AbstractRenderPlugin() |
Creates a AbstractRenderPlugin instance.
|
AbstractRenderPlugin(AbstractRenderPlugin obj) |
Clone constructor
|
AbstractRenderPlugin(org.sbml.jsbml.SBase extendedElement) |
Creates an AbstractRenderPlugin instance
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
getAllowsChildren() |
|
javax.swing.tree.TreeNode |
getChildAt(int childIndex) |
|
int |
getChildCount() |
|
java.lang.String |
getPackageName() |
|
java.lang.String |
getPrefix() |
|
GlobalRenderInformation |
getRenderInformation() |
Deprecated.
This goes beyond/is besides the render-package's specification
and will be removed in a future release. Use the methods
RenderLayoutPlugin.getListOfLocalRenderInformation(),
RenderLayoutPlugin.getLocalRenderInformation(int), and
RenderListOfLayoutsPlugin.getListOfGlobalRenderInformation()
respectively |
java.lang.String |
getURI() |
|
void |
initDefaults() |
Initializes the default values using the namespace.
|
boolean |
isSetRenderInformation() |
Deprecated.
This goes beyond/is besides the render-package's specification
and will be removed in a future release. Use the
LocalRenderInformation-related methods of
RenderLayoutPlugin, and the
GlobalRenderInformation-related methods of
RenderListOfLayoutsPlugin instead. |
boolean |
readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value) |
|
void |
setRenderInformation(GlobalRenderInformation renderInformation) |
Deprecated.
This goes beyond/is besides the render-package's specification
and will be removed in a future release. Use the
LocalRenderInformation-related methods of
RenderLayoutPlugin, and the
GlobalRenderInformation-related methods of
RenderListOfLayoutsPlugin instead.
Set the value of renderInformation |
boolean |
unsetRenderInformation() |
Deprecated.
This goes beyond/is besides the render-package's specification
and will be removed in a future release. Use the
LocalRenderInformation-related methods of
RenderLayoutPlugin, and the
GlobalRenderInformation-related methods of
RenderListOfLayoutsPlugin instead.
Unsets the variable renderInformation |
java.util.Map<java.lang.String,java.lang.String> |
writeXMLAttributes() |
clone, equals, 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 AbstractRenderPlugin(org.sbml.jsbml.SBase extendedElement)
extendedElement - the SBase that is extendedpublic AbstractRenderPlugin()
public AbstractRenderPlugin(AbstractRenderPlugin obj)
obj - the AbstractRenderPlugin to clonepublic java.lang.String getPackageName()
public java.lang.String getPrefix()
public java.lang.String getURI()
public void initDefaults()
@Deprecated public GlobalRenderInformation getRenderInformation()
RenderLayoutPlugin.getListOfLocalRenderInformation(),
RenderLayoutPlugin.getLocalRenderInformation(int), and
RenderListOfLayoutsPlugin.getListOfGlobalRenderInformation()
respectively@Deprecated public boolean isSetRenderInformation()
LocalRenderInformation-related methods of
RenderLayoutPlugin, and the
GlobalRenderInformation-related methods of
RenderListOfLayoutsPlugin instead.@Deprecated public void setRenderInformation(GlobalRenderInformation renderInformation)
LocalRenderInformation-related methods of
RenderLayoutPlugin, and the
GlobalRenderInformation-related methods of
RenderListOfLayoutsPlugin instead.
Set the value of renderInformationrenderInformation - the value of renderInformation@Deprecated public boolean unsetRenderInformation()
LocalRenderInformation-related methods of
RenderLayoutPlugin, and the
GlobalRenderInformation-related methods of
RenderListOfLayoutsPlugin instead.
Unsets the variable renderInformationtrue, if renderInformation was set before,
otherwise falsepublic boolean readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value)
public javax.swing.tree.TreeNode getChildAt(int childIndex)
public int getChildCount()
public boolean getAllowsChildren()
public java.util.Map<java.lang.String,java.lang.String> writeXMLAttributes()
writeXMLAttributes in class org.sbml.jsbml.ext.AbstractSBasePluginCopyright © 2009–2022. All rights reserved.