Class DurationBasedCalloutAction
java.lang.Object
gg.xp.xivsupport.events.triggers.easytriggers.actions.DurationBasedCalloutAction
- All Implemented Interfaces:
GenericCalloutAction
,Action<HasDuration>
public class DurationBasedCalloutAction
extends Object
implements Action<HasDuration>, GenericCalloutAction
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(EasyTriggerContext context, HasDuration event) @Nullable Color
getColor()
long
getText()
getTts()
boolean
boolean
void
recalc()
void
void
setColorRaw
(Integer colorRaw) void
setHangTime
(long hangTime) void
setPlusDuration
(boolean plusDuration) void
void
void
setUseIcon
(boolean useIcon)
-
Constructor Details
-
DurationBasedCalloutAction
public DurationBasedCalloutAction()
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceAction<HasDuration>
-
fixedLabel
- Specified by:
fixedLabel
in interfaceAction<HasDuration>
-
dynamicLabel
- Specified by:
dynamicLabel
in interfaceAction<HasDuration>
-
recalc
public void recalc()- Specified by:
recalc
in interfaceAction<HasDuration>
-
getColor
- Specified by:
getColor
in interfaceGenericCalloutAction
-
setColor
- Specified by:
setColor
in interfaceGenericCalloutAction
-
getTts
- Specified by:
getTts
in interfaceGenericCalloutAction
-
setTts
- Specified by:
setTts
in interfaceGenericCalloutAction
-
getText
- Specified by:
getText
in interfaceGenericCalloutAction
-
setText
- Specified by:
setText
in interfaceGenericCalloutAction
-
getHangTime
public long getHangTime()- Specified by:
getHangTime
in interfaceGenericCalloutAction
-
setHangTime
public void setHangTime(long hangTime) - Specified by:
setHangTime
in interfaceGenericCalloutAction
-
isUseIcon
public boolean isUseIcon()- Specified by:
isUseIcon
in interfaceGenericCalloutAction
-
setUseIcon
public void setUseIcon(boolean useIcon) - Specified by:
setUseIcon
in interfaceGenericCalloutAction
-
getColorRaw
- Specified by:
getColorRaw
in interfaceGenericCalloutAction
-
setColorRaw
- Specified by:
setColorRaw
in interfaceGenericCalloutAction
-
isPlusDuration
public boolean isPlusDuration() -
setPlusDuration
public void setPlusDuration(boolean plusDuration)
-