TaskLinkDrawingArgs
Inheritance: java.lang.Object
public final class TaskLinkDrawingArgs
Provides arguments for the callback that is invoked when task link is rendered.
Methods
| Method | Description |
|---|---|
| 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.
getLink()
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:
| Parameter | Type | Description |
|---|---|---|
| value | java.awt.Color | color used to render the task link. |