The following resizing interfaces have been replaced:
Old: public DibImage dsDibResize3(DibImage im, sizeI newSize, str filter=null) : deprecated { New: public void dibResize(DibImage im, sizeI newSize, str filter=null) {
The basePrice
method was refactored to remove the final
and inline
modifiers and is now declared as an extend public
method.
Old:
final
→ could not be overridden by subclasses.inline
→ compiler inlined the method for performance optimization.New:
extend public
→ method can now be extended/overridden.inline
removed → no longer enforced as an inline method.styleProduct
price if present.