org.jaitools.imageutils
Class ImageSet.Element
java.lang.Object
org.jaitools.imageutils.ImageSet.Element
- Enclosing class:
- ImageSet<K>
public static class ImageSet.Element
- extends Object
An ImageSet element consisting of a RenderedImage
and an associated outside value.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageSet.Element
public ImageSet.Element(RenderedImage image,
Number outsideValue)
- Creates a new element.
- Parameters:
image - the imageoutsideValue - the outside value
Copyright © 2009-2015. All Rights Reserved.