Class: JXL::Modular::GroupedState

Inherits:
Data
  • Object
show all
Defined in:
lib/jxl/modular/decoder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#channelsObject (readonly)

Returns the value of attribute channels

Returns:

  • (Object)

    the current value of channels



5
6
7
# File 'lib/jxl/modular/decoder.rb', line 5

def channels
  @channels
end

#first_group_channelObject (readonly)

Returns the value of attribute first_group_channel

Returns:

  • (Object)

    the current value of first_group_channel



5
6
7
# File 'lib/jxl/modular/decoder.rb', line 5

def first_group_channel
  @first_group_channel
end

#group_dimObject (readonly)

Returns the value of attribute group_dim

Returns:

  • (Object)

    the current value of group_dim



5
6
7
# File 'lib/jxl/modular/decoder.rb', line 5

def group_dim
  @group_dim
end

#headerObject (readonly)

Returns the value of attribute header

Returns:

  • (Object)

    the current value of header



5
6
7
# File 'lib/jxl/modular/decoder.rb', line 5

def header
  @header
end

#metadataObject (readonly)

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



5
6
7
# File 'lib/jxl/modular/decoder.rb', line 5

def 
  @metadata
end

#original_shapesObject (readonly)

Returns the value of attribute original_shapes

Returns:

  • (Object)

    the current value of original_shapes



5
6
7
# File 'lib/jxl/modular/decoder.rb', line 5

def original_shapes
  @original_shapes
end

#shapesObject (readonly)

Returns the value of attribute shapes

Returns:

  • (Object)

    the current value of shapes



5
6
7
# File 'lib/jxl/modular/decoder.rb', line 5

def shapes
  @shapes
end

#shiftsObject (readonly)

Returns the value of attribute shifts

Returns:

  • (Object)

    the current value of shifts



5
6
7
# File 'lib/jxl/modular/decoder.rb', line 5

def shifts
  @shifts
end

#stateObject (readonly)

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



5
6
7
# File 'lib/jxl/modular/decoder.rb', line 5

def state
  @state
end