TaskLinkDrawingArgs

Inheritance: java.lang.Object

public final class TaskLinkDrawingArgs

Provides arguments for the callback that is invoked when task link is rendered.

Methods

MethodDescription
getColor()Gets color used to render the task link.
getLink()Gets the rendered task link.
setColor(Color value)Sets color used to render the task link.

getColor()

public final Color getColor()

Gets color used to render the task link. Can be used for customization of task links colors.

Returns: java.awt.Color - color used to render the task link.

public final TaskLink getLink()

Gets the rendered task link.

Returns: TaskLink - the rendered task link.

setColor(Color value)

public final void setColor(Color value)

Sets color used to render the task link. Can be used for customization of task links colors.

Parameters:

ParameterTypeDescription
valuejava.awt.Colorcolor used to render the task link.