SourceForge.net Logo
aXSL API 0.1

Uses of Interface
org.axsl.psR.Encoding

Packages that use Encoding
org.axsl.fontR Interfaces allowing client applications to register, track, and use fonts in a vendor-neutral way. 
org.axsl.psR Interfaces giving access to various PostScript concepts. 
 

Uses of Encoding in org.axsl.fontR
 

Methods in org.axsl.fontR that return Encoding
 Encoding FontUse.getEncoding()
          Get the Encoding scheme that is used to encode characters in this Font.
 Encoding FontServer.getEncoding(java.lang.String name)
          Returns an Encoding instance for the given name.
 Encoding Font.getInternalEncoding()
          Get the font's internal Encoding scheme.
 

Methods in org.axsl.fontR with parameters of type Encoding
 void FontServer.registerFontDescription(java.lang.String fontFamily, java.lang.String fontID, Encoding encoding, byte style, short weight, byte variant, byte stretch, float simulatedSmallCaps, float simulatedOblique, float simulatedBackslant, float[] simulatedStretch)
          Register a font description for use by the system.
 

Uses of Encoding in org.axsl.psR
 

Subinterfaces of Encoding in org.axsl.psR
 interface EncodingVector
          EncodingVector implementations represent what PostScript and PDF call an Encoding, that is a mapping from character to glyph index that is based on the character's location in an array (vector).
 

Methods in org.axsl.psR with parameters of type Encoding
 java.lang.String Encoding.asPostScript(Encoding baseEncoding)
          Returns this Encoding as a String in the format expected by PostScript.
 


SourceForge.net Logo
aXSL API 0.1

This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.