ImageInterpolation#

ImageInterpolation#

Constructor#

ImageInterpolation(value)

Image interpolation method

Properties#

ImageInterpolation.value

Graphic Feature value, must be implemented in subclass

Methods#

ImageInterpolation.add_event_handler(handler)

Add an event handler.

ImageInterpolation.block_events(val)

Block all events from this feature

ImageInterpolation.clear_event_handlers()

Clear all event handlers

ImageInterpolation.remove_event_handler(handler)

Remove a registered event handler.

ImageInterpolation.set_value(graphic, value)

Graphic Feature value setter, must be implemented in subclass