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

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

Introduction

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

The text is from its open source code.

Constructor

Font3D(Font font, FontExtrusion extrudePath)
Constructs a Font3D object from the specified Font and FontExtrusion objects, using the default value for the tessellation tolerance.
Font3D(Font font, double tessellationTolerance, FontExtrusion extrudePath)
Constructs a Font3D object from the specified Font and FontExtrusion objects, using the specified tessellation tolerance.