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
115 116 117 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 115 def align @align end |
#bold ⇒ Object
Returns the value of attribute bold
115 116 117 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 115 def bold @bold end |
#cx ⇒ Object
Returns the value of attribute cx
115 116 117 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 115 def cx @cx end |
#cy ⇒ Object
Returns the value of attribute cy
115 116 117 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 115 def cy @cy end |
#direction ⇒ Object
Returns the value of attribute direction
115 116 117 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 115 def direction @direction end |
#hidden ⇒ Object
Returns the value of attribute hidden
115 116 117 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 115 def hidden @hidden end |
#italic ⇒ Object
Returns the value of attribute italic
115 116 117 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 115 def italic @italic end |
#ox ⇒ Object
Returns the value of attribute ox
115 116 117 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 115 def ox @ox end |
#oy ⇒ Object
Returns the value of attribute oy
115 116 117 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 115 def oy @oy end |
#rotation ⇒ Object
Returns the value of attribute rotation
115 116 117 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 115 def rotation @rotation end |
#underline ⇒ Object
Returns the value of attribute underline
115 116 117 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 115 def underline @underline end |