public 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 and Description |
|---|---|
protected String |
endHead |
protected ListOf<CurveSegment> |
listOfCurveSegments |
protected ListOf<RenderPoint> |
listOfElements |
protected String |
startHead |
stroke, strokeDashArray, strokeWidthtransformignoredExtensions, ignoredXMLElements, JSBML_WRONG_SBO_TERM, packageNamelistOfListeners, parent, resourceBundle| Constructor and Description |
|---|
RenderCurve()
Creates an Curve instance
|
RenderCurve(RenderCurve obj)
Clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addCurveSegment(CurveSegment curveSegment)
Adds a new
CurveSegment to the listOfCurveSegments. |
void |
addCurveSegment(int index,
CurveSegment element) |
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(Object obj) |
boolean |
getAllowsChildren() |
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. |
String |
getElementName() |
String |
getEndHead()
Returns the value of endHead
|
ListOf<CurveSegment> |
getListOfCurveSegments()
Returns the
listOfCurveSegments. |
ListOf<RenderPoint> |
getListOfElements() |
int |
getNumCurveSegments()
Returns the number of
CurveSegments in this
RenderCurve. |
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(String attributeName,
String prefix,
String value) |
boolean |
removeCurveSegment(CurveSegment curveSegment)
Removes an element from the
listOfCurveSegments. |
CurveSegment |
removeCurveSegment(int i)
Removes an element from the
listOfCurveSegments at the given index. |
void |
removeElement(int i) |
boolean |
removeElement(RenderPoint element) |
void |
setEndHead(String endHead)
Sets the value of endHead
|
void |
setListOfCurveSegments(ListOf<CurveSegment> listOfCurveSegments)
Sets the given
ListOf<CurveSegment>. |
void |
setListOfElements(ListOf<RenderPoint> listOfElements) |
void |
setStartHead(String startHead)
Sets the value of startHead.
|
boolean |
unsetEndHead()
Unsets the variable endHead
|
boolean |
unsetListOfCurveSegments()
|
boolean |
unsetListOfElements() |
boolean |
unsetStartHead()
Unsets the variable startHead
|
Map<String,String> |
writeXMLAttributes() |
addStrokeDash, getStroke, getStrokeDash, getStrokeDashArray, getStrokeWidth, isSetStroke, isSetStrokeDashArray, isSetStrokeWidth, setStroke, setStrokeDashArray, setStrokeDashArray, setStrokeWidth, unsetStroke, unsetStrokeDashArray, unsetStrokeWidthgetTransform, unsetTransformisSetTransform, setTransformaddCVTerm, addDeclaredNamespace, addExtension, addPlugin, 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, 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, userObjectKeySetfinalize, getClass, notify, notifyAll, wait, wait, waitremoveTreeNodeChangeListeneraddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, clearUserObjects, containsUserObjectKey, filter, filter, filter, fireNodeAddedEvent, getListOfTreeNodeChangeListeners, getRoot, getTreeNodeChangeListenerCount, getUserObject, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeUserObject, userObjectKeySetprotected String startHead
protected String endHead
protected ListOf<RenderPoint> listOfElements
protected ListOf<CurveSegment> listOfCurveSegments
public RenderCurve()
public RenderCurve(RenderCurve obj)
obj - the RenderCurve to clonepublic RenderCurve clone()
clone in interface SBaseclone in class GraphicalPrimitive1Dpublic void initDefaults()
TransformationinitDefaults in class GraphicalPrimitive1Dpublic int hashCode()
hashCode in interface SBasehashCode in class GraphicalPrimitive1Dpublic boolean equals(Object obj)
equals in interface SBaseequals in class GraphicalPrimitive1Dpublic String getElementName()
getElementName in interface SBasegetElementName in class AbstractSBasepublic String getStartHead()
public boolean isSetStartHead()
true if startHead is setpublic void setStartHead(String startHead)
startHead - the start headpublic boolean unsetStartHead()
true, if startHead was set before,
otherwise falsepublic String getEndHead()
public boolean isSetEndHead()
true if endHead is set.public void setEndHead(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 ListOf<RenderPoint> getListOfElements()
public void setListOfElements(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 ListOf<CurveSegment> getListOfCurveSegments()
listOfCurveSegments.
Creates it if it does not already exist.getListOfCurveSegments in interface ICurvelistOfCurveSegments.public void setListOfCurveSegments(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.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.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 Map<String,String> writeXMLAttributes()
writeXMLAttributes in interface SBasewriteXMLAttributes in class GraphicalPrimitive1Dpublic boolean readAttribute(String attributeName, String prefix, String value)
readAttribute in interface SBasereadAttribute in class GraphicalPrimitive1Dpublic boolean getAllowsChildren()
getAllowsChildren in interface TreeNodegetAllowsChildren in class AbstractSBasepublic SBase getChildAt(int childIndex)
getChildAt in interface TreeNodegetChildAt in class AbstractSBasepublic int getChildCount()
getChildCount in interface TreeNodegetChildCount in class AbstractSBaseCopyright © 2009–2020. All rights reserved.