JPlanner Programmer's Guide
Graphics.drawString Method (String, Font, Brush, RectangleD)
See Also
 






Draws the specified text string at the specified location with the specified Brush and Font objects.

Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing

 Syntax

Java  Copy Code

public void drawString (
    String s,
    Font f,
    Brush brush,
    RectangleD dest
)

 Parameters

s

The string to draw.

f

The Font that defines the text format of the string.

brush

The Brush that determines the color of the drawn text.

dest

A RectangleD object that specifies the location of the drawn text.

 See Also

drawString Method Overload List
Graphics Members
Graphics Interface
com.mindfusion.drawing Namespace