public class Svg2Vector_FH extends AppBase<BatikLoader,AppProperties<BatikLoader>>
The Svg2Vector application using the FreeHep library. It an SVG graphic to a vector format. Currently supported are EMF, PDF and SVG. The tool does support SVG and SVGZ input formats from file or URI. It also can deal with SVG layers. All options can be set via command line.
| Modifier and Type | Field and Description |
|---|---|
static String |
APP_DISPLAY_NAME
Application display name.
|
static String |
APP_NAME
Application name.
|
static String |
APP_VERSION
Application version, should be same as the version in the class JavaDoc.
|
| Constructor and Description |
|---|
Svg2Vector_FH()
Returns a new application.
|
| Modifier and Type | Method and Description |
|---|---|
int |
executeApplication(String[] args) |
String |
getAppDescription() |
String |
getAppDisplayName() |
String |
getAppName() |
String |
getAppVersion() |
static FhConverter |
TARGET_2_CONVERTER(SvgTargets target)
Returns a converter for a given target
|
addOption, getAppOptions, getCli, getProps, printDetailMessage, printErrorMessage, printProgressMessage, printWarningMessage, printWarningspublic static final String APP_NAME
Application name.
public static final String APP_DISPLAY_NAME
Application display name.
public static final String APP_VERSION
Application version, should be same as the version in the class JavaDoc.
public int executeApplication(String[] args)
executeApplication in interface ExecS_ApplicationexecuteApplication in class AppBase<BatikLoader,AppProperties<BatikLoader>>public String getAppName()
public String getAppDisplayName()
public String getAppDescription()
public String getAppVersion()
public static FhConverter TARGET_2_CONVERTER(SvgTargets target)
Returns a converter for a given target
target - the target, can be nullCopyright © 2012–2017. All rights reserved.