Class: Glimmer::SWT::Rectangle
- Inherits:
-
Struct
- Object
- Struct
- Glimmer::SWT::Rectangle
- Defined in:
- lib/glimmer/swt/rectangle.rb
Overview
emulating org.eclipse.swt.graphics.Rectangle
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#width ⇒ Object
Returns the value of attribute width.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height
4 5 6 |
# File 'lib/glimmer/swt/rectangle.rb', line 4 def height @height end |
#width ⇒ Object
Returns the value of attribute width
4 5 6 |
# File 'lib/glimmer/swt/rectangle.rb', line 4 def width @width end |
#x ⇒ Object
Returns the value of attribute x
4 5 6 |
# File 'lib/glimmer/swt/rectangle.rb', line 4 def x @x end |
#y ⇒ Object
Returns the value of attribute y
4 5 6 |
# File 'lib/glimmer/swt/rectangle.rb', line 4 def y @y end |