Generated by
JDiff

Class org.sbml.jsbml.ext.render.Style

Removed Constructors
Style(int, int, Group) Creates a Style instance with a level and version.
Style(String, int, int, Group) Creates a Style instance with an id, name, level, and version.
Style(Group) Creates a Style instance with a group
 

Added Constructors
Style(int, int, RenderGroup) Creates a Style instance with a level and version.
Style(String, int, int, RenderGroup) Creates a Style instance with an id, name, level, and version.
Style(RenderGroup) Creates a Style instance with a group
 

Changed Methods
boolean equals(Object) Method was inherited from AbstractNamedSBase, but is now defined locally.  
TreeNode getChildAt(int) Change in return type from SBase to TreeNode.
 
RenderGroup getGroup() Change in return type from Group to RenderGroup.
@return the value of group
int hashCode() Method was inherited from AbstractNamedSBase, but is now defined locally.  
void setGroup(RenderGroup) Change in signature from Group to RenderGroup.
Set the value of group
 

Changed Fields
RenderGroup group Change in type from Group to RenderGroup.