Class LightRig
java.lang.Object
com.independentsoft.office.drawing.LightRig
The Class LightRig.
-
Constructor Summary
ConstructorsConstructorDescriptionLightRig()Instantiates a new light rig.LightRig(InternalXMLStreamReader reader)Instantiates a new light rig. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the direction.Gets the rotation.getType()Gets the type.voidsetDirection(LightRigDirection direction)Sets the direction.voidsetRotation(Rotation rotation)Sets the rotation.voidsetType(LightRigType type)Sets the type.toString()
-
Constructor Details
-
LightRig
public LightRig()Instantiates a new light rig. -
LightRig
Instantiates a new light rig.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
getRotation
Gets the rotation.- Returns:
- the rotation
-
setRotation
Sets the rotation.- Parameters:
rotation- the new rotation
-
getDirection
Gets the direction.- Returns:
- the direction
-
setDirection
Sets the direction.- Parameters:
direction- the new direction
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-