|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTask
com.kitfox.svg.app.ant.SVGToImageAntTask
public class SVGToImageAntTask
Translates a group of SVG files into images.
Parameters:
Constructor Summary | |
---|---|
SVGToImageAntTask()
Creates a new instance of IndexLoadObjectsAntTask |
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SVGToImageAntTask()
Method Detail |
---|
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)
public void execute()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |