public class Svg2Vector_IS extends AppBase<IsLoader,AppProperties<IsLoader>>
The Svg2Vector application using an Inkscape executable. It an SVG graphic to a vector format and to PNG as per Inkscape. The tool does support SVG and SVGZ input formats from file or URI.
| 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.
|
static String |
TMP_FN_PREFIX
Prefix used when creating temporary files or directories.
|
| Constructor and Description |
|---|
Svg2Vector_IS()
Returns a new application.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ExecInkscape(IsCmd cmd,
String fin,
String fout) |
int |
executeApplication(String[] args) |
String |
getAppDescription() |
String |
getAppDisplayName() |
String |
getAppName() |
String |
getAppVersion() |
String |
write(String fn,
ArrayList<String> lines)
Writes lines of an list to a file.
|
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 static final String TMP_FN_PREFIX
Prefix used when creating temporary files or directories.
public int executeApplication(String[] args)
executeApplication in interface ExecS_ApplicationexecuteApplication in class AppBase<IsLoader,AppProperties<IsLoader>>public String getAppDescription()
public String getAppDisplayName()
public String getAppName()
public String getAppVersion()
Copyright © 2012–2017. All rights reserved.