Class: JXL::Modular::GroupedState
- Inherits:
-
Data
- Object
- Data
- JXL::Modular::GroupedState
- Defined in:
- lib/jxl/modular/decoder.rb
Instance Attribute Summary collapse
-
#channels ⇒ Object
readonly
Returns the value of attribute channels.
-
#first_group_channel ⇒ Object
readonly
Returns the value of attribute first_group_channel.
-
#group_dim ⇒ Object
readonly
Returns the value of attribute group_dim.
-
#header ⇒ Object
readonly
Returns the value of attribute header.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#original_shapes ⇒ Object
readonly
Returns the value of attribute original_shapes.
-
#shapes ⇒ Object
readonly
Returns the value of attribute shapes.
-
#shifts ⇒ Object
readonly
Returns the value of attribute shifts.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
Instance Attribute Details
#channels ⇒ Object (readonly)
Returns the value of attribute channels
5 6 7 |
# File 'lib/jxl/modular/decoder.rb', line 5 def channels @channels end |
#first_group_channel ⇒ Object (readonly)
Returns the value of attribute first_group_channel
5 6 7 |
# File 'lib/jxl/modular/decoder.rb', line 5 def first_group_channel @first_group_channel end |
#group_dim ⇒ Object (readonly)
Returns the value of attribute group_dim
5 6 7 |
# File 'lib/jxl/modular/decoder.rb', line 5 def group_dim @group_dim end |
#header ⇒ Object (readonly)
Returns the value of attribute header
5 6 7 |
# File 'lib/jxl/modular/decoder.rb', line 5 def header @header end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
5 6 7 |
# File 'lib/jxl/modular/decoder.rb', line 5 def @metadata end |
#original_shapes ⇒ Object (readonly)
Returns the value of attribute original_shapes
5 6 7 |
# File 'lib/jxl/modular/decoder.rb', line 5 def original_shapes @original_shapes end |
#shapes ⇒ Object (readonly)
Returns the value of attribute shapes
5 6 7 |
# File 'lib/jxl/modular/decoder.rb', line 5 def shapes @shapes end |
#shifts ⇒ Object (readonly)
Returns the value of attribute shifts
5 6 7 |
# File 'lib/jxl/modular/decoder.rb', line 5 def shifts @shifts end |
#state ⇒ Object (readonly)
Returns the value of attribute state
5 6 7 |
# File 'lib/jxl/modular/decoder.rb', line 5 def state @state end |