Class: JXL::Features::PatchReference

Inherits:
Data
  • Object
show all
Defined in:
lib/jxl/features/patches.rb

Instance Attribute Summary collapse

Instance Attribute Details

#frameObject (readonly)

Returns the value of attribute frame

Returns:

  • (Object)

    the current value of frame



5
6
7
# File 'lib/jxl/features/patches.rb', line 5

def frame
  @frame
end

#heightObject (readonly)

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



5
6
7
# File 'lib/jxl/features/patches.rb', line 5

def height
  @height
end

#widthObject (readonly)

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



5
6
7
# File 'lib/jxl/features/patches.rb', line 5

def width
  @width
end

#xObject (readonly)

Returns the value of attribute x

Returns:

  • (Object)

    the current value of x



5
6
7
# File 'lib/jxl/features/patches.rb', line 5

def x
  @x
end

#yObject (readonly)

Returns the value of attribute y

Returns:

  • (Object)

    the current value of y



5
6
7
# File 'lib/jxl/features/patches.rb', line 5

def y
  @y
end