public class CTTileInfoProperties extends java.lang.Object implements Child
Java class for CT_TileInfoProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TileInfoProperties">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="tx" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate" />
<attribute name="ty" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate" />
<attribute name="sx" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" />
<attribute name="sy" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" />
<attribute name="flip" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TileFlipMode" />
<attribute name="algn" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_RectAlignment" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STRectAlignment |
algn |
protected STTileFlipMode |
flip |
protected java.lang.Integer |
sx |
protected java.lang.Integer |
sy |
protected java.lang.Long |
tx |
protected java.lang.Long |
ty |
| Constructor and Description |
|---|
CTTileInfoProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STRectAlignment |
getAlgn()
Gets the value of the algn property.
|
STTileFlipMode |
getFlip()
Gets the value of the flip property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.Integer |
getSx()
Gets the value of the sx property.
|
java.lang.Integer |
getSy()
Gets the value of the sy property.
|
java.lang.Long |
getTx()
Gets the value of the tx property.
|
java.lang.Long |
getTy()
Gets the value of the ty property.
|
void |
setAlgn(STRectAlignment value)
Sets the value of the algn property.
|
void |
setFlip(STTileFlipMode value)
Sets the value of the flip property.
|
void |
setParent(java.lang.Object parent) |
void |
setSx(java.lang.Integer value)
Sets the value of the sx property.
|
void |
setSy(java.lang.Integer value)
Sets the value of the sy property.
|
void |
setTx(java.lang.Long value)
Sets the value of the tx property.
|
void |
setTy(java.lang.Long value)
Sets the value of the ty property.
|
protected java.lang.Long tx
protected java.lang.Long ty
protected java.lang.Integer sx
protected java.lang.Integer sy
protected STTileFlipMode flip
protected STRectAlignment algn
public java.lang.Long getTx()
Longpublic void setTx(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getTy()
Longpublic void setTy(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Integer getSx()
Integerpublic void setSx(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getSy()
Integerpublic void setSy(java.lang.Integer value)
value - allowed object is
Integerpublic STTileFlipMode getFlip()
STTileFlipModepublic void setFlip(STTileFlipMode value)
value - allowed object is
STTileFlipModepublic STRectAlignment getAlgn()
STRectAlignmentpublic void setAlgn(STRectAlignment value)
value - allowed object is
STRectAlignmentpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.