Search
ItemDrawContext.drawStartClock Method
See Also
 






Draws a clock icon representing the item's start time at the specified location.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public boolean drawStartClock (
    Rectangle destination,
    boolean useSettings
)

 Parameters

destination

A reference to the destination rectangle. This rectangle might be changed in the process of rendering.

useSettings

Specifies whether to take into consideration validation properties, such as ItemSettings.getEnableDefaultRendering and ItemSettings.getShowClocks. Specify false for this property to perform unconditional rendering.

 Return Value

true if the icon has been rendered; otherwise, false.

 See Also