The above method extracts all group objects from the SVG file and compares them. The user provides the specific comparison by implementing the XSvgSetup interface's compareShapes method.
The XSvgCompareShapes class provides a compareGroups method which takes an XSvgSetup interface as a parameter.
1. Methods
<?java publicvoid compareGroups(XSvgSetup s)
?>
The above method extracts all group objects from the SVG file and compares them. The user provides the specific comparison by implementing the XSvgSetup interface's compareShapes method.