Class: Ea::Svg::EaEmitter::Element::HeaderLinePipeline::Context
- Inherits:
-
Struct
- Object
- Struct
- Ea::Svg::EaEmitter::Element::HeaderLinePipeline::Context
- Defined in:
- lib/ea/svg/ea_emitter/element/header_line_pipeline.rb
Instance Attribute Summary collapse
-
#bounds_width ⇒ Object
Returns the value of attribute bounds_width.
-
#classifier ⇒ Object
Returns the value of attribute classifier.
-
#diagram_package_id ⇒ Object
Returns the value of attribute diagram_package_id.
-
#font_size ⇒ Object
Returns the value of attribute font_size.
-
#off_canvas_parent_name ⇒ Object
Returns the value of attribute off_canvas_parent_name.
-
#umldi_keyword ⇒ Object
Returns the value of attribute umldi_keyword.
-
#visually_nested ⇒ Object
Returns the value of attribute visually_nested.
Instance Attribute Details
#bounds_width ⇒ Object
Returns the value of attribute bounds_width
20 21 22 |
# File 'lib/ea/svg/ea_emitter/element/header_line_pipeline.rb', line 20 def bounds_width @bounds_width end |
#classifier ⇒ Object
Returns the value of attribute classifier
20 21 22 |
# File 'lib/ea/svg/ea_emitter/element/header_line_pipeline.rb', line 20 def classifier @classifier end |
#diagram_package_id ⇒ Object
Returns the value of attribute diagram_package_id
20 21 22 |
# File 'lib/ea/svg/ea_emitter/element/header_line_pipeline.rb', line 20 def diagram_package_id @diagram_package_id end |
#font_size ⇒ Object
Returns the value of attribute font_size
20 21 22 |
# File 'lib/ea/svg/ea_emitter/element/header_line_pipeline.rb', line 20 def font_size @font_size end |
#off_canvas_parent_name ⇒ Object
Returns the value of attribute off_canvas_parent_name
20 21 22 |
# File 'lib/ea/svg/ea_emitter/element/header_line_pipeline.rb', line 20 def off_canvas_parent_name @off_canvas_parent_name end |
#umldi_keyword ⇒ Object
Returns the value of attribute umldi_keyword
20 21 22 |
# File 'lib/ea/svg/ea_emitter/element/header_line_pipeline.rb', line 20 def umldi_keyword @umldi_keyword end |
#visually_nested ⇒ Object
Returns the value of attribute visually_nested
20 21 22 |
# File 'lib/ea/svg/ea_emitter/element/header_line_pipeline.rb', line 20 def visually_nested @visually_nested end |