Java javax.media.j3d J3DGraphics2D fields, constructors, methods, implement or subclass

Example usage for Java javax.media.j3d J3DGraphics2D fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.media.j3d J3DGraphics2D.

The text is from its open source code.

Method

voiddrawString(String str, int x, int y)
Renders the text of the specified String , using the current text attribute state in the Graphics2D context.
voidflush(boolean wait)
Flushes all previously executed rendering operations to the drawing buffer for this 2D graphics object.
ColorgetColor()
Gets this graphics context's current color.
FontgetFont()
Gets the current font.
FontMetricsgetFontMetrics()
Gets the font metrics of the current font.
voidsetColor(Color c)
Sets this graphics context's current color to the specified color.
voidsetFont(Font font)
Sets this graphics context's font to the specified font.