IBoundingBoxpublic class LineEnding extends GraphicalPrimitive2D implements IBoundingBox
GraphicalPrimitive2D.FillRuleignoredExtensions, ignoredXMLElements, JSBML_WRONG_SBO_TERM, packageNamestroke, strokeDashArray, strokeWidthfill, fillRuletransform| Constructor | Description |
|---|---|
LineEnding() |
Creates an LineEnding instance
|
LineEnding(LineEnding obj) |
Clone constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
LineEnding |
clone() |
|
BoundingBox |
createBoundingBox() |
|
boolean |
equals(java.lang.Object obj) |
|
boolean |
getAllowsChildren() |
|
BoundingBox |
getBoundingBox() |
|
javax.swing.tree.TreeNode |
getChildAt(int index) |
|
int |
getChildCount() |
|
RenderGroup |
getGroup() |
|
int |
hashCode() |
|
void |
initDefaults() |
Initializes the default values using the namespace.
|
boolean |
isEnableRotationMapping() |
|
boolean |
isSetBoundingBox() |
|
boolean |
isSetEnableRotationMapping() |
|
boolean |
isSetGroup() |
|
boolean |
readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value) |
|
void |
setBoundingBox(BoundingBox boundingBox) |
Set the value of boundingBox
|
void |
setEnableRotationMapping(java.lang.Boolean enableRotationMapping) |
Sets the value of enableRotationMapping
|
void |
setGroup(RenderGroup group) |
Sets the value of group
|
void |
unsetBoundingBox() |
Unsets the variable boundingBox
|
boolean |
unsetEnableRotationMapping() |
Unsets the variable
enableRotationMapping |
boolean |
unsetGroup() |
Unsets the variable group
|
java.util.Map<java.lang.String,java.lang.String> |
writeXMLAttributes() |
addCVTerm, addDeclaredNamespace, addExtension, addPlugin, addResources, appendAnnotation, appendAnnotation, appendNotes, appendNotes, checkAndSetPackageNamespaceAndVersion, checkAndSetPackageNamespaceAndVersion, checkAttribute, checkIdentifier, checkLevelAndVersionCompatibility, createHistory, createPlugin, disablePackage, enablePackage, enablePackage, filterCVTerms, filterCVTerms, filterCVTerms, filterCVTerms, fireNodeRemovedEvent, firePropertyChange, getAllDeclaredNamespaces, getAnnotation, getAnnotationString, getCVTerm, getCVTermCount, getCVTerms, getDeclaredNamespaces, getElementByMetaId, getElementBySId, getElementName, getExtension, getExtensionCount, getExtensionPackages, getFirstElementIndex, getHistory, getId, getIdManager, getLevel, getLevelAndVersion, getMetaId, getModel, getName, getNamespace, getNotes, getNotesString, getNumCVTerms, getNumPlugins, getPackageName, getPackageVersion, getParent, getParentSBMLObject, getPlugin, getSBMLDocument, getSBOTerm, getSBOTermID, getURI, getVersion, hasExtension, hasValidAnnotation, hasValidLevelVersionNamespaceCombination, isExtendedByOtherPackages, isIdMandatory, isPackageEnabled, isPackageURIEnabled, isPkgEnabled, isPkgURIEnabled, isSetAnnotation, isSetHistory, isSetId, isSetLevel, isSetLevelAndVersion, isSetMetaId, isSetName, isSetNotes, isSetPackageVErsion, isSetParentSBMLObject, isSetPlugin, isSetSBOTerm, isSetVersion, isValidLevelAndVersionCombination, isValidMetaId, notifyChildChange, registerChild, removeCVTerm, removeCVTerm, removeDeclaredNamespaceByNamespace, removeDeclaredNamespaceByPrefix, removeTopLevelAnnotationElement, removeTopLevelAnnotationElement, removeTopLevelAnnotationElement, replaceTopLevelAnnotationElement, replaceTopLevelAnnotationElement, setAnnotation, setAnnotation, setAnnotation, setHistory, setId, setLevel, setMetaId, setName, setNamespace, setNotes, setNotes, setPackageVersion, setParentSBML, setParentSBMLObject, setSBOTerm, setSBOTerm, setThisAsParentSBMLObject, setVersion, toString, unregisterChild, unsetAnnotation, unsetCVTerms, unsetExtension, unsetHistory, unsetId, unsetMetaId, unsetName, unsetNamespace, unsetNotes, unsetPlugin, unsetSBOTermaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, children, clearUserObjects, containsUserObjectKey, filter, filter, filter, fireNodeAddedEvent, getIndex, getListOfTreeNodeChangeListeners, getNumChildren, getRoot, getTreeNodeChangeListenerCount, getUserObject, indexOf, isCloningInProgress, isInvalidSBMLAllowed, isLeaf, isReadingInProgress, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeTreeNodeChangeListener, removeUserObject, setParent, userObjectKeySetaddStrokeDash, getStroke, getStrokeDash, getStrokeDashArray, getStrokeWidth, isSetStroke, isSetStrokeDashArray, isSetStrokeWidth, setStroke, setStrokeDashArray, setStrokeDashArray, setStrokeWidth, unsetStroke, unsetStrokeDashArray, unsetStrokeWidthgetFill, getFillRule, isSetFill, isSetFillRule, setFill, setFillRule, unsetFill, unsetFillRulefinalize, getClass, notify, notifyAll, wait, wait, waitisSetTransform, setTransformgetTransform, unsetTransformaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, clearUserObjects, containsUserObjectKey, filter, filter, filter, fireNodeAddedEvent, getListOfTreeNodeChangeListeners, getRoot, getTreeNodeChangeListenerCount, getUserObject, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeUserObject, userObjectKeySetpublic LineEnding()
public LineEnding(LineEnding obj)
obj - the LineEnding instance to clonepublic LineEnding clone()
clone in class GraphicalPrimitive2Dpublic void initDefaults()
TransformationinitDefaults in class GraphicalPrimitive2Dpublic boolean getAllowsChildren()
getAllowsChildren in class org.sbml.jsbml.AbstractSBasepublic int getChildCount()
getChildCount in class org.sbml.jsbml.AbstractSBasepublic javax.swing.tree.TreeNode getChildAt(int index)
getChildAt in class org.sbml.jsbml.AbstractSBasepublic BoundingBox createBoundingBox()
createBoundingBox in interface IBoundingBoxpublic BoundingBox getBoundingBox()
getBoundingBox in interface IBoundingBoxpublic boolean isSetBoundingBox()
isSetBoundingBox in interface IBoundingBoxpublic void setBoundingBox(BoundingBox boundingBox)
setBoundingBox in interface IBoundingBoxboundingBox - the value of boundingBoxpublic void unsetBoundingBox()
unsetBoundingBox in interface IBoundingBoxpublic RenderGroup getGroup()
public boolean isSetGroup()
public void setGroup(RenderGroup group)
group - the value of grouppublic boolean unsetGroup()
true, if group was set before,
otherwise falsepublic boolean isEnableRotationMapping()
public boolean isSetEnableRotationMapping()
public void setEnableRotationMapping(java.lang.Boolean enableRotationMapping)
enableRotationMapping - the value of enableRotationMappingpublic boolean unsetEnableRotationMapping()
enableRotationMappingtrue, if enableRotationMapping was set before,
otherwise falsepublic int hashCode()
hashCode in class GraphicalPrimitive2Dpublic boolean equals(java.lang.Object obj)
equals in class GraphicalPrimitive2Dpublic java.util.Map<java.lang.String,java.lang.String> writeXMLAttributes()
writeXMLAttributes in class GraphicalPrimitive2Dpublic boolean readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value)
readAttribute in class GraphicalPrimitive2DCopyright © 2009–2022. All rights reserved.