Class: OdfCore::Element::Dr3d::Light
- Inherits:
-
AbstractElement
- Object
- AbstractElement
- OdfCore::Element::Dr3d::Light
- Defined in:
- lib/odf_core/element/dr3d/light.rb
Constant Summary collapse
- XML_ELEMENT_NAME =
'dr3d:light'- CHILDREN =
[].freeze
- ATTRIBUTES =
[ "dr3d:diffuse-color", "dr3d:direction", "dr3d:enabled", "dr3d:specular", ].freeze
Instance Attribute Summary
Attributes inherited from AbstractElement
Method Summary
Methods inherited from AbstractElement
#<<, #[], #[]=, attributes, children, #initialize, xml_element_name
Constructor Details
This class inherits a constructor from OdfCore::Element::AbstractElement