Uses of Class
com.luciad.imaging.ALcdBasicImage.Configuration.Builder
Packages that use ALcdBasicImage.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 ALcdBasicImage.Configuration.Builder in com.luciad.imaging
Methods in com.luciad.imaging that return ALcdBasicImage.Configuration.BuilderModifier and TypeMethodDescriptionALcdBasicImage.Configuration.asBuilder()Creates a builder which is pre-initialized with the properties of thisConfiguration.ALcdBasicImage.Configuration.Builder.height(int aHeight) Sets the height in pixels of the image.ALcdBasicImage.Configuration.newBuilder()Creates a new, uninitialized builder.ALcdBasicImage.Configuration.Builder.samplingMode(ELcdImageSamplingMode aSamplingMode) Sets the sampling mode of the image.ALcdBasicImage.Configuration.Builder.tileHeight(int aTileHeight) Sets the tile height in pixels of the image.ALcdBasicImage.Configuration.Builder.tileWidth(int aTileWidth) Sets the tile width in pixels of the image.ALcdBasicImage.Configuration.Builder.width(int aWidth) Sets the width in pixels of the image.