Search
ItemDrawContext.drawHeaderText Method
See Also
 






Renders the item's header text at the specified location.

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

 Syntax

Java  Copy Code

public boolean drawHeaderText (
    Rectangle destination,
    boolean useSettings,
    boolean rotate
)

 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. Specify false for this property to perform unconditional rendering.

rotate

Specifies whether to rotate the text at 90 degree.

 Return Value

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

 See Also