Generated by
JDiff

Class org.sbml.jsbml.ext.render.GraphicalPrimitive1D

Added Constructors
GraphicalPrimitive1D(int, int) Creates an GraphicalPrimitive1D instance
 

Changed Methods
boolean equals(Object) Method was inherited from AbstractSBase, but is now defined locally.  
boolean getAllowsChildren() Method was locally defined, but is now inherited from AbstractSBase.  
TreeNode getChildAt(int) Change in return type from SBase to TreeNode.
Method was locally defined, but is now inherited from AbstractSBase.
 
int getChildCount() Method was locally defined, but is now inherited from AbstractSBase.  
Double getStrokeWidth() Change in return type from Integer to Double.
@return the value of strokeWidth
int hashCode() Method was inherited from AbstractSBase, but is now defined locally.  
void setStrokeWidth(Double) Change in signature from Integer to Double.
Set the value of strokeWidth
 

Changed Fields
Double strokeWidth Change in type from Integer to Double.