Uses of Class
org.apache.sis.internal.coverage.j2d.TilePlaceholder
Packages that use TilePlaceholder
Package
Description
A set of helper classes for the SIS implementation backed by Java2D.
-
Uses of TilePlaceholder in org.apache.sis.internal.coverage.j2d
Methods in org.apache.sis.internal.coverage.j2d that return TilePlaceholderModifier and TypeMethodDescriptionstatic TilePlaceholderTilePlaceholder.empty(SampleModel model) Returns a provider of empty tiles for the given sample model.static TilePlaceholderTilePlaceholder.filled(SampleModel model, Number fillValue) Returns a provider of empty tiles filled with the given value in all bands.static TilePlaceholderTilePlaceholder.filled(SampleModel model, FillValues fill) Returns a provider of empty tiles filled with the given values.static TilePlaceholderTilePlaceholder.withCross(RenderedImage image) Returns a source of "empty" tiles with a white border and a white cross.