What Class has replaced SwingSDImageGenerator
Posted: Mon May 25, 2009 4:37 pm
I have been asked to upgrade a application that use
This class isn't present in oxygen version 10 - what class replaced it?
Code: Select all
String[] imageGenerationConfiguration = new String[]{xsdPathArg, RelativePath.getRelativePath(file, user_dir).substring(1, RelativePath.getRelativePath(file, user_dir).lastIndexOf("/")) + "/" + file.getName(), imagesFolderArg, mainOutputDir + "/" + imagesFolder, diagramExtensionArg, diagramExtension, useHashCodesArg, useHashCodes, generateChunksArg, generateChunks, hideCommentsArg, hideComments, hideAnnotationsArg, hideAnnotations, htmlFileNameArg, file.getName() + ".html"};
try {
SwingSDImageGenerator.main(imageGenerationConfiguration);
} catch (SecurityException e) {
// we dont care
}