public class Svg2PngTask
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
Svg2PngTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply() |
java.io.File |
getDestination() |
int |
getHeight() |
java.io.File |
getSource() |
java.io.File |
getUserStyleSheet() |
int |
getWidth() |
void |
setDestination(java.io.File destination) |
void |
setHeight(int height) |
void |
setSource(java.io.File source) |
void |
setUserStyleSheet(java.io.File userStyleSheet) |
void |
setWidth(int width) |
compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getOnlyIf, getReasonNotToTrackState, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, prependParallelSafeAction, setImpliesSubProjectspublic void setSource(java.io.File source)
@InputFile public java.io.File getSource()
public void setUserStyleSheet(java.io.File userStyleSheet)
@InputFile @Optional public java.io.File getUserStyleSheet()
public void setDestination(java.io.File destination)
@OutputFile public java.io.File getDestination()
public void setWidth(int width)
@Input public int getWidth()
public void setHeight(int height)
@Input public int getHeight()
public void apply()