org.dawb.edna.thumbnail
Class XSDataInputExecThumbnail

java.lang.Object
  extended by org.dawb.edna.thumbnail.XSData
      extended by org.dawb.edna.thumbnail.XSDataInput
          extended by org.dawb.edna.thumbnail.XSDataInputExecThumbnail

public class XSDataInputExecThumbnail
extends XSDataInput

Java class for XSDataInputExecThumbnail complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XSDataInputExecThumbnail">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSDataInput">
       <sequence>
         <element name="inputImagePath" type="{http://www.edna-site.org}XSDataFile" minOccurs="0"/>
         <element name="inputArray" type="{http://www.edna-site.org}XSDataArray" minOccurs="0"/>
         <element name="keepRatio" type="{http://www.edna-site.org}XSDataBoolean" minOccurs="0"/>
         <element name="outputPath" type="{http://www.edna-site.org}XSDataFile" minOccurs="0"/>
         <element name="thumbFormat" type="{http://www.edna-site.org}XSDataString" minOccurs="0"/>
         <element name="thumbHeight" type="{http://www.edna-site.org}XSDataInteger" minOccurs="0"/>
         <element name="thumbWidth" type="{http://www.edna-site.org}XSDataInteger" minOccurs="0"/>
         <element name="levelsColorize" type="{http://www.edna-site.org}XSDataBoolean" minOccurs="0"/>
         <element name="levelsNormalize" type="{http://www.edna-site.org}XSDataBoolean" minOccurs="0"/>
         <element name="levelsEqualize" type="{http://www.edna-site.org}XSDataBoolean" minOccurs="0"/>
         <element name="levelsGamma" type="{http://www.edna-site.org}XSDataDouble" minOccurs="0"/>
         <element name="levelsLog" type="{http://www.edna-site.org}XSDataBoolean" minOccurs="0"/>
         <element name="levelsInvert" type="{http://www.edna-site.org}XSDataBoolean" minOccurs="0"/>
         <element name="levelsMin" type="{http://www.edna-site.org}XSDataDoubleWithUnit" minOccurs="0"/>
         <element name="levelsMax" type="{http://www.edna-site.org}XSDataDoubleWithUnit" minOccurs="0"/>
         <element name="cropBorders" type="{http://www.edna-site.org}XSDataInteger" maxOccurs="2" minOccurs="0"/>
         <element name="filterBlur" type="{http://www.edna-site.org}XSDataInteger" maxOccurs="2" minOccurs="0"/>
         <element name="filterDilatation" type="{http://www.edna-site.org}XSDataInteger" maxOccurs="2" minOccurs="0"/>
         <element name="levelsAutoContrast" type="{http://www.edna-site.org}XSDataDouble" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataInputExecThumbnail()
           
 
Method Summary
 java.util.List<XSDataInteger> getCropBorders()
          Gets the value of the cropBorders property.
 java.util.List<XSDataInteger> getFilterBlur()
          Gets the value of the filterBlur property.
 java.util.List<XSDataInteger> getFilterDilatation()
          Gets the value of the filterDilatation property.
 XSDataArray getInputArray()
          Gets the value of the inputArray property.
 XSDataFile getInputImagePath()
          Gets the value of the inputImagePath property.
 XSDataBoolean getKeepRatio()
          Gets the value of the keepRatio property.
 XSDataDouble getLevelsAutoContrast()
          Gets the value of the levelsAutoContrast property.
 XSDataBoolean getLevelsColorize()
          Gets the value of the levelsColorize property.
 XSDataBoolean getLevelsEqualize()
          Gets the value of the levelsEqualize property.
 XSDataDouble getLevelsGamma()
          Gets the value of the levelsGamma property.
 XSDataBoolean getLevelsInvert()
          Gets the value of the levelsInvert property.
 XSDataBoolean getLevelsLog()
          Gets the value of the levelsLog property.
 XSDataDoubleWithUnit getLevelsMax()
          Gets the value of the levelsMax property.
 XSDataDoubleWithUnit getLevelsMin()
          Gets the value of the levelsMin property.
 XSDataBoolean getLevelsNormalize()
          Gets the value of the levelsNormalize property.
 XSDataFile getOutputPath()
          Gets the value of the outputPath property.
 XSDataString getThumbFormat()
          Gets the value of the thumbFormat property.
 XSDataInteger getThumbHeight()
          Gets the value of the thumbHeight property.
 XSDataInteger getThumbWidth()
          Gets the value of the thumbWidth property.
 void setInputArray(XSDataArray value)
          Sets the value of the inputArray property.
 void setInputImagePath(XSDataFile value)
          Sets the value of the inputImagePath property.
 void setKeepRatio(XSDataBoolean value)
          Sets the value of the keepRatio property.
 void setLevelsAutoContrast(XSDataDouble value)
          Sets the value of the levelsAutoContrast property.
 void setLevelsColorize(XSDataBoolean value)
          Sets the value of the levelsColorize property.
 void setLevelsEqualize(XSDataBoolean value)
          Sets the value of the levelsEqualize property.
 void setLevelsGamma(XSDataDouble value)
          Sets the value of the levelsGamma property.
 void setLevelsInvert(XSDataBoolean value)
          Sets the value of the levelsInvert property.
 void setLevelsLog(XSDataBoolean value)
          Sets the value of the levelsLog property.
 void setLevelsMax(XSDataDoubleWithUnit value)
          Sets the value of the levelsMax property.
 void setLevelsMin(XSDataDoubleWithUnit value)
          Sets the value of the levelsMin property.
 void setLevelsNormalize(XSDataBoolean value)
          Sets the value of the levelsNormalize property.
 void setOutputPath(XSDataFile value)
          Sets the value of the outputPath property.
 void setThumbFormat(XSDataString value)
          Sets the value of the thumbFormat property.
 void setThumbHeight(XSDataInteger value)
          Sets the value of the thumbHeight property.
 void setThumbWidth(XSDataInteger value)
          Sets the value of the thumbWidth property.
 
Methods inherited from class org.dawb.edna.thumbnail.XSDataInput
getConfiguration, setConfiguration
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataInputExecThumbnail

public XSDataInputExecThumbnail()
Method Detail

getInputImagePath

public XSDataFile getInputImagePath()
Gets the value of the inputImagePath property.

Returns:
possible object is XSDataFile

setInputImagePath

public void setInputImagePath(XSDataFile value)
Sets the value of the inputImagePath property.

Parameters:
value - allowed object is XSDataFile

getInputArray

public XSDataArray getInputArray()
Gets the value of the inputArray property.

Returns:
possible object is XSDataArray

setInputArray

public void setInputArray(XSDataArray value)
Sets the value of the inputArray property.

Parameters:
value - allowed object is XSDataArray

getKeepRatio

public XSDataBoolean getKeepRatio()
Gets the value of the keepRatio property.

Returns:
possible object is XSDataBoolean

setKeepRatio

public void setKeepRatio(XSDataBoolean value)
Sets the value of the keepRatio property.

Parameters:
value - allowed object is XSDataBoolean

getOutputPath

public XSDataFile getOutputPath()
Gets the value of the outputPath property.

Returns:
possible object is XSDataFile

setOutputPath

public void setOutputPath(XSDataFile value)
Sets the value of the outputPath property.

Parameters:
value - allowed object is XSDataFile

getThumbFormat

public XSDataString getThumbFormat()
Gets the value of the thumbFormat property.

Returns:
possible object is XSDataString

setThumbFormat

public void setThumbFormat(XSDataString value)
Sets the value of the thumbFormat property.

Parameters:
value - allowed object is XSDataString

getThumbHeight

public XSDataInteger getThumbHeight()
Gets the value of the thumbHeight property.

Returns:
possible object is XSDataInteger

setThumbHeight

public void setThumbHeight(XSDataInteger value)
Sets the value of the thumbHeight property.

Parameters:
value - allowed object is XSDataInteger

getThumbWidth

public XSDataInteger getThumbWidth()
Gets the value of the thumbWidth property.

Returns:
possible object is XSDataInteger

setThumbWidth

public void setThumbWidth(XSDataInteger value)
Sets the value of the thumbWidth property.

Parameters:
value - allowed object is XSDataInteger

getLevelsColorize

public XSDataBoolean getLevelsColorize()
Gets the value of the levelsColorize property.

Returns:
possible object is XSDataBoolean

setLevelsColorize

public void setLevelsColorize(XSDataBoolean value)
Sets the value of the levelsColorize property.

Parameters:
value - allowed object is XSDataBoolean

getLevelsNormalize

public XSDataBoolean getLevelsNormalize()
Gets the value of the levelsNormalize property.

Returns:
possible object is XSDataBoolean

setLevelsNormalize

public void setLevelsNormalize(XSDataBoolean value)
Sets the value of the levelsNormalize property.

Parameters:
value - allowed object is XSDataBoolean

getLevelsEqualize

public XSDataBoolean getLevelsEqualize()
Gets the value of the levelsEqualize property.

Returns:
possible object is XSDataBoolean

setLevelsEqualize

public void setLevelsEqualize(XSDataBoolean value)
Sets the value of the levelsEqualize property.

Parameters:
value - allowed object is XSDataBoolean

getLevelsGamma

public XSDataDouble getLevelsGamma()
Gets the value of the levelsGamma property.

Returns:
possible object is XSDataDouble

setLevelsGamma

public void setLevelsGamma(XSDataDouble value)
Sets the value of the levelsGamma property.

Parameters:
value - allowed object is XSDataDouble

getLevelsLog

public XSDataBoolean getLevelsLog()
Gets the value of the levelsLog property.

Returns:
possible object is XSDataBoolean

setLevelsLog

public void setLevelsLog(XSDataBoolean value)
Sets the value of the levelsLog property.

Parameters:
value - allowed object is XSDataBoolean

getLevelsInvert

public XSDataBoolean getLevelsInvert()
Gets the value of the levelsInvert property.

Returns:
possible object is XSDataBoolean

setLevelsInvert

public void setLevelsInvert(XSDataBoolean value)
Sets the value of the levelsInvert property.

Parameters:
value - allowed object is XSDataBoolean

getLevelsMin

public XSDataDoubleWithUnit getLevelsMin()
Gets the value of the levelsMin property.

Returns:
possible object is XSDataDoubleWithUnit

setLevelsMin

public void setLevelsMin(XSDataDoubleWithUnit value)
Sets the value of the levelsMin property.

Parameters:
value - allowed object is XSDataDoubleWithUnit

getLevelsMax

public XSDataDoubleWithUnit getLevelsMax()
Gets the value of the levelsMax property.

Returns:
possible object is XSDataDoubleWithUnit

setLevelsMax

public void setLevelsMax(XSDataDoubleWithUnit value)
Sets the value of the levelsMax property.

Parameters:
value - allowed object is XSDataDoubleWithUnit

getCropBorders

public java.util.List<XSDataInteger> getCropBorders()
Gets the value of the cropBorders property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the cropBorders property.

For example, to add a new item, do as follows:

    getCropBorders().add(newItem);
 

Objects of the following type(s) are allowed in the list XSDataInteger


getFilterBlur

public java.util.List<XSDataInteger> getFilterBlur()
Gets the value of the filterBlur property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the filterBlur property.

For example, to add a new item, do as follows:

    getFilterBlur().add(newItem);
 

Objects of the following type(s) are allowed in the list XSDataInteger


getFilterDilatation

public java.util.List<XSDataInteger> getFilterDilatation()
Gets the value of the filterDilatation property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the filterDilatation property.

For example, to add a new item, do as follows:

    getFilterDilatation().add(newItem);
 

Objects of the following type(s) are allowed in the list XSDataInteger


getLevelsAutoContrast

public XSDataDouble getLevelsAutoContrast()
Gets the value of the levelsAutoContrast property.

Returns:
possible object is XSDataDouble

setLevelsAutoContrast

public void setLevelsAutoContrast(XSDataDouble value)
Sets the value of the levelsAutoContrast property.

Parameters:
value - allowed object is XSDataDouble