Class: Ucode::Glyphs::GridDetector::UsePosition
- Inherits:
-
Struct
- Object
- Struct
- Ucode::Glyphs::GridDetector::UsePosition
- Defined in:
- lib/ucode/glyphs/grid_detector.rb
Instance Attribute Summary collapse
-
#glyph_id ⇒ Object
Returns the value of attribute glyph_id.
-
#set_id ⇒ Object
Returns the value of attribute set_id.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#glyph_id ⇒ Object
Returns the value of attribute glyph_id
68 69 70 |
# File 'lib/ucode/glyphs/grid_detector.rb', line 68 def glyph_id @glyph_id end |
#set_id ⇒ Object
Returns the value of attribute set_id
68 69 70 |
# File 'lib/ucode/glyphs/grid_detector.rb', line 68 def set_id @set_id end |
#x ⇒ Object
Returns the value of attribute x
68 69 70 |
# File 'lib/ucode/glyphs/grid_detector.rb', line 68 def x @x end |
#y ⇒ Object
Returns the value of attribute y
68 69 70 |
# File 'lib/ucode/glyphs/grid_detector.rb', line 68 def y @y end |