Package | Description |
---|---|
eu.maxschuster.vaadin.signaturefield | |
eu.maxschuster.vaadin.signaturefield.converter | |
eu.maxschuster.vaadin.signaturefield.shared |
Modifier and Type | Method and Description |
---|---|
MimeType |
SignatureFieldExtension.getMimeType()
Sets the
MimeType of generated images |
MimeType |
SignatureField.getMimeType()
Sets the
MimeType of generated images |
Modifier and Type | Method and Description |
---|---|
void |
SignatureFieldExtension.setMimeType(MimeType mimeType)
Sets the
MimeType of generated images |
void |
SignatureField.setMimeType(MimeType mimeType)
Sets the
MimeType of generated images |
SignatureField |
SignatureField.withMimeType(MimeType mimeType)
Sets the
MimeType of generated images |
Modifier and Type | Method and Description |
---|---|
protected MimeType |
StringToByteArrayConverter.guessMimeType(byte[] data)
Guesses the
MimeType of the given byte[] contents. |
Modifier and Type | Method and 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 and 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 and 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 © 2017 Max Schuster. All Rights Reserved.