de.jave.image.ant
Class ImageProcessingTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by de.jave.image.ant.AbstractImagingTask
              extended by de.jave.image.ant.ImageProcessingTask
All Implemented Interfaces:
IAntParameterCheckable, java.lang.Cloneable

public class ImageProcessingTask
extends AbstractImagingTask

Author:
Markus Gebhard

Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
ImageProcessingTask()
           
 
Method Summary
 void addConfiguredRescale(RescaleOptions rescaleOptions)
           
 void checkParameters()
           
 void execute()
           
 void setImageFormat(java.lang.String imageFormat)
           
 void setOutputFile(java.io.File outputFile)
           
 void setSrcFile(java.io.File srcFile)
           
 
Methods inherited from class de.jave.image.ant.AbstractImagingTask
loadImage, writeImage
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageProcessingTask

public ImageProcessingTask()
Method Detail

setOutputFile

public void setOutputFile(java.io.File outputFile)

setSrcFile

public void setSrcFile(java.io.File srcFile)

setImageFormat

public void setImageFormat(java.lang.String imageFormat)

checkParameters

public void checkParameters()

addConfiguredRescale

public void addConfiguredRescale(RescaleOptions rescaleOptions)

execute

public final void execute()
                   throws org.apache.tools.ant.BuildException
Overrides:
execute in class org.apache.tools.ant.Task
Throws:
org.apache.tools.ant.BuildException


JDemo homepage: http://www.jdemo.de
Copyright © 2003-2010 Markus Gebhard. All Rights Reserved.