ICurvepublic class RenderCurve extends GraphicalPrimitive1D implements ICurve
The curve concept in the SBML render extension is similar to the curves in the SBML layout. Each curve consists of a number of either straight line segments or cubic Bézier elements. The two element types can also be mixed in a single curve object.
In contrast to layout curves, render curves can not have gaps and the individual coordinates of the curve elements can be specified as a combination of absolute and relative values.
Another difference to layout curves is the fact that render curves can specify decorations to be applied to the start and/or the end of the curve (@see LineEnding).
Since RenderCurve is derived from GraphicalPrimitive1D, it
inherits all its attributes and methods.
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
endHead |
|
protected org.sbml.jsbml.ListOf<CurveSegment> |
listOfCurveSegments |
|
protected org.sbml.jsbml.ListOf<RenderPoint> |
listOfElements |
|
protected java.lang.String |
startHead |
ignoredExtensions, ignoredXMLElements, JSBML_WRONG_SBO_TERM, packageNamestroke, strokeDashArray, strokeWidthtransform| Constructor | Description |
|---|---|
RenderCurve() |
Creates an Curve instance
|
RenderCurve(RenderCurve obj) |
Clone constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
addCurveSegment(int index,
CurveSegment element) |
|
boolean |
addCurveSegment(CurveSegment curveSegment) |
Adds a new
CurveSegment to the listOfCurveSegments. |
boolean |
addElement(RenderPoint element) |
|
RenderCurve |
clone() |
|
CubicBezier |
createCubicBezier() |
Creates a new
CubicBezier instance and adds it to the
listOfCurveSegments list. |
RenderPoint |
createElement() |
Deprecated.
use#createRenderPoint()
|
LineSegment |
createLineSegment() |
Creates a new
LineSegment instance and adds it to the
listOfCurveSegments list. |
RenderPoint |
createRenderCubicBezier() |
Creates a new
RenderCubicBezier instance and adds it to the ListOfElements list |
RenderPoint |
createRenderPoint() |
Creates a new
RenderPoint instance and adds it to the ListOfElements list |
boolean |
equals(java.lang.Object obj) |
|
boolean |
getAllowsChildren() |
|
org.sbml.jsbml.SBase |
getChildAt(int childIndex) |
|
int |
getChildCount() |
|
CurveSegment |
getCurveSegment(int i) |
Gets an element from the
listOfCurveSegments at the given index. |
int |
getCurveSegmentCount() |
Returns the number of
CurveSegments in this
RenderCurve. |
java.lang.String |
getElementName() |
|
java.lang.String |
getEndHead() |
Returns the value of endHead
|
org.sbml.jsbml.ListOf<CurveSegment> |
getListOfCurveSegments() |
Returns the
listOfCurveSegments. |
org.sbml.jsbml.ListOf<RenderPoint> |
getListOfElements() |
|
int |
getNumCurveSegments() |
Returns the number of
CurveSegments in this
RenderCurve. |
java.lang.String |
getStartHead() |
Returns the value of startHead
|
int |
hashCode() |
|
void |
initDefaults() |
Initializes the default values using the namespace.
|
boolean |
isListOfCurveSegmentsEmpty() |
|
boolean |
isListOfElementsEmpty() |
|
boolean |
isSetEndHead() |
Returns
true if endHead is set. |
boolean |
isSetListOfCurveSegments() |
Returns
true if listOfCurveSegments contains at least
one element. |
boolean |
isSetListOfElements() |
|
boolean |
isSetStartHead() |
Returns
true if startHead is set |
boolean |
readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value) |
|
CurveSegment |
removeCurveSegment(int i) |
Removes an element from the
listOfCurveSegments at the given index. |
boolean |
removeCurveSegment(CurveSegment curveSegment) |
Removes an element from the
listOfCurveSegments. |
void |
removeElement(int i) |
|
boolean |
removeElement(RenderPoint element) |
|
void |
setEndHead(java.lang.String endHead) |
Sets the value of endHead
|
void |
setListOfCurveSegments(org.sbml.jsbml.ListOf<CurveSegment> listOfCurveSegments) |
Sets the given
ListOf<CurveSegment>. |
void |
setListOfElements(org.sbml.jsbml.ListOf<RenderPoint> listOfElements) |
|
void |
setStartHead(java.lang.String startHead) |
Sets the value of startHead.
|
boolean |
unsetEndHead() |
Unsets the variable endHead
|
boolean |
unsetListOfCurveSegments() |
|
boolean |
unsetListOfElements() |
|
boolean |
unsetStartHead() |
Unsets the variable startHead
|
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, 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, unsetStrokeWidthfinalize, 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, userObjectKeySetprotected java.lang.String startHead
protected java.lang.String endHead
protected org.sbml.jsbml.ListOf<RenderPoint> listOfElements
protected org.sbml.jsbml.ListOf<CurveSegment> listOfCurveSegments
public RenderCurve()
public RenderCurve(RenderCurve obj)
obj - the RenderCurve to clonepublic RenderCurve clone()
clone in class GraphicalPrimitive1Dpublic void initDefaults()
TransformationinitDefaults in class GraphicalPrimitive1Dpublic int hashCode()
hashCode in class GraphicalPrimitive1Dpublic boolean equals(java.lang.Object obj)
equals in class GraphicalPrimitive1Dpublic java.lang.String getElementName()
getElementName in class org.sbml.jsbml.AbstractSBasepublic java.lang.String getStartHead()
public boolean isSetStartHead()
true if startHead is setpublic void setStartHead(java.lang.String startHead)
startHead - the start headpublic boolean unsetStartHead()
true, if startHead was set before,
otherwise falsepublic java.lang.String getEndHead()
public boolean isSetEndHead()
true if endHead is set.public void setEndHead(java.lang.String endHead)
endHead - the end headpublic boolean unsetEndHead()
true, if endHead was set before,
otherwise falsepublic boolean isSetListOfElements()
true, if listOfElements contains at least one element,
otherwise falsepublic boolean isListOfElementsEmpty()
true iff listOfElements is not null, but empty
(relevant for validation)public org.sbml.jsbml.ListOf<RenderPoint> getListOfElements()
public void setListOfElements(org.sbml.jsbml.ListOf<RenderPoint> listOfElements)
listOfElements - the list of RenderPointspublic boolean unsetListOfElements()
true, if listOfElements contained at least one element,
otherwise falsepublic boolean addElement(RenderPoint element)
element - public boolean removeElement(RenderPoint element)
element - public void removeElement(int i)
i - public RenderPoint createElement()
RenderPoint instance and adds it to the ListOfElements listRenderPoint instancepublic RenderPoint createRenderCubicBezier()
RenderCubicBezier instance and adds it to the ListOfElements listRenderCubicBezier instancepublic RenderPoint createRenderPoint()
RenderPoint instance and adds it to the ListOfElements listRenderPoint instancepublic boolean isSetListOfCurveSegments()
true if listOfCurveSegments contains at least
one element.isSetListOfCurveSegments in interface ICurvetrue if listOfCurveSegments contains at least
one element, otherwise false.public boolean isListOfCurveSegmentsEmpty()
true iff listOfCurveSegments is not null, but empty
(relevant for validation)public org.sbml.jsbml.ListOf<CurveSegment> getListOfCurveSegments()
listOfCurveSegments.
Creates it if it does not already exist.getListOfCurveSegments in interface ICurvelistOfCurveSegments.public void setListOfCurveSegments(org.sbml.jsbml.ListOf<CurveSegment> listOfCurveSegments)
ListOf<CurveSegment>.
If listOfCurveSegments was defined before and contains some
elements, they are all unset.setListOfCurveSegments in interface ICurvelistOfCurveSegments - the list of CurveSegmentspublic boolean unsetListOfCurveSegments()
unsetListOfCurveSegments in interface ICurvetrue if listOfCurveSegments contains at least
one element, otherwise false.public boolean addCurveSegment(CurveSegment curveSegment)
CurveSegment to the listOfCurveSegments.
The listOfCurveSegments is initialized if necessary.
addCurveSegment in interface ICurvecurveSegment - the element to add to the listtrue (as specified by Collection.add(E))Collection.add(Object)public void addCurveSegment(int index,
CurveSegment element)
addCurveSegment in interface ICurvepublic boolean removeCurveSegment(CurveSegment curveSegment)
listOfCurveSegments.removeCurveSegment in interface ICurvecurveSegment - the element to be removed from the list.true if the list contained the specified element and it was
removed.List.remove(Object)public CurveSegment removeCurveSegment(int i)
listOfCurveSegments at the given index.i - the index where to remove the CurveSegment.java.lang.IndexOutOfBoundsException - if the listOf is not set or if the index is
out of bound ((i < 0) || (i > listOfCurveSegments)).public LineSegment createLineSegment()
LineSegment instance and adds it to the
listOfCurveSegments list.listOfCurveSegmentspublic CubicBezier createCubicBezier()
CubicBezier instance and adds it to the
listOfCurveSegments list.createCubicBezier in interface ICurvelistOfCurveSegmentspublic CurveSegment getCurveSegment(int i)
listOfCurveSegments at the given index.getCurveSegment in interface ICurvei - the index of the CurveSegment element to get.java.lang.IndexOutOfBoundsException - if the listOf is not set or
if the index is out of bound (index < 0 || index > list.size).public int getCurveSegmentCount()
CurveSegments in this
RenderCurve.getCurveSegmentCount in interface ICurveCurveSegments in this
RenderCurve.public int getNumCurveSegments()
CurveSegments in this
RenderCurve.CurveSegments in this
RenderCurve.getCurveSegmentCount()public java.util.Map<java.lang.String,java.lang.String> writeXMLAttributes()
writeXMLAttributes in class GraphicalPrimitive1Dpublic boolean readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value)
readAttribute in class GraphicalPrimitive1Dpublic boolean getAllowsChildren()
getAllowsChildren in class org.sbml.jsbml.AbstractSBasepublic org.sbml.jsbml.SBase getChildAt(int childIndex)
getChildAt in class org.sbml.jsbml.AbstractSBasepublic int getChildCount()
getChildCount in class org.sbml.jsbml.AbstractSBaseCopyright © 2009–2022. All rights reserved.