Search
KeyTemplate.draw Method
See Also
 






Draws the specified key using this template.

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

 Syntax

Java  Copy Code

public void draw (
    Graphics2D graphics,
    Key objKey,
    KeyTemplate.Mode mode,
    Font font
)

 Parameters

graphics

A target Graphics2D where the key should be drawn.

objKey

A Key instance.

mode

A Mode member specifying the key state.

font

A java.awt.Font instance.

 See Also