fop 2.0

Uses of Class
org.apache.fop.afp.fonts.CharactersetEncoder.EncodedChars

Packages that use CharactersetEncoder.EncodedChars
org.apache.fop.afp.fonts Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects. 
org.apache.fop.afp.ptoca Contains a collection of classes for working with Presentation Text Objects (PTOCA). 
 

Uses of CharactersetEncoder.EncodedChars in org.apache.fop.afp.fonts
 

Methods in org.apache.fop.afp.fonts that return CharactersetEncoder.EncodedChars
 CharactersetEncoder.EncodedChars CharacterSet.encodeChars(java.lang.CharSequence chars)
          Encodes a character sequence to a byte array.
static CharactersetEncoder.EncodedChars CharactersetEncoder.encodeSBCS(java.lang.CharSequence chars, java.lang.String encoding)
          Encodes chars into a format specified by encoding.
 

Uses of CharactersetEncoder.EncodedChars in org.apache.fop.afp.ptoca
 

Methods in org.apache.fop.afp.ptoca with parameters of type CharactersetEncoder.EncodedChars
 void PtocaBuilder.addTransparentData(CharactersetEncoder.EncodedChars encodedChars)
          The Transparent Data control sequence contains a sequence of code points that are presented without a scan for embedded control sequences.
 


fop 2.0

Copyright 1999-2015 The Apache Software Foundation. All Rights Reserved.