public interface ThumbnailConfig
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PN_DOCENTER
Name of the configuration property for whether the thumbnail shall be rendered centered or not.
|
static java.lang.String |
PN_HEIGHT
Name of the configuration property for the thumbnail's height.
|
static java.lang.String |
PN_WIDTH
Name of the configuration property for the thumbnail's width.
|
static final java.lang.String PN_WIDTH
static final java.lang.String PN_HEIGHT
static final java.lang.String PN_DOCENTER
int getWidth()
int getHeight()
boolean doCenter()
true if the thumbnail is rendered centered.