Uses of Class
bdsup2sub.supstream.SubPicture
Packages that use SubPicture
Package
Description
-
Uses of SubPicture in bdsup2sub.core
Fields in bdsup2sub.core declared as SubPictureModifier and TypeFieldDescriptionprivate static SubPicture[]Core.subPicturesArray of subpictures used for editing and exportMethods in bdsup2sub.core that return SubPictureModifier and TypeMethodDescriptionstatic SubPictureCore.getSubPictureSrc(int index) Get source subpicture.static SubPictureCore.getSubPictureTrg(int index) Get target subpicture.Methods in bdsup2sub.core with parameters of type SubPictureModifier and TypeMethodDescriptionstatic BufferedImageCore.getTrgImagePatched(SubPicture pic) Get target image as BufferedImage.static voidCore.moveToBounds(SubPicture pic, int idx, double barFactor, int offsetX, int offsetY, CaptionMoveModeX mmx, CaptionMoveModeY mmy, int cropOffsetY) Move subpicture into or outside given bounds.private static voidCore.validateTimes(int idx, SubPicture subPic, SubPicture subPicNext, SubPicture subPicPrev) Check start and end time, fix overlaps etc. -
Uses of SubPicture in bdsup2sub.gui.edit
Fields in bdsup2sub.gui.edit declared as SubPictureModifier and TypeFieldDescriptionprivate SubPictureEditDialogModel.subPicprivate SubPictureEditDialogModel.subPicNextprivate SubPictureEditDialogModel.subPicPrevMethods in bdsup2sub.gui.edit that return SubPictureModifier and TypeMethodDescriptionEditDialogModel.getSubPic()EditDialogModel.getSubPicNext()EditDialogModel.getSubPicPrev()Methods in bdsup2sub.gui.edit with parameters of type SubPictureModifier and TypeMethodDescriptionvoidEditDialogModel.setSubPic(SubPicture subPic) voidEditDialogModel.setSubPicNext(SubPicture subPicNext) voidEditDialogModel.setSubPicPrev(SubPicture subPicPrev) -
Uses of SubPicture in bdsup2sub.gui.move
Fields in bdsup2sub.gui.move declared as SubPictureMethods in bdsup2sub.gui.move that return SubPictureMethods in bdsup2sub.gui.move with parameters of type SubPicture -
Uses of SubPicture in bdsup2sub.supstream
Methods in bdsup2sub.supstream that return SubPictureModifier and TypeMethodDescriptionSubtitleStream.getSubPicture(int index) Get SubPicture of given frame.Constructors in bdsup2sub.supstream with parameters of type SubPicture -
Uses of SubPicture in bdsup2sub.supstream.bd
Subclasses of SubPicture in bdsup2sub.supstream.bdMethods in bdsup2sub.supstream.bd that return SubPictureMethods in bdsup2sub.supstream.bd with parameters of type SubPictureModifier and TypeMethodDescriptionstatic byte[]SupBDWriter.createSupFrame(SubPicture pic, Bitmap bm, Palette pal) Create the binary stream representation of one caption -
Uses of SubPicture in bdsup2sub.supstream.bdnxml
Subclasses of SubPicture in bdsup2sub.supstream.bdnxmlMethods in bdsup2sub.supstream.bdnxml that return SubPictureMethod parameters in bdsup2sub.supstream.bdnxml with type arguments of type SubPictureModifier and TypeMethodDescriptionstatic voidSupXml.writeXml(String fname, SortedMap<Integer, SubPicture> pics) Create Xml file -
Uses of SubPicture in bdsup2sub.supstream.dvd
Subclasses of SubPicture in bdsup2sub.supstream.dvdModifier and TypeClassDescriptionclassExtends SubPicture to store information read from DVD (SUB/IDX or SUP/IFO)Methods in bdsup2sub.supstream.dvd that return SubPictureModifier and TypeMethodDescriptionSubDvd.getSubPicture(int index) SupDvd.getSubPicture(int index) Methods in bdsup2sub.supstream.dvd with parameters of type SubPictureModifier and TypeMethodDescriptionvoidSubPictureDVD.copyInfo(SubPicture pic) Copy info of given generic subpicture into this DVD subpicture Used to copy the edited info (position, forced flags etc.static voidSubDvdWriter.writeIdx(String fname, SubPicture pic, int[] offsets, int[] timestamps, Palette palette) Create VobSub IDX file -
Uses of SubPicture in bdsup2sub.supstream.hd
Subclasses of SubPicture in bdsup2sub.supstream.hdModifier and TypeClassDescriptionclassExtends SubPicture to store information read from HD-DVD SUPMethods in bdsup2sub.supstream.hd that return SubPicture