Class DefaultMultiLevelSource

    • Field Detail

      • DEFAULT_INTERPOLATION

        public static final javax.media.jai.Interpolation DEFAULT_INTERPOLATION
        Default interpolation is "Nearest Neighbour".
    • Constructor Detail

      • DefaultMultiLevelSource

        public DefaultMultiLevelSource​(RenderedImage sourceImage,
                                       int levelCount)
        Constructs a new instance with DEFAULT_INTERPOLATION.
        Parameters:
        sourceImage - The source image.
        levelCount - The level count.
      • DefaultMultiLevelSource

        public DefaultMultiLevelSource​(RenderedImage sourceImage,
                                       int levelCount,
                                       javax.media.jai.Interpolation interpolation)
        Constructs a new instance.
        Parameters:
        sourceImage - The source image.
        levelCount - The level count.
        interpolation - The interpolation.
      • DefaultMultiLevelSource

        public DefaultMultiLevelSource​(RenderedImage sourceImage,
                                       MultiLevelModel multiLevelModel)
        Constructs a new instance with DEFAULT_INTERPOLATION.
        Parameters:
        sourceImage - The source image.
        multiLevelModel - The multi level model.
      • DefaultMultiLevelSource

        public DefaultMultiLevelSource​(RenderedImage sourceImage,
                                       MultiLevelModel multiLevelModel,
                                       javax.media.jai.Interpolation interpolation)
        Constructs a new instance with DEFAULT_INTERPOLATION.
        Parameters:
        sourceImage - The source image.
        multiLevelModel - The multi level model.
        interpolation - The interpolation.