Uses of Class
bdsup2sub.supstream.bd.SubPictureBD
Packages that use SubPictureBD
-
Uses of SubPictureBD in bdsup2sub.supstream.bd
Fields in bdsup2sub.supstream.bd with type parameters of type SubPictureBDModifier and TypeFieldDescriptionprivate List<SubPictureBD>
SupBD.subPictures
private List<SubPictureBD>
SupBDParser.subPictures
Methods in bdsup2sub.supstream.bd that return types with arguments of type SubPictureBDMethods in bdsup2sub.supstream.bd with parameters of type SubPictureBDModifier and TypeMethodDescriptionprivate void
SupBD.decode
(SubPictureBD pic) decode given pictureprivate Bitmap
SupBD.decodeImage
(SubPictureBD subPictureBD, int transparentColorIndex) Decode caption from the input stream.private Palette
SupBD.decodePalette
(SubPictureBD pic) decode palette from the input streamboolean
SubPictureBD.isMergableWith
(SubPictureBD previous) private boolean
SupBDParser.parseODS
(SupBDParser.PCSSegment pcsSegment, SubPictureBD subPictureBD, StringBuffer message) private void
SupBDParser.parsePCS
(SupBDParser.PCSSegment segment, SubPictureBD subPictureBD, StringBuffer message) parse an PCS packet which contains width/height infoprivate int
SupBDParser.parsePDS
(SupBDParser.PCSSegment pcsSegment, SubPictureBD subPictureBD, StringBuffer message) private void
SupBDParser.parseWDS
(SupBDParser.PCSSegment pcsSegment, SubPictureBD subPictureBD) Constructors in bdsup2sub.supstream.bd with parameters of type SubPictureBD