/**
* Registers the predefined standard factories.
*/
private void registerStandardFactories() {
this.standardFactories.add(new BMPFactory(this));
this.standardFactories.add(new EPSFactory(this));
this.standardFactories.add(new GIFFactory(this));
this.standardFactories.add(new JPEGFactory(this));
this.standardFactories.add(new SVGFactory(this));
this.standardFactories.add(new PDFFactory(this));