Class: Clogs::Paragraph::Placed

Inherits:
Struct
  • Object
show all
Defined in:
lib/clogs/paragraph.rb

Instance Attribute Summary collapse

Instance Attribute Details

#char_offsetObject

Returns the value of attribute char_offset

Returns:

  • (Object)

    the current value of char_offset



25
26
27
# File 'lib/clogs/paragraph.rb', line 25

def char_offset
  @char_offset
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



25
26
27
# File 'lib/clogs/paragraph.rb', line 25

def height
  @height
end

#ownerObject

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



25
26
27
# File 'lib/clogs/paragraph.rb', line 25

def owner
  @owner
end

#styleObject

Returns the value of attribute style

Returns:

  • (Object)

    the current value of style



25
26
27
# File 'lib/clogs/paragraph.rb', line 25

def style
  @style
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



25
26
27
# File 'lib/clogs/paragraph.rb', line 25

def text
  @text
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



25
26
27
# File 'lib/clogs/paragraph.rb', line 25

def width
  @width
end

#xObject

Returns the value of attribute x

Returns:

  • (Object)

    the current value of x



25
26
27
# File 'lib/clogs/paragraph.rb', line 25

def x
  @x
end

#yObject

Returns the value of attribute y

Returns:

  • (Object)

    the current value of y



25
26
27
# File 'lib/clogs/paragraph.rb', line 25

def y
  @y
end