📄 index-6.html
字号:
Method in class java.awt.image.<A HREF="../java/awt/image/AffineTransformOp.html">AffineTransformOp</A><DD>Transforms the source <CODE>BufferedImage</CODE> and stores the results in the destination <CODE>BufferedImage</CODE>.<DT><A HREF="../java/awt/image/ColorConvertOp.html#filter(java.awt.image.BufferedImage, java.awt.image.BufferedImage)"><B>filter(BufferedImage, BufferedImage)</B></A> - Method in class java.awt.image.<A HREF="../java/awt/image/ColorConvertOp.html">ColorConvertOp</A><DD>ColorConverts the source BufferedImage.<DT><A HREF="../java/awt/image/RescaleOp.html#filter(java.awt.image.BufferedImage, java.awt.image.BufferedImage)"><B>filter(BufferedImage, BufferedImage)</B></A> - Method in class java.awt.image.<A HREF="../java/awt/image/RescaleOp.html">RescaleOp</A><DD>Rescales the source BufferedImage.<DT><A HREF="../java/awt/image/LookupOp.html#filter(java.awt.image.Raster, java.awt.image.WritableRaster)"><B>filter(Raster, WritableRaster)</B></A> - Method in class java.awt.image.<A HREF="../java/awt/image/LookupOp.html">LookupOp</A><DD>Performs a lookup operation on a Raster.<DT><A HREF="../java/awt/image/ConvolveOp.html#filter(java.awt.image.Raster, java.awt.image.WritableRaster)"><B>filter(Raster, WritableRaster)</B></A> - Method in class java.awt.image.<A HREF="../java/awt/image/ConvolveOp.html">ConvolveOp</A><DD>Performs a convolution on Rasters.<DT><A HREF="../java/awt/image/BandCombineOp.html#filter(java.awt.image.Raster, java.awt.image.WritableRaster)"><B>filter(Raster, WritableRaster)</B></A> - Method in class java.awt.image.<A HREF="../java/awt/image/BandCombineOp.html">BandCombineOp</A><DD>Transforms the <CODE>Raster</CODE> using the matrix specified in the constructor.<DT><A HREF="../java/awt/image/AffineTransformOp.html#filter(java.awt.image.Raster, java.awt.image.WritableRaster)"><B>filter(Raster, WritableRaster)</B></A> - Method in class java.awt.image.<A HREF="../java/awt/image/AffineTransformOp.html">AffineTransformOp</A><DD>Transforms the source <CODE>Raster</CODE> and stores the results in the destination <CODE>Raster</CODE>.<DT><A HREF="../java/awt/image/RasterOp.html#filter(java.awt.image.Raster, java.awt.image.WritableRaster)"><B>filter(Raster, WritableRaster)</B></A> - Method in interface java.awt.image.<A HREF="../java/awt/image/RasterOp.html">RasterOp</A><DD>Performs a single-input/single-output operation from a source Raster to a destination Raster.<DT><A HREF="../java/awt/image/ColorConvertOp.html#filter(java.awt.image.Raster, java.awt.image.WritableRaster)"><B>filter(Raster, WritableRaster)</B></A> - Method in class java.awt.image.<A HREF="../java/awt/image/ColorConvertOp.html">ColorConvertOp</A><DD>ColorConverts the image data in the source Raster.<DT><A HREF="../java/awt/image/RescaleOp.html#filter(java.awt.image.Raster, java.awt.image.WritableRaster)"><B>filter(Raster, WritableRaster)</B></A> - Method in class java.awt.image.<A HREF="../java/awt/image/RescaleOp.html">RescaleOp</A><DD>Rescales the pixel data in the source Raster.<DT><A HREF="../java/util/zip/Deflater.html#FILTERED"><B>FILTERED</B></A> - Static variable in class java.util.zip.<A HREF="../java/util/zip/Deflater.html">Deflater</A><DD>Compression strategy best used for data consisting mostly of small values with a somewhat random distribution.<DT><A HREF="../java/awt/image/FilteredImageSource.html"><B>FilteredImageSource</B></A> - class java.awt.image.<A HREF="../java/awt/image/FilteredImageSource.html">FilteredImageSource</A>.<DD>This class is an implementation of the ImageProducer interface which takes an existing image and a filter object and uses them to produce image data for a new filtered version of the original image.<DT><A HREF="../java/awt/image/FilteredImageSource.html#FilteredImageSource(java.awt.image.ImageProducer, java.awt.image.ImageFilter)"><B>FilteredImageSource(ImageProducer, ImageFilter)</B></A> - Constructor for class java.awt.image.<A HREF="../java/awt/image/FilteredImageSource.html">FilteredImageSource</A><DD>Constructs an ImageProducer object from an existing ImageProducer and a filter object.<DT><A HREF="../java/awt/image/RGBImageFilter.html#filterIndexColorModel(java.awt.image.IndexColorModel)"><B>filterIndexColorModel(IndexColorModel)</B></A> - Method in class java.awt.image.<A HREF="../java/awt/image/RGBImageFilter.html">RGBImageFilter</A><DD>Filters an IndexColorModel object by running each entry in its color tables through the filterRGB function that RGBImageFilter subclasses must provide.<DT><A HREF="../java/io/FilterInputStream.html"><B>FilterInputStream</B></A> - class java.io.<A HREF="../java/io/FilterInputStream.html">FilterInputStream</A>.<DD>A <code>FilterInputStream</code> contains some other input stream, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.<DT><A HREF="../java/io/FilterInputStream.html#FilterInputStream(java.io.InputStream)"><B>FilterInputStream(InputStream)</B></A> - Constructor for class java.io.<A HREF="../java/io/FilterInputStream.html">FilterInputStream</A><DD>Creates a <code>FilterInputStream</code> by assigning the argument <code>in</code> to the field <code>this.in</code> so as to remember it for later use.<DT><A HREF="../java/io/FilterOutputStream.html"><B>FilterOutputStream</B></A> - class java.io.<A HREF="../java/io/FilterOutputStream.html">FilterOutputStream</A>.<DD>This class is the superclass of all classes that filter output streams.<DT><A HREF="../java/io/FilterOutputStream.html#FilterOutputStream(java.io.OutputStream)"><B>FilterOutputStream(OutputStream)</B></A> - Constructor for class java.io.<A HREF="../java/io/FilterOutputStream.html">FilterOutputStream</A><DD>Creates an output stream filter built on top of the specified underlying output stream.<DT><A HREF="../java/io/FilterReader.html"><B>FilterReader</B></A> - class java.io.<A HREF="../java/io/FilterReader.html">FilterReader</A>.<DD>Abstract class for reading filtered character streams.<DT><A HREF="../java/io/FilterReader.html#FilterReader(java.io.Reader)"><B>FilterReader(Reader)</B></A> - Constructor for class java.io.<A HREF="../java/io/FilterReader.html">FilterReader</A><DD>Create a new filtered reader.<DT><A HREF="../java/awt/image/RGBImageFilter.html#filterRGB(int, int, int)"><B>filterRGB(int, int, int)</B></A> - Method in class java.awt.image.<A HREF="../java/awt/image/RGBImageFilter.html">RGBImageFilter</A><DD>Subclasses must specify a method to convert a single input pixel in the default RGB ColorModel to a single output pixel.<DT><A HREF="../javax/swing/GrayFilter.html#filterRGB(int, int, int)"><B>filterRGB(int, int, int)</B></A> - Method in class javax.swing.<A HREF="../javax/swing/GrayFilter.html">GrayFilter</A><DD>Overrides <code>RGBImageFilter.filterRGB</code>.<DT><A HREF="../java/awt/image/RGBImageFilter.html#filterRGBPixels(int, int, int, int, int[], int, int)"><B>filterRGBPixels(int, int, int, int, int[], int, int)</B></A> - Method in class java.awt.image.<A HREF="../java/awt/image/RGBImageFilter.html">RGBImageFilter</A><DD>Filters a buffer of pixels in the default RGB ColorModel by passing them one by one through the filterRGB method.<DT><A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.FilterComboBoxModel.html#filters"><B>filters</B></A> - Variable in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.FilterComboBoxModel.html">MetalFileChooserUI.FilterComboBoxModel</A><DD> <DT><A HREF="../java/io/FilterWriter.html"><B>FilterWriter</B></A> - class java.io.<A HREF="../java/io/FilterWriter.html">FilterWriter</A>.<DD>Abstract class for writing filtered character streams.<DT><A HREF="../java/io/FilterWriter.html#FilterWriter(java.io.Writer)"><B>FilterWriter(Writer)</B></A> - Constructor for class java.io.<A HREF="../java/io/FilterWriter.html">FilterWriter</A><DD>Create a new filtered writer.<DT><A HREF="../java/lang/reflect/Modifier.html#FINAL"><B>FINAL</B></A> - Static variable in class java.lang.reflect.<A HREF="../java/lang/reflect/Modifier.html">Modifier</A><DD>The <code>int</code> value representing the <code>final</code> modifier.<DT><A HREF="../java/awt/Graphics.html#finalize()"><B>finalize()</B></A> - Method in class java.awt.<A HREF="../java/awt/Graphics.html">Graphics</A><DD>Disposes of this graphics context once it is no longer referenced.<DT><A HREF="../java/awt/Font.html#finalize()"><B>finalize()</B></A> - Method in class java.awt.<A HREF="../java/awt/Font.html">Font</A><DD>Disposes the native <code>Font</code> object.<DT><A HREF="../java/awt/Window.html#finalize()"><B>finalize()</B></A> - Method in class java.awt.<A HREF="../java/awt/Window.html">Window</A><DD>Disposes of the input methods and context, and removes the WeakReference which formerly pointed to this Window from the parent's owned Window list.<DT><A HREF="../java/awt/Cursor.html#finalize()"><B>finalize()</B></A> - Method in class java.awt.<A HREF="../java/awt/Cursor.html">Cursor</A><DD> <DT><A HREF="../java/awt/Frame.html#finalize()"><B>finalize()</B></A> - Method in class java.awt.<A HREF="../java/awt/Frame.html">Frame</A><DD>We have to remove the (hard) reference to weakThis in the Vector, otherwise the WeakReference instance will never get garbage collected.<DT><A HREF="../java/awt/AWTEvent.html#finalize()"><B>finalize()</B></A> - Method in class java.awt.<A HREF="../java/awt/AWTEvent.html">AWTEvent</A><DD> <DT><A HREF="../java/awt/PrintJob.html#finalize()"><B>finalize()</B></A> - Method in class java.awt.<A HREF="../java/awt/PrintJob.html">PrintJob</A><DD>Ends this print job once it is no longer referenced.<DT><A HREF="../java/awt/color/ICC_Profile.html#finalize()"><B>finalize()</B></A> - Method in class java.awt.color.<A HREF="../java/awt/color/ICC_Profile.html">ICC_Profile</A><DD>Frees the resources associated with an ICC_Profile object.<DT><A HREF="../java/awt/image/ColorModel.html#finalize()"><B>finalize()</B></A> - Method in class java.awt.image.<A HREF="../java/awt/image/ColorModel.html">ColorModel</A><DD>Disposes of system resources associated with this <code>ColorModel</code> once this <code>ColorModel</code> is no longer referenced.<DT><A HREF="../java/awt/image/IndexColorModel.html#finalize()"><B>finalize()</B></A> - Method in class java.awt.image.<A HREF="../java/awt/image/IndexColorModel.html">IndexColorModel</A><DD>Disposes of system resources associated with this <code>ColorModel</code> once this <code>ColorModel</code> is no longer referenced.<DT><A HREF="../java/io/FileOutputStream.html#finalize()"><B>finalize()</B></A> - Method in class java.io.<A HREF="../java/io/FileOutputStream.html">FileOutputStream</A><DD>Cleans up the connection to the file, and ensures that the <code>close</code> method of this file output stream is called when there are no more references to this stream.<DT><A HREF="../java/io/FileInputStream.html#finalize()"><B>finalize()</B></A> - Method in class java.io.<A HREF="../java/io/FileInputStream.html">FileInputStream</A><DD>Ensures that the <code>close</code> method of this file input stream is called when there are no more references to it.<DT><A HREF="../java/lang/Object.html#finalize()"><B>finalize()</B></A> - Method in class java.lang.<A HREF="../java/lang/Object.html">Object</A><DD>Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.<DT><A HREF="../java/util/zip/ZipFile.html#finalize()"><B>finalize()</B></A> - Method in class java.util.zip.<A HREF="../java/util/zip/ZipFile.html">ZipFile</A><DD>Ensures that the <code>close</code> method of this ZIP file is called when there are no more references to it.<DT><A HREF="../java/util/zip/Deflater.html#finalize()"><B>finalize()</B></A> - Method in class java.util.zip.<A HREF="../java/util/zip/Deflater.html">Deflater</A><DD>Closes the compressor when garbage is collected.<DT><A HREF="../java/util/zip/Inflater.html#finalize()"><B>finalize()</B></A> - Method in class java.util.zip.<A HREF="../java/util/zip/Inflater.html">Inflater</A><DD>Closes the decompressor when garbage is collected.<DT><A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html#finalize()"><B>finalize()</B></A> - Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A><DD>Finalizes an AbstractElement.<DT><A HREF="../java/lang/ClassLoader.html#findClass(java.lang.String)"><B>findClass(String)</B></A> - Method in class java.lang.<A HREF="../java/lang/ClassLoader.html">ClassLoader</A><DD>Finds the specified class.<DT><A HREF="../java/net/URLClassLoader.html#findClass(java.lang.String)"><B>findClass(String)</B></A> - Method in class java.net.<A HREF="../java/net/URLClassLoader.html">URLClassLoader</A><DD>Finds and loads the class with the specified name from the URL search path.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -