Uses of Class
org.apache.fop.afp.fonts.CharactersetEncoder.EncodedChars
Packages that use CharactersetEncoder.EncodedChars
Package
Description
Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects.
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.EncodedCharsModifier and TypeMethodDescription(package private) final CharactersetEncoder.EncodedChars
CharactersetEncoder.encode
(CharSequence chars) Encodes a character sequence to a byte array.CharacterSet.encodeChars
(CharSequence chars) Encodes a character sequence to a byte array.CharactersetEncoder.encodeSBCS
(CharSequence chars, String encoding) Encodeschars
into a format specified byencoding
.(package private) CharactersetEncoder.EncodedChars
CharactersetEncoder.DefaultEncoder.getEncodedChars
(byte[] byteArray, int length) (package private) CharactersetEncoder.EncodedChars
CharactersetEncoder.EbcdicDoubleByteLineDataEncoder.getEncodedChars
(byte[] byteArray, int length) (package private) abstract CharactersetEncoder.EncodedChars
CharactersetEncoder.getEncodedChars
(byte[] byteArray, int length) -
Uses of CharactersetEncoder.EncodedChars in org.apache.fop.afp.ptoca
Fields in org.apache.fop.afp.ptoca declared as CharactersetEncoder.EncodedCharsModifier and TypeFieldDescriptionprivate final CharactersetEncoder.EncodedChars
TransparentDataControlSequence.TransparentData.encodedChars
Methods in org.apache.fop.afp.ptoca with parameters of type CharactersetEncoder.EncodedCharsModifier and TypeMethodDescriptionvoid
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.Constructors in org.apache.fop.afp.ptoca with parameters of type CharactersetEncoder.EncodedCharsModifierConstructorDescriptionprivate
TransparentData
(int offset, int length, CharactersetEncoder.EncodedChars encChars) Converts an encoded String wrapped in anCharactersetEncoder.EncodedChars
into a series ofTransparentDataControlSequence.TransparentData
control sequences.