Class: Ucode::Glyphs::GridDetector::UsePosition

Inherits:
Struct
  • Object
show all
Defined in:
lib/ucode/glyphs/grid_detector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#glyph_idObject

Returns the value of attribute glyph_id

Returns:

  • (Object)

    the current value of glyph_id



68
69
70
# File 'lib/ucode/glyphs/grid_detector.rb', line 68

def glyph_id
  @glyph_id
end

#set_idObject

Returns the value of attribute set_id

Returns:

  • (Object)

    the current value of set_id



68
69
70
# File 'lib/ucode/glyphs/grid_detector.rb', line 68

def set_id
  @set_id
end

#xObject

Returns the value of attribute x

Returns:

  • (Object)

    the current value of x



68
69
70
# File 'lib/ucode/glyphs/grid_detector.rb', line 68

def x
  @x
end

#yObject

Returns the value of attribute y

Returns:

  • (Object)

    the current value of y



68
69
70
# File 'lib/ucode/glyphs/grid_detector.rb', line 68

def y
  @y
end