public class SVGToImageAntTask extends Task
Translates a group of SVG files into images.
Parameters:
description, location, project
Constructor and Description |
---|
SVGToImageAntTask()
Creates a new instance of IndexLoadObjectsAntTask
|
Modifier and Type | Method and Description |
---|---|
void |
addFileset(FileSet set)
Adds a set of files.
|
void |
execute() |
java.lang.String |
getFormat() |
void |
setAntiAlias(boolean antiAlias) |
void |
setBackgroundColor(java.lang.String bgColor) |
void |
setClipToViewBox(boolean clipToViewBox) |
void |
setDestDir(java.io.File destDir) |
void |
setFormat(java.lang.String format) |
void |
setHeight(int height) |
void |
setInterpolation(java.lang.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
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
public SVGToImageAntTask()
public java.lang.String getFormat()
public void setFormat(java.lang.String format)
public void setBackgroundColor(java.lang.String bgColor)
public void setHeight(int height)
public void setWidth(int width)
public void setAntiAlias(boolean antiAlias)
public void setInterpolation(java.lang.String interpolation)
public void setSizeToFit(boolean sizeToFit)
public void setClipToViewBox(boolean clipToViewBox)
public void setVerbose(boolean verbose)
public void setDestDir(java.io.File destDir)
public void addFileset(FileSet set)