Microsoft SDK for Java

ValueEditor.paintValue

Paints a representation of the specified value.

Syntax

public void paintValue( Object value, Graphics g, Rectangle rect )

Parameters

value

The value to be painted.

g

A Graphics object that represents the device context.

rect

A Rectangle object that represents the rectangle to paint in.

Remarks

Override this method to paint the value. This method is called only if the IValueEditor.STYLE_PAINTVALUE style is present.

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