Uses of Interface
com.bc.ceres.glevel.MultiLevelModel
Packages that use MultiLevelModel
Package
Description
Adds multi-resolution / image pyramid capabilities to JAI.
Various support classes for the
com.bc.ceres.glevel
API.-
Uses of MultiLevelModel in com.bc.ceres.glevel
Methods in com.bc.ceres.glevel that return MultiLevelModelModifier and TypeMethodDescriptionMultiLevelSource.getModel()
Deprecated.Gets the layout model for the multi-resolution image supported by thisLevelImageSource
. -
Uses of MultiLevelModel in com.bc.ceres.glevel.support
Classes in com.bc.ceres.glevel.support that implement MultiLevelModelMethods in com.bc.ceres.glevel.support that return MultiLevelModelModifier and TypeMethodDescriptionstatic MultiLevelModel
DefaultMultiLevelSource.createDefaultMultiLevelModel
(RenderedImage sourceImage, int levelCount) Deprecated.AbstractMultiLevelSource.getModel()
Deprecated.final MultiLevelModel
DefaultMultiLevelImage.getModel()
Deprecated.Constructors in com.bc.ceres.glevel.support with parameters of type MultiLevelModelModifierConstructorDescriptionprotected
AbstractMultiLevelSource
(MultiLevelModel multiLevelModel) Deprecated.DefaultMultiLevelSource
(RenderedImage sourceImage, MultiLevelModel multiLevelModel) Deprecated.Constructs a new instance withDefaultMultiLevelSource.DEFAULT_INTERPOLATION
.DefaultMultiLevelSource
(RenderedImage sourceImage, MultiLevelModel multiLevelModel, javax.media.jai.Interpolation interpolation) Deprecated.Constructs a new instance withDefaultMultiLevelSource.DEFAULT_INTERPOLATION
.FileMultiLevelSource
(File location, String basename, String extension, MultiLevelModel multiLevelModel) Deprecated.