()
| 71 | } |
| 72 | |
| 73 | func (po ProcessingOptions) Gravity() GravityOptions { |
| 74 | return NewGravityOptions(po.Options, keys.Gravity, GravityCenter) |
| 75 | } |
| 76 | |
| 77 | func (po ProcessingOptions) ExtendEnabled() bool { |
| 78 | return po.GetBool(keys.ExtendEnabled, false) |
no test coverage detected