A B C D E F G H I J L M N P Q R S T U V W X Y Z

P

Palette - Class in deadbeef.SupTools
Palette class for mixed representation of RGB/YCbCr palettes with alpha information.
Palette(int, boolean) - Constructor for class deadbeef.SupTools.Palette
Ctor - initializes palette with transparent black (RGBA: 0x00000000)
Palette(int) - Constructor for class deadbeef.SupTools.Palette
Ctor - initializes palette with transparent black (RGBA: 0x00000000)
Palette(byte[], byte[], byte[], byte[], boolean) - Constructor for class deadbeef.SupTools.Palette
Ctor - construct palette from red, green blue and alpha buffers
Palette(byte[], byte[], byte[], byte[]) - Constructor for class deadbeef.SupTools.Palette
Ctor - construct palette from red, green blue and alpha buffers
Palette(Palette) - Constructor for class deadbeef.SupTools.Palette
Ctor - construct new (independent) palette from existing one
palette - Variable in class deadbeef.SupTools.PaletteBitmap
Color palette
PaletteBitmap - Class in deadbeef.SupTools
Storage class used by Bitmap to return Bitmap and Palette.
PaletteBitmap(Bitmap, Palette) - Constructor for class deadbeef.SupTools.PaletteBitmap
Constructor
pngEncode(boolean) - Method in class deadbeef.Tools.PngEncoder
Creates an array of bytes that is the PNG equivalent of the current image, specifying whether to encode alpha or not.
pngEncode() - Method in class deadbeef.Tools.PngEncoder
Creates an array of bytes that is the PNG equivalent of the current image.
pngEncode(boolean) - Method in class deadbeef.Tools.PngEncoderB
Creates an array of bytes that is the PNG equivalent of the current image, specifying whether to encode alpha or not.
pngEncode() - Method in class deadbeef.Tools.PngEncoderB
Creates an array of bytes that is the PNG equivalent of the current image.
PngEncoder - Class in deadbeef.Tools
PngEncoder takes a Java Image object and creates a byte string which can be saved as a PNG file.
PngEncoder() - Constructor for class deadbeef.Tools.PngEncoder
Class constructor
PngEncoder(Image) - Constructor for class deadbeef.Tools.PngEncoder
Class constructor specifying Image to encode, with no alpha channel encoding.
PngEncoder(Image, boolean) - Constructor for class deadbeef.Tools.PngEncoder
Class constructor specifying Image to encode, and whether to encode alpha.
PngEncoder(Image, boolean, int) - Constructor for class deadbeef.Tools.PngEncoder
Class constructor specifying Image to encode, whether to encode alpha, and filter to use.
PngEncoder(Image, boolean, int, int) - Constructor for class deadbeef.Tools.PngEncoder
Class constructor specifying Image source to encode, whether to encode alpha, filter to use, and compression level.
PngEncoderB - Class in deadbeef.Tools
PngEncoderB takes a Java BufferedImage object and creates a byte string which can be saved as a PNG file.
PngEncoderB() - Constructor for class deadbeef.Tools.PngEncoderB
Class constructor.
PngEncoderB(BufferedImage) - Constructor for class deadbeef.Tools.PngEncoderB
Class constructor specifying BufferedImage to encode, with no alpha channel encoding.
PngEncoderB(BufferedImage, boolean) - Constructor for class deadbeef.Tools.PngEncoderB
Class constructor specifying BufferedImage to encode, and whether to encode alpha.
PngEncoderB(BufferedImage, boolean, int) - Constructor for class deadbeef.Tools.PngEncoderB
Class constructor specifying BufferedImage to encode, whether to encode alpha, and filter to use.
PngEncoderB(BufferedImage, boolean, int, int) - Constructor for class deadbeef.Tools.PngEncoderB
Class constructor specifying BufferedImage source to encode, whether to encode alpha, filter to use, and compression level.
print(String) - Static method in class deadbeef.SupTools.Core
Print string to console or console window (only printed in verbatim mode).
printErr(String) - Static method in class deadbeef.SupTools.Core
Print error string to console or console window (always printed).
printWarn(String) - Static method in class deadbeef.SupTools.Core
Print warning string to console or console window (always printed).
printX(String) - Static method in class deadbeef.SupTools.Core
Print string to console or console window (always printed).
props - Static variable in class deadbeef.SupTools.Core
Class used to load/store properties persistently
Props - Class in deadbeef.Tools
Property class to ease use of ini files to save/load properties
Props() - Constructor for class deadbeef.Tools.Props
Constructor
ptsToTimeStr(long) - Static method in class deadbeef.Tools.ToolBox
Convert time in 90kHz ticks to string hh:mm:ss.ms
ptsToTimeStrIdx(long) - Static method in class deadbeef.Tools.ToolBox
Convert time in 90kHz ticks to string hh:mm:ss:ms
ptsToTimeStrXml(long, double) - Static method in class deadbeef.Tools.ToolBox
Convert time in 90kHz ticks to string hh:mm:ss:ff (where ff is number of frames)

A B C D E F G H I J L M N P Q R S T U V W X Y Z