public class CTReflectionEffect extends Object implements Child
Java class for CT_ReflectionEffect complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ReflectionEffect">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="blurRad" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveCoordinate" default="0" />
<attribute name="stA" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedPercentage" default="100000" />
<attribute name="stPos" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedPercentage" default="0" />
<attribute name="endA" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedPercentage" default="0" />
<attribute name="endPos" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedPercentage" default="100000" />
<attribute name="dist" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveCoordinate" default="0" />
<attribute name="dir" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedAngle" default="0" />
<attribute name="fadeDir" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedAngle" default="5400000" />
<attribute name="sx" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" default="100000" />
<attribute name="sy" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" default="100000" />
<attribute name="kx" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_FixedAngle" default="0" />
<attribute name="ky" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_FixedAngle" default="0" />
<attribute name="algn" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_RectAlignment" default="b" />
<attribute name="rotWithShape" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STRectAlignment |
algn |
protected Long |
blurRad |
protected Integer |
dir |
protected Long |
dist |
protected Integer |
endA |
protected Integer |
endPos |
protected Integer |
fadeDir |
protected Integer |
kx |
protected Integer |
ky |
protected Boolean |
rotWithShape |
protected Integer |
stA |
protected Integer |
stPos |
protected Integer |
sx |
protected Integer |
sy |
| Constructor and Description |
|---|
CTReflectionEffect() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
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.
|
long |
getBlurRad()
Gets the value of the blurRad property.
|
int |
getDir()
Gets the value of the dir property.
|
long |
getDist()
Gets the value of the dist property.
|
int |
getEndA()
Gets the value of the endA property.
|
int |
getEndPos()
Gets the value of the endPos property.
|
int |
getFadeDir()
Gets the value of the fadeDir property.
|
int |
getKx()
Gets the value of the kx property.
|
int |
getKy()
Gets the value of the ky property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
int |
getStA()
Gets the value of the stA property.
|
int |
getStPos()
Gets the value of the stPos property.
|
int |
getSx()
Gets the value of the sx property.
|
int |
getSy()
Gets the value of the sy property.
|
boolean |
isRotWithShape()
Gets the value of the rotWithShape property.
|
void |
setAlgn(STRectAlignment value)
Sets the value of the algn property.
|
void |
setBlurRad(Long value)
Sets the value of the blurRad property.
|
void |
setDir(Integer value)
Sets the value of the dir property.
|
void |
setDist(Long value)
Sets the value of the dist property.
|
void |
setEndA(Integer value)
Sets the value of the endA property.
|
void |
setEndPos(Integer value)
Sets the value of the endPos property.
|
void |
setFadeDir(Integer value)
Sets the value of the fadeDir property.
|
void |
setKx(Integer value)
Sets the value of the kx property.
|
void |
setKy(Integer value)
Sets the value of the ky property.
|
void |
setParent(Object parent) |
void |
setRotWithShape(Boolean value)
Sets the value of the rotWithShape property.
|
void |
setStA(Integer value)
Sets the value of the stA property.
|
void |
setStPos(Integer value)
Sets the value of the stPos property.
|
void |
setSx(Integer value)
Sets the value of the sx property.
|
void |
setSy(Integer value)
Sets the value of the sy property.
|
protected Long blurRad
protected Integer stA
protected Integer stPos
protected Integer endA
protected Integer endPos
protected Long dist
protected Integer dir
protected Integer fadeDir
protected Integer sx
protected Integer sy
protected Integer kx
protected Integer ky
protected STRectAlignment algn
protected Boolean rotWithShape
public long getBlurRad()
Longpublic void setBlurRad(Long value)
value - allowed object is
Longpublic int getStA()
Integerpublic void setStA(Integer value)
value - allowed object is
Integerpublic int getStPos()
Integerpublic void setStPos(Integer value)
value - allowed object is
Integerpublic int getEndA()
Integerpublic void setEndA(Integer value)
value - allowed object is
Integerpublic int getEndPos()
Integerpublic void setEndPos(Integer value)
value - allowed object is
Integerpublic long getDist()
Longpublic void setDist(Long value)
value - allowed object is
Longpublic int getDir()
Integerpublic void setDir(Integer value)
value - allowed object is
Integerpublic int getFadeDir()
Integerpublic void setFadeDir(Integer value)
value - allowed object is
Integerpublic int getSx()
Integerpublic void setSx(Integer value)
value - allowed object is
Integerpublic int getSy()
Integerpublic void setSy(Integer value)
value - allowed object is
Integerpublic int getKx()
Integerpublic void setKx(Integer value)
value - allowed object is
Integerpublic int getKy()
Integerpublic void setKy(Integer value)
value - allowed object is
Integerpublic STRectAlignment getAlgn()
STRectAlignmentpublic void setAlgn(STRectAlignment value)
value - allowed object is
STRectAlignmentpublic boolean isRotWithShape()
Booleanpublic void setRotWithShape(Boolean value)
value - allowed object is
Booleanpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2020. All Rights Reserved.