Class: JXL::Features::SplineSet
- Inherits:
-
Data
- Object
- Data
- JXL::Features::SplineSet
- Defined in:
- lib/jxl/features/splines.rb
Instance Attribute Summary collapse
-
#quantization_adjustment ⇒ Object
readonly
Returns the value of attribute quantization_adjustment.
-
#splines ⇒ Object
readonly
Returns the value of attribute splines.
-
#starting_points ⇒ Object
readonly
Returns the value of attribute starting_points.
Instance Attribute Details
#quantization_adjustment ⇒ Object (readonly)
Returns the value of attribute quantization_adjustment
6 7 8 |
# File 'lib/jxl/features/splines.rb', line 6 def quantization_adjustment @quantization_adjustment end |
#splines ⇒ Object (readonly)
Returns the value of attribute splines
6 7 8 |
# File 'lib/jxl/features/splines.rb', line 6 def splines @splines end |
#starting_points ⇒ Object (readonly)
Returns the value of attribute starting_points
6 7 8 |
# File 'lib/jxl/features/splines.rb', line 6 def starting_points @starting_points end |