Class: JXL::VarDCT::QuantizedBlock

Inherits:
Data
  • Object
show all
Defined in:
lib/jxl/vardct/pass_group.rb

Instance Attribute Summary collapse

Instance Attribute Details

#coefficientsObject (readonly)

Returns the value of attribute coefficients

Returns:

  • (Object)

    the current value of coefficients



18
19
20
# File 'lib/jxl/vardct/pass_group.rb', line 18

def coefficients
  @coefficients
end

#strategyObject (readonly)

Returns the value of attribute strategy

Returns:

  • (Object)

    the current value of strategy



18
19
20
# File 'lib/jxl/vardct/pass_group.rb', line 18

def strategy
  @strategy
end

#xObject (readonly)

Returns the value of attribute x

Returns:

  • (Object)

    the current value of x



18
19
20
# File 'lib/jxl/vardct/pass_group.rb', line 18

def x
  @x
end

#yObject (readonly)

Returns the value of attribute y

Returns:

  • (Object)

    the current value of y



18
19
20
# File 'lib/jxl/vardct/pass_group.rb', line 18

def y
  @y
end