public abstract class AbstractRenderPlugin extends AbstractSBasePlugin
elementNamespace, extendedSBase, packageVersionlistOfListeners, parent, resourceBundle| Constructor and Description |
|---|
AbstractRenderPlugin()
Creates a AbstractRenderPlugin instance.
|
AbstractRenderPlugin(AbstractRenderPlugin obj)
Clone constructor
|
AbstractRenderPlugin(SBase extendedElement)
Creates an AbstractRenderPlugin instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowsChildren() |
TreeNode |
getChildAt(int childIndex) |
int |
getChildCount() |
String |
getPackageName() |
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 |
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(String attributeName,
String prefix,
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 |
Map<String,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(SBase extendedElement)
extendedElement - the SBase that is extendedpublic AbstractRenderPlugin()
public AbstractRenderPlugin(AbstractRenderPlugin obj)
obj - the AbstractRenderPlugin to clonepublic String getPackageName()
public String getPrefix()
public 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 TreeNode getChildAt(int childIndex)
public int getChildCount()
public boolean getAllowsChildren()
public Map<String,String> writeXMLAttributes()
writeXMLAttributes in interface SBasePluginwriteXMLAttributes in class AbstractSBasePluginCopyright © 2009–2020. All rights reserved.