|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dawb.edna.thumbnail.XSData
org.dawb.edna.thumbnail.XSDataInput
org.dawb.edna.thumbnail.XSDataInputExecThumbnail
public class XSDataInputExecThumbnail
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 |
|---|
public XSDataInputExecThumbnail()
| Method Detail |
|---|
public XSDataFile getInputImagePath()
XSDataFilepublic void setInputImagePath(XSDataFile value)
value - allowed object is
XSDataFilepublic XSDataArray getInputArray()
XSDataArraypublic void setInputArray(XSDataArray value)
value - allowed object is
XSDataArraypublic XSDataBoolean getKeepRatio()
XSDataBooleanpublic void setKeepRatio(XSDataBoolean value)
value - allowed object is
XSDataBooleanpublic XSDataFile getOutputPath()
XSDataFilepublic void setOutputPath(XSDataFile value)
value - allowed object is
XSDataFilepublic XSDataString getThumbFormat()
XSDataStringpublic void setThumbFormat(XSDataString value)
value - allowed object is
XSDataStringpublic XSDataInteger getThumbHeight()
XSDataIntegerpublic void setThumbHeight(XSDataInteger value)
value - allowed object is
XSDataIntegerpublic XSDataInteger getThumbWidth()
XSDataIntegerpublic void setThumbWidth(XSDataInteger value)
value - allowed object is
XSDataIntegerpublic XSDataBoolean getLevelsColorize()
XSDataBooleanpublic void setLevelsColorize(XSDataBoolean value)
value - allowed object is
XSDataBooleanpublic XSDataBoolean getLevelsNormalize()
XSDataBooleanpublic void setLevelsNormalize(XSDataBoolean value)
value - allowed object is
XSDataBooleanpublic XSDataBoolean getLevelsEqualize()
XSDataBooleanpublic void setLevelsEqualize(XSDataBoolean value)
value - allowed object is
XSDataBooleanpublic XSDataDouble getLevelsGamma()
XSDataDoublepublic void setLevelsGamma(XSDataDouble value)
value - allowed object is
XSDataDoublepublic XSDataBoolean getLevelsLog()
XSDataBooleanpublic void setLevelsLog(XSDataBoolean value)
value - allowed object is
XSDataBooleanpublic XSDataBoolean getLevelsInvert()
XSDataBooleanpublic void setLevelsInvert(XSDataBoolean value)
value - allowed object is
XSDataBooleanpublic XSDataDoubleWithUnit getLevelsMin()
XSDataDoubleWithUnitpublic void setLevelsMin(XSDataDoubleWithUnit value)
value - allowed object is
XSDataDoubleWithUnitpublic XSDataDoubleWithUnit getLevelsMax()
XSDataDoubleWithUnitpublic void setLevelsMax(XSDataDoubleWithUnit value)
value - allowed object is
XSDataDoubleWithUnitpublic java.util.List<XSDataInteger> getCropBorders()
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
public java.util.List<XSDataInteger> getFilterBlur()
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
public java.util.List<XSDataInteger> getFilterDilatation()
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
public XSDataDouble getLevelsAutoContrast()
XSDataDoublepublic void setLevelsAutoContrast(XSDataDouble value)
value - allowed object is
XSDataDouble
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||