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 MultiLevelModelDefaultMultiLevelSource.createDefaultMultiLevelModel(RenderedImage sourceImage, int levelCount) Deprecated.AbstractMultiLevelSource.getModel()Deprecated.final MultiLevelModelDefaultMultiLevelImage.getModel()Deprecated.Constructors in com.bc.ceres.glevel.support with parameters of type MultiLevelModelModifierConstructorDescriptionprotectedAbstractMultiLevelSource(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.