Class: Ea::Sources::Xmi::ExtensionGeometryParser::Placement
- Inherits:
-
Struct
- Object
- Struct
- Ea::Sources::Xmi::ExtensionGeometryParser::Placement
- Defined in:
- lib/ea/sources/xmi/extension_geometry_parser.rb
Instance Attribute Summary collapse
-
#bottom ⇒ Object
Returns the value of attribute bottom.
-
#edge ⇒ Object
Returns the value of attribute edge.
-
#ex ⇒ Object
Returns the value of attribute ex.
-
#ey ⇒ Object
Returns the value of attribute ey.
-
#img_bottom ⇒ Object
Returns the value of attribute img_bottom.
-
#img_left ⇒ Object
Returns the value of attribute img_left.
-
#img_right ⇒ Object
Returns the value of attribute img_right.
-
#img_top ⇒ Object
Returns the value of attribute img_top.
-
#label_boxes ⇒ Object
Returns the value of attribute label_boxes.
-
#left ⇒ Object
Returns the value of attribute left.
-
#path ⇒ Object
Returns the value of attribute path.
-
#right ⇒ Object
Returns the value of attribute right.
-
#sx ⇒ Object
Returns the value of attribute sx.
-
#sy ⇒ Object
Returns the value of attribute sy.
-
#top ⇒ Object
Returns the value of attribute top.
Instance Attribute Details
#bottom ⇒ Object
Returns the value of attribute bottom
90 91 92 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 90 def bottom @bottom end |
#edge ⇒ Object
Returns the value of attribute edge
90 91 92 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 90 def edge @edge end |
#ex ⇒ Object
Returns the value of attribute ex
90 91 92 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 90 def ex @ex end |
#ey ⇒ Object
Returns the value of attribute ey
90 91 92 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 90 def ey @ey end |
#img_bottom ⇒ Object
Returns the value of attribute img_bottom
90 91 92 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 90 def img_bottom @img_bottom end |
#img_left ⇒ Object
Returns the value of attribute img_left
90 91 92 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 90 def img_left @img_left end |
#img_right ⇒ Object
Returns the value of attribute img_right
90 91 92 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 90 def img_right @img_right end |
#img_top ⇒ Object
Returns the value of attribute img_top
90 91 92 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 90 def img_top @img_top end |
#label_boxes ⇒ Object
Returns the value of attribute label_boxes
90 91 92 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 90 def label_boxes @label_boxes end |
#left ⇒ Object
Returns the value of attribute left
90 91 92 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 90 def left @left end |
#path ⇒ Object
Returns the value of attribute path
90 91 92 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 90 def path @path end |
#right ⇒ Object
Returns the value of attribute right
90 91 92 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 90 def right @right end |
#sx ⇒ Object
Returns the value of attribute sx
90 91 92 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 90 def sx @sx end |
#sy ⇒ Object
Returns the value of attribute sy
90 91 92 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 90 def sy @sy end |
#top ⇒ Object
Returns the value of attribute top
90 91 92 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 90 def top @top end |