public class CTLightRig extends Object
Java class for CT_LightRig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_LightRig">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rot" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_SphereCoords" minOccurs="0"/>
</sequence>
<attribute name="rig" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_LightRigType" />
<attribute name="dir" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_LightRigDirection" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STLightRigDirection |
dir |
protected STLightRigType |
rig |
protected CTSphereCoords |
rot |
| Constructor and Description |
|---|
CTLightRig() |
| Modifier and Type | Method and Description |
|---|---|
STLightRigDirection |
getDir()
Gets the value of the dir property.
|
STLightRigType |
getRig()
Gets the value of the rig property.
|
CTSphereCoords |
getRot()
Gets the value of the rot property.
|
void |
setDir(STLightRigDirection value)
Sets the value of the dir property.
|
void |
setRig(STLightRigType value)
Sets the value of the rig property.
|
void |
setRot(CTSphereCoords value)
Sets the value of the rot property.
|
protected CTSphereCoords rot
protected STLightRigType rig
protected STLightRigDirection dir
public CTSphereCoords getRot()
CTSphereCoordspublic void setRot(CTSphereCoords value)
value - allowed object is
CTSphereCoordspublic STLightRigType getRig()
STLightRigTypepublic void setRig(STLightRigType value)
value - allowed object is
STLightRigTypepublic STLightRigDirection getDir()
STLightRigDirectionpublic void setDir(STLightRigDirection value)
value - allowed object is
STLightRigDirectionCopyright © 2007-2019. All Rights Reserved.