Package | Description |
---|---|
eu.maxschuster.vaadin.signaturefield | |
eu.maxschuster.vaadin.signaturefield.converter | |
eu.maxschuster.vaadin.signaturefield.shared |
Modifier and Type | Method | Description |
---|---|---|
MimeType |
SignatureField.getMimeType() |
Sets the
MimeType of generated images |
MimeType |
SignatureFieldExtension.getMimeType() |
Sets the
MimeType of generated images |
Modifier and Type | Method | Description |
---|---|---|
void |
SignatureField.setMimeType(MimeType mimeType) |
Sets the
MimeType of generated images |
void |
SignatureFieldExtension.setMimeType(MimeType mimeType) |
Sets the
MimeType of generated images |
SignatureField |
SignatureField.withMimeType(MimeType mimeType) |
Sets the
MimeType of generated images |
Modifier and Type | Method | Description |
---|---|---|
protected MimeType |
StringToByteArrayConverter.guessMimeType(byte[] data) |
Guesses the
MimeType of the given byte[] contents. |
Modifier and Type | Method | Description |
---|---|---|
protected boolean |
StringToByteArrayConverter.matchMimeType(eu.maxschuster.dataurl.DataUrl dataUrl,
MimeType mimeType) |
Matches the MIME-Type of the given
DataUrl with the given
MimeType . |
Constructor | Description |
---|---|
StringToByteArrayConverter(eu.maxschuster.dataurl.IDataUrlSerializer serializer,
MimeType mimeType) |
|
StringToByteArrayConverter(MimeType mimeType) |
Creates a new
StringToByteArrayConverter with the default
IDataUrlSerializer and automatic MimeType guessing. |
Modifier and Type | Method | Description |
---|---|---|
static MimeType |
MimeType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MimeType |
MimeType.valueOfMimeType(String mimeType) |
|
static MimeType[] |
MimeType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Max Schuster. All Rights Reserved.