Class: Fox::FXArc
- Inherits:
-
Object
- Object
- Fox::FXArc
- Defined in:
- rdoc-sources/FXDC.rb
Overview
Arc
Instance Attribute Summary collapse
-
#a ⇒ Object
Start of the arc, relative to the three-o’clock position from the center, in units of degrees * 64 [Integer].
-
#b ⇒ Object
Path and extent of the arc, relative to the three-o’clock position from the center, in units of degrees * 64 [Integer].
-
#h ⇒ Object
Height [Integer].
-
#w ⇒ Object
Width [Integer].
-
#x ⇒ Object
x-coordinate of center point [Integer].
-
#y ⇒ Object
y-coordinate of center point [Integer].
Instance Attribute Details
#a ⇒ Object
Start of the arc, relative to the three-o’clock position from the center, in units of degrees * 64 [Integer]
36 37 38 |
# File 'rdoc-sources/FXDC.rb', line 36 def a @a end |
#b ⇒ Object
Path and extent of the arc, relative to the three-o’clock position from the center, in units of degrees * 64 [Integer]
39 40 41 |
# File 'rdoc-sources/FXDC.rb', line 39 def b @b end |
#h ⇒ Object
Height [Integer]
33 34 35 |
# File 'rdoc-sources/FXDC.rb', line 33 def h @h end |
#w ⇒ Object
Width [Integer]
30 31 32 |
# File 'rdoc-sources/FXDC.rb', line 30 def w @w end |
#x ⇒ Object
x-coordinate of center point [Integer]
24 25 26 |
# File 'rdoc-sources/FXDC.rb', line 24 def x @x end |
#y ⇒ Object
y-coordinate of center point [Integer]
27 28 29 |
# File 'rdoc-sources/FXDC.rb', line 27 def y @y end |