Search
KeyTemplate.drawFrame Method
See Also
 






Override this method to render custom key border.

Namespace: com.mindfusion.keyboard
Assembly: com.mindfusion.keyboard

 Syntax

Java  Copy Code

protected void drawFrame (
    Graphics2D graphics,
    Key objKey,
    KeyTemplate.Mode mode
)

 Parameters

graphics

A target Graphics2D where the key should be drawn.

objKey

A Key instance.

mode

A Mode member specifying the key state.

 See Also