Class BackgroundContentType.PieceInfo
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.BackgroundContentType.PieceInfo
-
- Enclosing class:
- BackgroundContentType
public static class BackgroundContentType.PieceInfo extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="absoluteScaling" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="scale" default="1"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}float"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="rotation" default="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="0"/> <maxInclusive value="360"/> </restriction> </simpleType> </attribute> <attribute name="opacity" default="1.0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}float"> <minInclusive value="0"/> <maxInclusive value="1"/> </restriction> </simpleType> </attribute> <attribute name="color" type="{http://schema.webpdf.de/1.0/extraction/info}RgbColorType" default="#FFFFFF" /> <attribute name="alignment" type="{http://schema.webpdf.de/1.0/extraction/info}Alignment" default="top_left" /> <attribute name="horizOffset" type="{http://www.w3.org/2001/XMLSchema}float" default="0.0" /> <attribute name="vertOffset" type="{http://www.w3.org/2001/XMLSchema}float" default="0.0" /> <attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description PieceInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlignmentgetAlignment()Gets the value of the alignment property.StringgetColor()Gets the value of the color property.floatgetHorizOffset()Gets the value of the horizOffset property.floatgetOpacity()Gets the value of the opacity property.intgetRotation()Gets the value of the rotation property.floatgetScale()Gets the value of the scale property.StringgetUnit()Gets the value of the unit property.floatgetVertOffset()Gets the value of the vertOffset property.booleanisAbsoluteScaling()Gets the value of the absoluteScaling property.booleanisSetAbsoluteScaling()booleanisSetAlignment()booleanisSetColor()booleanisSetHorizOffset()booleanisSetOpacity()booleanisSetRotation()booleanisSetScale()booleanisSetUnit()booleanisSetVertOffset()voidsetAbsoluteScaling(boolean value)Sets the value of the absoluteScaling property.voidsetAlignment(Alignment value)Sets the value of the alignment property.voidsetColor(String value)Sets the value of the color property.voidsetHorizOffset(float value)Sets the value of the horizOffset property.voidsetOpacity(float value)Sets the value of the opacity property.voidsetRotation(int value)Sets the value of the rotation property.voidsetScale(float value)Sets the value of the scale property.voidsetUnit(String value)Sets the value of the unit property.voidsetVertOffset(float value)Sets the value of the vertOffset property.voidunsetAbsoluteScaling()voidunsetHorizOffset()voidunsetOpacity()voidunsetRotation()voidunsetScale()voidunsetVertOffset()
-
-
-
Field Detail
-
absoluteScaling
protected Boolean absoluteScaling
-
scale
protected Float scale
-
rotation
protected Integer rotation
-
opacity
protected Float opacity
-
color
protected String color
-
alignment
protected Alignment alignment
-
horizOffset
protected Float horizOffset
-
vertOffset
protected Float vertOffset
-
unit
protected String unit
-
-
Method Detail
-
isAbsoluteScaling
public boolean isAbsoluteScaling()
Gets the value of the absoluteScaling property.- Returns:
- possible object is
Boolean
-
setAbsoluteScaling
public void setAbsoluteScaling(boolean value)
Sets the value of the absoluteScaling property.- Parameters:
value- allowed object isBoolean
-
isSetAbsoluteScaling
public boolean isSetAbsoluteScaling()
-
unsetAbsoluteScaling
public void unsetAbsoluteScaling()
-
getScale
public float getScale()
Gets the value of the scale property.- Returns:
- possible object is
Float
-
setScale
public void setScale(float value)
Sets the value of the scale property.- Parameters:
value- allowed object isFloat
-
isSetScale
public boolean isSetScale()
-
unsetScale
public void unsetScale()
-
getRotation
public int getRotation()
Gets the value of the rotation property.- Returns:
- possible object is
Integer
-
setRotation
public void setRotation(int value)
Sets the value of the rotation property.- Parameters:
value- allowed object isInteger
-
isSetRotation
public boolean isSetRotation()
-
unsetRotation
public void unsetRotation()
-
getOpacity
public float getOpacity()
Gets the value of the opacity property.- Returns:
- possible object is
Float
-
setOpacity
public void setOpacity(float value)
Sets the value of the opacity property.- Parameters:
value- allowed object isFloat
-
isSetOpacity
public boolean isSetOpacity()
-
unsetOpacity
public void unsetOpacity()
-
getColor
public String getColor()
Gets the value of the color property.- Returns:
- possible object is
String
-
setColor
public void setColor(String value)
Sets the value of the color property.- Parameters:
value- allowed object isString
-
isSetColor
public boolean isSetColor()
-
getAlignment
public Alignment getAlignment()
Gets the value of the alignment property.- Returns:
- possible object is
Alignment
-
setAlignment
public void setAlignment(Alignment value)
Sets the value of the alignment property.- Parameters:
value- allowed object isAlignment
-
isSetAlignment
public boolean isSetAlignment()
-
getHorizOffset
public float getHorizOffset()
Gets the value of the horizOffset property.- Returns:
- possible object is
Float
-
setHorizOffset
public void setHorizOffset(float value)
Sets the value of the horizOffset property.- Parameters:
value- allowed object isFloat
-
isSetHorizOffset
public boolean isSetHorizOffset()
-
unsetHorizOffset
public void unsetHorizOffset()
-
getVertOffset
public float getVertOffset()
Gets the value of the vertOffset property.- Returns:
- possible object is
Float
-
setVertOffset
public void setVertOffset(float value)
Sets the value of the vertOffset property.- Parameters:
value- allowed object isFloat
-
isSetVertOffset
public boolean isSetVertOffset()
-
unsetVertOffset
public void unsetVertOffset()
-
getUnit
public String getUnit()
Gets the value of the unit property.- Returns:
- possible object is
String
-
setUnit
public void setUnit(String value)
Sets the value of the unit property.- Parameters:
value- allowed object isString
-
isSetUnit
public boolean isSetUnit()
-
-