Class: Wmadd::X::Geometry

Inherits:
Data
  • Object
show all
Defined in:
lib/wmadd/x.rb

Instance Attribute Summary collapse

Instance Attribute Details

#border_widthObject (readonly)

Returns the value of attribute border_width

Returns:

  • (Object)

    the current value of border_width



438
439
440
# File 'lib/wmadd/x.rb', line 438

def border_width
  @border_width
end

#depthObject (readonly)

Returns the value of attribute depth

Returns:

  • (Object)

    the current value of depth



438
439
440
# File 'lib/wmadd/x.rb', line 438

def depth
  @depth
end

#heightObject (readonly)

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



438
439
440
# File 'lib/wmadd/x.rb', line 438

def height
  @height
end

#widthObject (readonly)

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



438
439
440
# File 'lib/wmadd/x.rb', line 438

def width
  @width
end

#xObject (readonly)

Returns the value of attribute x

Returns:

  • (Object)

    the current value of x



438
439
440
# File 'lib/wmadd/x.rb', line 438

def x
  @x
end

#yObject (readonly)

Returns the value of attribute y

Returns:

  • (Object)

    the current value of y



438
439
440
# File 'lib/wmadd/x.rb', line 438

def y
  @y
end