* The arguments passed to the command line.
* @return Returns a configured editor settings object.
*/
protected JGraphEditorSettings createSettings(Map args)
throws ParserConfigurationException, SAXException, IOException {
JGraphEditorSettings settings = new JGraphEditorSettings(args);
configureSettings(settings);
return settings;
}