Uses of Class
com.luciad.imaging.ALcdMultilevelImage.Configuration.Builder
Package
Description
Provides a domain model for working with pixel data and a framework for performing
image processing on such data.
-
Uses of ALcdMultilevelImage.Configuration.Builder in com.luciad.imaging
Modifier and TypeMethodDescriptionALcdMultilevelImage.Configuration.asBuilder()
Creates a builder which is pre-initialized with the properties of thisConfiguration
.ALcdMultilevelImage.Configuration.Builder.levelRelationship
(ELcdLevelRelationship aLevelRelationship) Sets the level relationship of the multilevel image.ALcdMultilevelImage.Configuration.newBuilder()
Creates a new builder which can be used to createConfiguration
objects.ALcdMultilevelImage.Configuration.Builder.numberOfLevels
(int aNumberOfLevels) Sets the number of levels in the multilevel image.