Microsoft SDK for Java

size

This method of the InputMethodListener Interface retrieves the current size of the area required to draw the IME, using the given graphics object. This method enables the caller to set text fonts and colors.

Syntax

public Dimension size(Graphics g);

Return Value

Returns null, by default.

Parameters

g The Graphics object used to determine the size of the IME.

Remarks

Currently, this method is not implemented.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.