Class: JXL::VarDCT::QuantizedBlock
- Inherits:
-
Data
- Object
- Data
- JXL::VarDCT::QuantizedBlock
- Defined in:
- lib/jxl/vardct/pass_group.rb
Instance Attribute Summary collapse
-
#coefficients ⇒ Object
readonly
Returns the value of attribute coefficients.
-
#strategy ⇒ Object
readonly
Returns the value of attribute strategy.
-
#x ⇒ Object
readonly
Returns the value of attribute x.
-
#y ⇒ Object
readonly
Returns the value of attribute y.
Instance Attribute Details
#coefficients ⇒ Object (readonly)
Returns the value of attribute coefficients
18 19 20 |
# File 'lib/jxl/vardct/pass_group.rb', line 18 def coefficients @coefficients end |
#strategy ⇒ Object (readonly)
Returns the value of attribute strategy
18 19 20 |
# File 'lib/jxl/vardct/pass_group.rb', line 18 def strategy @strategy end |
#x ⇒ Object (readonly)
Returns the value of attribute x
18 19 20 |
# File 'lib/jxl/vardct/pass_group.rb', line 18 def x @x end |
#y ⇒ Object (readonly)
Returns the value of attribute y
18 19 20 |
# File 'lib/jxl/vardct/pass_group.rb', line 18 def y @y end |