public class SVGToImageAntTask extends org.apache.tools.ant.Task
Translates a group of SVG files into images.
Parameters:
Constructor and Description |
---|
SVGToImageAntTask()
Creates a new instance of IndexLoadObjectsAntTask
|
Modifier and Type | Method and Description |
---|---|
void |
addFileset(org.apache.tools.ant.types.FileSet set)
Adds a set of files.
|
void |
execute() |
String |
getFormat() |
void |
setAntiAlias(boolean antiAlias) |
void |
setBackgroundColor(String bgColor) |
void |
setClipToViewBox(boolean clipToViewBox) |
void |
setDestDir(File destDir) |
void |
setFormat(String format) |
void |
setHeight(int height) |
void |
setInterpolation(String interpolation) |
void |
setSizeToFit(boolean sizeToFit) |
void |
setVerbose(boolean verbose) |
void |
setWidth(int width) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public SVGToImageAntTask()
public void setBackgroundColor(String bgColor)
public void setHeight(int height)
public void setWidth(int width)
public void setAntiAlias(boolean antiAlias)
public void setInterpolation(String interpolation)
public void setSizeToFit(boolean sizeToFit)
public void setClipToViewBox(boolean clipToViewBox)
public void setVerbose(boolean verbose)
public void setDestDir(File destDir)
public void addFileset(org.apache.tools.ant.types.FileSet set)
public void execute()
execute
in class org.apache.tools.ant.Task
Copyright ?? 2011-2016 Kitfox Studios. All Rights Reserved.