public class ImageEncodingOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static ImageEncodingOptions |
DEFAULT |
boolean |
groupLength |
boolean |
undefEmptyItemLength |
boolean |
undefEmptySequenceLength |
boolean |
undefItemLength |
boolean |
undefSequenceLength |
| Constructor and Description |
|---|
ImageEncodingOptions(boolean groupLength,
boolean undefSeqLength,
boolean undefEmptySeqLength,
boolean undefItemLength,
boolean undefEmptyItemLength) |
public static final ImageEncodingOptions DEFAULT
public final boolean groupLength
public final boolean undefSequenceLength
public final boolean undefEmptySequenceLength
public final boolean undefItemLength
public final boolean undefEmptyItemLength
Copyright © 2021. All rights reserved.