Class: JXL::Features::SplineSet

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

Instance Attribute Summary collapse

Instance Attribute Details

#quantization_adjustmentObject (readonly)

Returns the value of attribute quantization_adjustment

Returns:

  • (Object)

    the current value of quantization_adjustment



6
7
8
# File 'lib/jxl/features/splines.rb', line 6

def quantization_adjustment
  @quantization_adjustment
end

#splinesObject (readonly)

Returns the value of attribute splines

Returns:

  • (Object)

    the current value of splines



6
7
8
# File 'lib/jxl/features/splines.rb', line 6

def splines
  @splines
end

#starting_pointsObject (readonly)

Returns the value of attribute starting_points

Returns:

  • (Object)

    the current value of starting_points



6
7
8
# File 'lib/jxl/features/splines.rb', line 6

def starting_points
  @starting_points
end