public class IlvTimeIndicatorReshapeFeedback extends Object implements ActivityGraphicInteractorListener
IlvTimeIndicatorReshapeFeedback
is used to display a time indicator
during the reshape interaction
;
it allows the updated set date to be seen in more detail. Opaque reshaping must
be enabled.IlvActivityGraphicReshapeInteractor
,
IlvTimeIndicator
Modifier and Type | Field and Description |
---|---|
static String |
TIME_INDICATOR_DESCRIPTION
The description set to the time indicator.
|
Constructor and Description |
---|
IlvTimeIndicatorReshapeFeedback()
Builds an
IlvTimeIndicatorReshapeFeedback object that will be used to
display a time indicator during the reshape interaction . |
IlvTimeIndicatorReshapeFeedback(IlvGraphic renderer)
Builds an
IlvTimeIndicatorReshapeFeedback objectthat will be used to
display a time indicator during the reshape interaction . |
Modifier and Type | Method and Description |
---|---|
void |
activityGraphicUpdated(ActivityGraphicInteractorEvent event)
Shows, updates, or hides the time indicator.
|
protected void |
addTimeIndicator(ActivityGraphicReshapedEvent event)
Adds the time indicator.
|
protected void |
removeTimeIndicator(ActivityGraphicReshapedEvent event)
Removes the time indicator set during the interaction.
|
protected void |
updateTimeIndicator(ActivityGraphicReshapedEvent event)
Updates the time indicator during the interaction.
|
public static final String TIME_INDICATOR_DESCRIPTION
public IlvTimeIndicatorReshapeFeedback()
IlvTimeIndicatorReshapeFeedback
object that will be used to
display a time indicator during the reshape interaction
.public IlvTimeIndicatorReshapeFeedback(IlvGraphic renderer)
IlvTimeIndicatorReshapeFeedback
objectthat will be used to
display a time indicator during the reshape interaction
.renderer
- The renderer used for the time indicator.public final void activityGraphicUpdated(ActivityGraphicInteractorEvent event)
activityGraphicUpdated
in interface ActivityGraphicInteractorListener
event
- The triggered event
.protected void addTimeIndicator(ActivityGraphicReshapedEvent event)
event
- The triggered event
.protected void updateTimeIndicator(ActivityGraphicReshapedEvent event)
event
- The triggered event
.protected void removeTimeIndicator(ActivityGraphicReshapedEvent event)
event
- The triggered event
.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.