public class

CharsetString

extends Object
java.lang.Object
   ↳ sun.awt.CharsetString

Summary

Fields
public char[] charsetChars chars for this string.
public FontDescriptor fontDescriptor This string's FontDescriptor.
public int length Length of the string we represent.
public int offset Offset within charsetChars of first character
Public Constructors
CharsetString(char[] charsetChars, int offset, int length, FontDescriptor fontDescriptor)
Creates a new CharsetString
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public char[] charsetChars

chars for this string. See also offset, length.

public FontDescriptor fontDescriptor

This string's FontDescriptor.

public int length

Length of the string we represent.

public int offset

Offset within charsetChars of first character

Public Constructors

public CharsetString (char[] charsetChars, int offset, int length, FontDescriptor fontDescriptor)

Creates a new CharsetString