public class CTTileInfoProperties extends Object
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 Integer |
sx |
protected Integer |
sy |
protected Long |
tx |
protected Long |
ty |
Constructor and Description |
---|
CTTileInfoProperties() |
Modifier and Type | Method and Description |
---|---|
STRectAlignment |
getAlgn()
Gets the value of the algn property.
|
STTileFlipMode |
getFlip()
Gets the value of the flip property.
|
Integer |
getSx()
Gets the value of the sx property.
|
Integer |
getSy()
Gets the value of the sy property.
|
Long |
getTx()
Gets the value of the tx property.
|
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 |
setSx(Integer value)
Sets the value of the sx property.
|
void |
setSy(Integer value)
Sets the value of the sy property.
|
void |
setTx(Long value)
Sets the value of the tx property.
|
void |
setTy(Long value)
Sets the value of the ty property.
|
protected Long tx
protected Long ty
protected Integer sx
protected Integer sy
protected STTileFlipMode flip
protected STRectAlignment algn
public void setTx(Long value)
value
- allowed object is
Long
public void setTy(Long value)
value
- allowed object is
Long
public void setSx(Integer value)
value
- allowed object is
Integer
public void setSy(Integer value)
value
- allowed object is
Integer
public STTileFlipMode getFlip()
STTileFlipMode
public void setFlip(STTileFlipMode value)
value
- allowed object is
STTileFlipMode
public STRectAlignment getAlgn()
STRectAlignment
public void setAlgn(STRectAlignment value)
value
- allowed object is
STRectAlignment
Copyright © 2007-2019. All Rights Reserved.