Class Tokenizer

java.lang.Object
com.adobe.fontengine.font.postscript.Tokenizer

public final class Tokenizer extends Object
A postscript tokenizer.

Synchronization

This class is NOT threadsafe. Multiple instances can safely coexist without threadsafety issues, but each must only be accessed from one thread (or must be guarded by the client).