Uses of Class
org.apache.fop.afp.fonts.CharactersetEncoder
-
Packages that use CharactersetEncoder Package Description org.apache.fop.afp.fonts Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects. -
-
Uses of CharactersetEncoder in org.apache.fop.afp.fonts
Subclasses of CharactersetEncoder in org.apache.fop.afp.fonts Modifier and Type Class Description (package private) static classCharactersetEncoder.DefaultEncoderThe default encoder is used for encoding IBM format SBCS (single byte character sets), this the primary format for most Latin character sets.(package private) static classCharactersetEncoder.EbcdicDoubleByteLineDataEncoderThe EBCDIC double byte encoder is used for encoding IBM format DBCS (double byte character sets) with an EBCDIC code-page.Fields in org.apache.fop.afp.fonts declared as CharactersetEncoder Modifier and Type Field Description private CharactersetEncoderCharacterSet. encoderThe characterset encoder corresponding to this encodingMethods in org.apache.fop.afp.fonts that return CharactersetEncoder Modifier and Type Method Description (package private) abstract CharactersetEncoderCharacterSetType. getEncoder(java.lang.String encoding)Returns the character-set encoder
-