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
-
#bend_points ⇒ Object
Returns the value of attribute bend_points.
-
#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
#bend_points ⇒ Object
Returns the value of attribute bend_points
107 108 109 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 107 def bend_points @bend_points end |
#bottom ⇒ Object
Returns the value of attribute bottom
107 108 109 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 107 def bottom @bottom end |
#edge ⇒ Object
Returns the value of attribute edge
107 108 109 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 107 def edge @edge end |
#ex ⇒ Object
Returns the value of attribute ex
107 108 109 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 107 def ex @ex end |
#ey ⇒ Object
Returns the value of attribute ey
107 108 109 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 107 def ey @ey end |
#img_bottom ⇒ Object
Returns the value of attribute img_bottom
107 108 109 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 107 def img_bottom @img_bottom end |
#img_left ⇒ Object
Returns the value of attribute img_left
107 108 109 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 107 def img_left @img_left end |
#img_right ⇒ Object
Returns the value of attribute img_right
107 108 109 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 107 def img_right @img_right end |
#img_top ⇒ Object
Returns the value of attribute img_top
107 108 109 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 107 def img_top @img_top end |
#label_boxes ⇒ Object
Returns the value of attribute label_boxes
107 108 109 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 107 def label_boxes @label_boxes end |
#left ⇒ Object
Returns the value of attribute left
107 108 109 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 107 def left @left end |
#path ⇒ Object
Returns the value of attribute path
107 108 109 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 107 def path @path end |
#right ⇒ Object
Returns the value of attribute right
107 108 109 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 107 def right @right end |
#sx ⇒ Object
Returns the value of attribute sx
107 108 109 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 107 def sx @sx end |
#sy ⇒ Object
Returns the value of attribute sy
107 108 109 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 107 def sy @sy end |
#top ⇒ Object
Returns the value of attribute top
107 108 109 |
# File 'lib/ea/sources/xmi/extension_geometry_parser.rb', line 107 def top @top end |