Class: Ea::Sources::Xmi::ExtensionGeometryParser::LabelBox
- Inherits:
-
Struct
- Object
- Struct
- Ea::Sources::Xmi::ExtensionGeometryParser::LabelBox
- Defined in:
- lib/ea/sources/xmi/extension_geometry_parser.rb
Instance Attribute Summary collapse
-
#align ⇒ Object
Returns the value of attribute align.
-
#bold ⇒ Object
Returns the value of attribute bold.
-
#cx ⇒ Object
Returns the value of attribute cx.
-
#cy ⇒ Object
Returns the value of attribute cy.
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#hidden ⇒ Object
Returns the value of attribute hidden.
-
#italic ⇒ Object
Returns the value of attribute italic.
-
#ox ⇒ Object
Returns the value of attribute ox.
-
#oy ⇒ Object
Returns the value of attribute oy.
-
#rotation ⇒ Object
Returns the value of attribute rotation.
-
#underline ⇒ Object
Returns the value of attribute underline.
Instance Attribute Details
#align ⇒ Object
Returns the value of attribute align
98 99 100 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 98 def align @align end |
#bold ⇒ Object
Returns the value of attribute bold
98 99 100 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 98 def bold @bold end |
#cx ⇒ Object
Returns the value of attribute cx
98 99 100 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 98 def cx @cx end |
#cy ⇒ Object
Returns the value of attribute cy
98 99 100 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 98 def cy @cy end |
#direction ⇒ Object
Returns the value of attribute direction
98 99 100 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 98 def direction @direction end |
#hidden ⇒ Object
Returns the value of attribute hidden
98 99 100 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 98 def hidden @hidden end |
#italic ⇒ Object
Returns the value of attribute italic
98 99 100 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 98 def italic @italic end |
#ox ⇒ Object
Returns the value of attribute ox
98 99 100 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 98 def ox @ox end |
#oy ⇒ Object
Returns the value of attribute oy
98 99 100 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 98 def oy @oy end |
#rotation ⇒ Object
Returns the value of attribute rotation
98 99 100 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 98 def rotation @rotation end |
#underline ⇒ Object
Returns the value of attribute underline
98 99 100 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 98 def underline @underline end |