⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 java advanced imaging api summary.htm

📁 是一部关于java高级图像处理的的一本入门书
💻 HTM
📖 第 1 页 / 共 5 页
字号:
        name=80616>Implements border extension by filling all pixels outside of 
        the image bounds with copies of the whole image.</A><BR>
    <TR vAlign=top>
      <TD><A name=80610>BorderExtenderWrap</A><BR>
      <TD><A name=80699>Extends: BorderExtender</A><BR><A 
        name=80612>Implements border extension by filling all pixels outside of 
        the image bounds with copies of the whole image.</A><BR>
    <TR vAlign=top>
      <TD><A name=80606>BorderExtenderZero</A><BR>
      <TD><A name=81120>Extends: BorderExtender</A><BR><A 
        name=80608>Implements border extension by filling all pixels outside of 
        the image bounds with zeros.</A><BR>
    <TR vAlign=top>
      <TD><A name=81113>CanvasJAI</A><BR>
      <TD><A name=81115>Extends: java.awt.Canvas</A><BR><A 
        name=81130>Automatically returns an instance of GraphicsJAI from its 
        getGraphics method.</A><BR>
    <TR vAlign=top>
      <TD><A name=80171>CollectionImage</A><BR>
      <TD><A name=80173>Extends: ImageJAI</A><BR><A name=80189>Implements: 
        java.util.Collection</A><BR><A name=80176>An abstract superclass for 
        classes representing a collection of objects. </A><BR>
    <TR vAlign=top>
      <TD><A name=80167>CollectionOp</A><BR>
      <TD><A name=80169>Extends: CollectionImage</A><BR><A name=80202>A node 
        in a rendered imaging chain representing a CollectionImage.</A><BR>
    <TR vAlign=top>
      <TD><A name=76013>ColorCube</A><BR>
      <TD><A name=76017>Extends: LookupTableJAI</A><BR><A 
        name=76015>Represents a color cube lookup table that provides a fixed, 
        invertible mapping between tables indices and sample values.</A><BR>
    <TR vAlign=top>
      <TD><A name=80716>ComponentSampleModelJAI</A><BR>
      <TD><A name=80718>Extends: ComponentSampleModel</A><BR><A 
        name=80721>Represents image data that is stored such that each sample of 
        a pixel occupies one data element of the DataBuffer.</A><BR>
    <TR vAlign=top>
      <TD><A name=80216>CoordinateImage</A><BR>
      <TD><A name=80218>Extends: java.lang.Object</A><BR><A 
        name=80221>Represents an image that is associated with a coordinate. 
        This class is used with ImageStack. </A><BR>
    <TR vAlign=top>
      <TD><A name=72615>DataBufferDouble</A><BR>
      <TD><A name=72617>Extends: java.awt.image.DataBuffer</A><BR><A 
        name=72691>Stores DataBuffer data internally in double form.</A><BR>
    <TR vAlign=top>
      <TD><A name=72619>DataBufferFloat</A><BR>
      <TD><A name=72693>Extends: java.awt.image.DataBuffer</A><BR><A 
        name=72621>Stores DataBuffer data internally in float form.</A><BR>
    <TR vAlign=top>
      <TD><A name=72740>DisplayOpImage</A><BR>
      <TD><A name=72742>Extends: OpImage</A><BR><A name=72754>A placeholder 
        for display functionality.</A><BR>
    <TR vAlign=top>
      <TD><A name=80734>FloatDoubleColorModel</A><BR>
      <TD><A name=80736>Extends: ComponentColorModel</A><BR><A name=80742>A 
        ColorModel class that works with pixel values that represent color and 
        alpha information as separate samples, using float or double elements, 
        and that store each sample in a separate data element.</A><BR>
    <TR vAlign=top>
      <TD><A name=72732>GraphicsJAI</A><BR>
      <TD><A name=72734>Extends: java.awt.Graphics2D</A><BR><A name=72772>An 
        extension of java.awt.Graphics and java.awt.Graphics2D that will support 
        new drawing operations.</A><BR>
    <TR vAlign=top>
      <TD><A name=75844>Histogram</A><BR>
      <TD><A name=75846>Extends: java.lang.Object</A><BR><A 
        name=76131>Accumulates histogram information on an image. A histogram 
        counts the number of image samples whose values lie within a given range 
        of values, or <EM>bin</EM>.</A><BR>
    <TR vAlign=top>
      <TD><A name=72720>ImageLayout</A><BR>
      <TD><A name=72722>Extends: java.lang.Object</A><BR><A 
        name=72801>Implements: java.lang.Clonable</A><BR><A name=76178>Describes 
        the desired layout of an OpImage.</A><BR>
    <TR vAlign=top>
      <TD><A name=76188>ImageMIPMap</A><BR>
      <TD><A name=76190>Extends: ImageCollection</A><BR><A 
        name=76199>Represents a stack of images with a fixed operational 
        relationship between adjacent slices.</A><BR>
    <TR vAlign=top>
      <TD><A name=72716>ImagePyramid</A><BR>
      <TD><A name=72718>Extends: ImageCollection</A><BR><A 
        name=72815>Represents a stack of images with a fixed operational 
        relationship between adjacent slices.</A><BR>
    <TR vAlign=top>
      <TD><A name=72712>ImageSequence</A><BR>
      <TD><A name=72714>Extends: ImageCollection</A><BR><A 
        name=72826>Represents a sequence of images with associated timestamps 
        and camera positions that can be used to represent video or time-lapse 
        photography.</A><BR>
    <TR vAlign=top>
      <TD><A name=72708>ImageStack</A><BR>
      <TD><A name=72710>Extends: ImageCollection</A><BR><A 
        name=72834>Represents a group of images, each with a defined spatial 
        orientation in a common coordinate system, such as CT scans or seismic 
        volumes.</A><BR>
    <TR vAlign=top>
      <TD><A name=80234>IntegerSequence</A><BR>
      <TD><A name=80236>Extends: java.lang.Object</A><BR><A 
        name=80247>Represents an image that is associated with a coordinate. 
        This class is used with ImageStack. </A><BR>
    <TR vAlign=top>
      <TD><A name=72704>Interpolation</A><BR>
      <TD><A name=72706>Extends: java.lang.Object</A><BR><A 
        name=72849>Encapsulates a particualr algorithm for performing sampling 
        on a regular grid of pixels using a local neighborhood. It is intended 
        to be used by operations that resample their sources, including affine 
        mapping and warping.</A><BR>
    <TR vAlign=top>
      <TD><A name=72700>InterpolationBicubic</A><BR>
      <TD><A name=72702>Extends: InterpolationTable</A><BR><A 
        name=72857>Performs bicubic interpolation.</A><BR>
    <TR vAlign=top>
      <TD><A name=72901>InterpolationBicubic2</A><BR>
      <TD><A name=72903>Extends: InterpolationTable</A><BR><A 
        name=72908>Performs bicubic interpolation using a different polynomial 
        than InterpolationBicubic.</A><BR>
    <TR vAlign=top>
      <TD><A name=72897>InterpolationBilinear</A><BR>
      <TD><A name=72917>Extends: Interpolation</A><BR><A name=72899>Represents 
        bilinear interpolation.</A><BR>
    <TR vAlign=top>
      <TD><A name=72893>InterpolationNearest</A><BR>
      <TD><A name=72924>Extends: Interpolation</A><BR><A name=72895>Represents 
        nearest-neighbor interpolation.</A><BR>
    <TR vAlign=top>
      <TD><A name=76249>InterpolationTable</A><BR>
      <TD><A name=76253>Extends: Interpolation</A><BR><A name=76251>Represents 
        nearest-neighbor interpolation.</A><BR>
    <TR vAlign=top>
      <TD><A name=72885>JAI</A><BR>
      <TD><A name=72887>Extends: java.lang.Object</A><BR><A name=72940>A 
        convenience class for instantiating operations.</A><BR>
    <TR vAlign=top>
      <TD><A name=72881>KernelJAI</A><BR>
      <TD><A name=72950>Extends: java.lang.Object</A><BR><A name=72883>A 
        convolution kernel, used by the Convolve operation.</A><BR>
    <TR vAlign=top>
      <TD><A name=72873>LookupTableJAI</A><BR>
      <TD><A name=72967>Extends: java.lang.Object</A><BR><A name=72973>A 
        lookup table object for the Lookup operation.</A><BR>
    <TR vAlign=top>
      <TD><A name=76301>MultiResolutionRenderable-Image</A><BR>
      <TD><A name=76305>Extends: java.lang.Object</A><BR><A 
        name=76303>Implements: java.awt.image.renderable, 
        RenderableImage</A><BR><A name=76315>A RenderableImage that produces 
        renderings based on a set of supplied RenderedImages at 
        various</A><BR><A name=76313>resolution. </A><BR>
    <TR vAlign=top>
      <TD><A name=73046>NullOpImage</A><BR>
      <TD><A name=73048>Extends: PointOpImage</A><BR><A name=73116>A trivial 
        OpImage subclass that simply transmits its source unchanged. Potentially 
        useful when an interface requires an OpImage but another sort of 
        RenderedImage (such as a TiledImage) is to be used.</A><BR>
    <TR vAlign=top>
      <TD><A name=76332>OperationDescriptorImpl</A><BR>
      <TD><A name=76336>Extends: java.lang.Object</A><BR><A 
        name=76334>Implements: OperationDescriptor</A><BR><A name=76346>A 
        concrete implementation of the OperationDescriptor interface, suitable 
        for subclassing. </A><BR>
    <TR vAlign=top>
      <TD><A name=73034>OperationRegistry</A><BR>
      <TD><A name=73146>Extends: java.lang.Object</A><BR><A 
        name=76360>Implements: java.io.Externalizable</A><BR><A name=73152>Maps 
        an operation name into a RenderedImageFactory capable of implementing 
        the operation, given a specific set of sources and parameters.</A><BR>
    <TR vAlign=top>
      <TD><A name=76352>OpImage</A><BR>
      <TD><A name=76354>Extends: PlanarImage</A><BR><A name=76370>The parent 
        class for all imaging operations. OpImage centralizes a number of common 
        functions, including connecting sources and sinks during construction of 
        OpImage chains, and tile cache management.</A><BR>
    <TR vAlign=top>
      <TD><A name=75802>ParameterBlockJAI</A><BR>
      <TD><A name=76397>Extends: java.awt.image.renderable, 
        ParameterBlock</A><BR><A name=76399>A convenience subclass of 
        ParameterBlock that allows the use of default parameter values and 
        getting/setting parameters by name.</A><BR>
    <TR vAlign=top>
      <TD><A name=73026>PerspectiveTransform</A><BR>
      <TD><A name=76414>Extends: java.lang.Object</A><BR><A 
        name=73028>Implements: java.lang.Cloneable, 
        java.io.Serializable</A><BR><A name=73172>A 2D perspective (or 
        projective) transform, used by various OpImages.</A><BR>
    <TR vAlign=top>
      <TD><A name=73018>PlanarImage</A><BR>
      <TD><A name=73020>Extends: java.awt.Image</A><BR><A 
        name=73185>Implements: java.awt.image.RenderedImage</A><BR><A 
        name=73190>A fundamental base class representing two-dimensional 
        images.</A><BR>
    <TR vAlign=top>
      <TD><A name=73231>PointOpImage</A><BR>
      <TD><A name=73233>Extends: OpImage</A><BR><A name=76472>An abstract base 
        class for image operators that require only a single source pixel to 
        compute each destination pixel. </A><BR>
    <TR vAlign=top>
      <TD><A name=76486>PropertyGeneratorImpl</A><BR>
      <TD><A name=76490>Extends: java.lang.Object</A><BR><A name=76492>A 
        utility class to simplify the writing of property generators.</A><BR>
    <TR vAlign=top>
      <TD><A name=76504>RasterAccessor</A><BR>
      <TD><A name=76508>Extends: java.lang.Object</A><BR><A name=76510>An 
        adapter class for presenting image data in a ComponentSampleModel 
        format, even if the data is not stored that way.</A><BR>
    <TR vAlign=top>
      <TD><A name=79989>RasterFactory</A><BR>
      <TD><A name=79993>A convenience class for the construction of various 
        types of WritableRaster and SampleModel objects.</A><BR>
    <TR vAlign=top>
      <TD><A name=80841>RasterFormatTag</A><BR>
      <TD><A name=80845>Encapsulates some of the information needed for 
        RasterAccessor to understand how a Raster is laid out.</A><BR>
    <TR vAlign=top>
      <TD><A name=79915>RemoteImage</A><BR>
      <TD><A name=79917>Extends: PlanarImage</A><BR><A name=79918>An 
        implementation of RenderedImage that uses a RMIImage as its 
        source.</A><BR>
    <TR vAlign=top>
      <TD><A name=76555>RenderableGraphics</A><BR>
      <TD><A name=76559>Extends: Graphics2D</A><BR><A name=80263>Implements: 
        RenderableImage, Serializable</A><BR><A name=76557>An implementation of 
        Graphics2D with RenderableImage semantics.</A><BR>
    <TR vAlign=top>
      <TD><A name=76580>RenderableImageAdapter</A><BR>
      <TD><A name=76584>Extends: java.lang.Object</A><BR><A 
        name=76585>Implements: java.awt.image.renderable.RenderableImage, 
        PropertySource</A><BR><A name=76582>An adapter class for 
        externally-generated RenderableImages.</A><BR>
    <TR vAlign=top>
      <TD><A name=76597>RenderableOp</A><BR>
      <TD><A name=76601>Extends: 
        java.awt.image.renderable.RenderableImageOp</A><BR><A 
        name=76602>Implements: PropertySource</A><BR><A name=76599>A JAI version 
        of RenderableImageOp.</A><BR>
    <TR vAlign=top>
      <TD><A name=76614>RenderedImageAdapter</A><BR>
      <TD><A name=76618>Extends: PlanarImage</A><BR><A name=76616>A 
        PlanarImage wrapper for a non-writable RenderedImage.</A><BR>
    <TR vAlign=top>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -