public class FactoryImageGenerator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FactoryImageGenerator.WrapImage<T extends ImageSingleBand> |
| Constructor and Description |
|---|
FactoryImageGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand> |
create(Class<T> type) |
static <T extends ImageSingleBand> |
create(T original) |
public static <T extends ImageSingleBand> ImageGenerator<T> create(Class<T> type)
public static <T extends ImageSingleBand> ImageGenerator<T> create(T original)
Copyright © 2013. All Rights Reserved.