-
public class SignalEvent extends JsObject
Special event for changes in dirty states.
-
-
Constructor Summary
Constructors Constructor Description SignalEvent(String jsChart)
-
Method Summary
Modifier and Type Method Description static SignalEventinstantiate()StringgetJsBase()voidtargetBoundsChanged()If target signalled bounds change. voidtargetDataChanged()If target signalled data change. voidtargetMetaChanged()If target signalled meta change. voidtargetNeedsReapplication()If target needs to be reapplied. voidtargetNeedsRecalculation()If target needs to be recalculated. voidtargetNeedsRedraw()If target needs redraw. -
-
Constructor Detail
-
SignalEvent
SignalEvent(String jsChart)
-
-
Method Detail
-
instantiate
static SignalEvent instantiate()
-
targetBoundsChanged
void targetBoundsChanged()
If target signalled bounds change.
-
targetDataChanged
void targetDataChanged()
If target signalled data change.
-
targetMetaChanged
void targetMetaChanged()
If target signalled meta change.
-
targetNeedsReapplication
void targetNeedsReapplication()
If target needs to be reapplied.
-
targetNeedsRecalculation
void targetNeedsRecalculation()
If target needs to be recalculated.
-
targetNeedsRedraw
void targetNeedsRedraw()
If target needs redraw.
-
-
-
-