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()
CTSphereCoords
public void setRot(CTSphereCoords value)
value
- allowed object is
CTSphereCoords
public STLightRigType getRig()
STLightRigType
public void setRig(STLightRigType value)
value
- allowed object is
STLightRigType
public STLightRigDirection getDir()
STLightRigDirection
public void setDir(STLightRigDirection value)
value
- allowed object is
STLightRigDirection
Copyright © 2007-2014. All Rights Reserved.