| Package | Description |
|---|---|
| de.vandermeer.svg2vector.applications.base |
Base of an S2V application, including options, loaders, and properties.
|
| de.vandermeer.svg2vector.applications.fh |
S2V application using Apache Batik to load an SVG document and FreeHep graphics libraries for conversion.
|
| de.vandermeer.svg2vector.applications.is |
S2V application using a simple loader to load an SVG document and Inkscape for conversion.
|
| Modifier and Type | Field and Description |
|---|---|
protected SvgTargets[] |
AO_TargetExt.supportedTargets
The supported targets of the application.
|
| Modifier and Type | Method and Description |
|---|---|
SvgTargets[] |
AO_TargetExt.getSupportedTargets()
Returns the supported targets.
|
SvgTargets[] |
AppProperties.getSupportedTargetts()
Returns the supported targets.
|
SvgTargets |
AppProperties.getTarget()
Returns the application target.
|
SvgTargets |
AO_TargetExt.getTarget()
Returns the target for a given set value.
|
static SvgTargets |
SvgTargets.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SvgTargets[] |
SvgTargets.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected static String |
AO_TargetExt.buildLongDescr(String descr,
SvgTargets[] supportedTargets)
Creates a long description with supported targets.
|
| Constructor and Description |
|---|
AO_TargetExt(boolean required,
Character shortOption,
String longDescription,
SvgTargets[] supportedTargets)
Returns the new option.
|
AppProperties(SvgTargets[] targets,
L loader) |
| Modifier and Type | Method and Description |
|---|---|
static FhConverter |
Svg2Vector_FH.TARGET_2_CONVERTER(SvgTargets target)
Returns a converter for a given target
|
| Modifier and Type | Field and Description |
|---|---|
protected SvgTargets |
IsTargetOption.target
The target the option applies to.
|
| Modifier and Type | Method and Description |
|---|---|
SvgTargets |
IsTargetOption.getTarget()
Returns the target the option applies to.
|
| Modifier and Type | Method and Description |
|---|---|
IsCmd |
IsCmd.appendTargetSettings(SvgTargets target,
IsTargetOption... options)
Appends target specific settings read from application properties.
|
| Constructor and Description |
|---|
AO_ExportDpi(SvgTargets target,
String isCli)
Returns the new option as not required and without a short option.
|
AO_ExportPdfVersion(SvgTargets target,
String isCli)
Returns the new option as not required and without a short option.
|
AO_ExportPsLevel(SvgTargets target,
String isCli)
Returns the new option as not required and without a short option.
|
IsCmd(String isExec,
SvgTargets target,
AppProperties<?> properties)
Creates a new command with default entries.
|
IsTargetOption(SvgTargets target,
String isCli,
String longOption,
String argument,
String description,
String longDescription)
Returns the new option as not required and without a short option.
|
Copyright © 2012–2017. All rights reserved.