|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<MergeBehavior>
MergeBehavior
public enum MergeBehavior
This class is responsible for implementing the strategies for the mosaicking which can be a flat merge of band-stacking merge.
MosaicDescriptor
Enum Constant Summary | |
---|---|
FLAT
|
|
STACK
|
Method Summary | |
---|---|
static MergeBehavior |
getDefault()
Retrieves the default MergeBehavior . |
abstract RenderedImage |
process(RenderedImage[] sources,
double[] backgroundValues,
double[][] inputThreshold,
PlanarImage[] sourceAlpha,
ROI[] sourceROI,
MosaicType mosaicType,
RenderingHints localHints)
Process input RenderedImage to produce the output of this mosaic. |
static MergeBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MergeBehavior[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
static String[] |
valuesAsStrings()
Retrieves the possible values as Strings. |
Methods inherited from class Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MergeBehavior STACK
public static final MergeBehavior FLAT
Method Detail |
---|
public static MergeBehavior[] values()
for (MergeBehavior c : MergeBehavior.values()) System.out.println(c);
public static MergeBehavior valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic abstract RenderedImage process(RenderedImage[] sources, double[] backgroundValues, double[][] inputThreshold, PlanarImage[] sourceAlpha, ROI[] sourceROI, MosaicType mosaicType, RenderingHints localHints)
RenderedImage
to produce the output of this mosaic.
RenderedImage
.public static MergeBehavior getDefault()
MergeBehavior
.
MergeBehavior
.public static String[] valuesAsStrings()
String
that contains the representation of each value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |