Offset#

Offset#

Constructor#

Offset(value)

Offset position of the graphic, [x, y, z]

Properties#

Offset.value

Graphic Feature value, must be implemented in subclass

Methods#

Offset.add_event_handler(handler)

Add an event handler.

Offset.block_events(val)

Block all events from this feature

Offset.clear_event_handlers()

Clear all event handlers

Offset.remove_event_handler(handler)

Remove a registered event handler.

Offset.set_value(graphic, value)

Graphic Feature value setter, must be implemented in subclass