|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImageType | |
|---|---|
| ezvcard.io.scribe | |
| ezvcard.parameter | |
| ezvcard.property | |
| Uses of ImageType in ezvcard.io.scribe |
|---|
| Methods in ezvcard.io.scribe that return ImageType | |
|---|---|
protected ImageType |
ImagePropertyScribe._buildMediaTypeObj(String mediaType)
|
protected ImageType |
ImagePropertyScribe._buildTypeObj(String type)
|
| Methods in ezvcard.io.scribe with parameters of type ImageType | |
|---|---|
protected Photo |
PhotoScribe._newInstance(byte[] data,
ImageType contentType)
|
protected Logo |
LogoScribe._newInstance(byte[] data,
ImageType contentType)
|
protected Photo |
PhotoScribe._newInstance(String uri,
ImageType contentType)
|
protected Logo |
LogoScribe._newInstance(String uri,
ImageType contentType)
|
| Uses of ImageType in ezvcard.parameter |
|---|
| Fields in ezvcard.parameter declared as ImageType | |
|---|---|
static ImageType |
ImageType.GIF
|
static ImageType |
ImageType.JPEG
|
static ImageType |
ImageType.PNG
|
| Methods in ezvcard.parameter that return ImageType | |
|---|---|
static ImageType |
ImageType.find(String type,
String mediaType,
String extension)
Searches for a parameter value that is defined as a static constant in this class. |
static ImageType |
ImageType.get(String type,
String mediaType,
String extension)
Searches for a parameter value and creates one if it cannot be found. |
| Methods in ezvcard.parameter that return types with arguments of type ImageType | |
|---|---|
static Collection<ImageType> |
ImageType.all()
Gets all of the parameter values that are defined as static constants in this class. |
| Uses of ImageType in ezvcard.property |
|---|
| Constructors in ezvcard.property with parameters of type ImageType | |
|---|---|
ImageProperty(byte[] data,
ImageType type)
Creates an image property. |
|
ImageProperty(File file,
ImageType type)
Creates an image property. |
|
ImageProperty(InputStream in,
ImageType type)
Creates an image property. |
|
ImageProperty(String url,
ImageType type)
Creates an image property. |
|
Logo(byte[] data,
ImageType type)
Creates a logo property. |
|
Logo(File file,
ImageType type)
Creates a logo property. |
|
Logo(InputStream in,
ImageType type)
Creates a logo property. |
|
Logo(String url,
ImageType type)
Creates a logo property. |
|
Photo(byte[] data,
ImageType type)
Creates a photo property. |
|
Photo(File file,
ImageType type)
Creates a photo property. |
|
Photo(InputStream in,
ImageType type)
Creates a photo property. |
|
Photo(String url,
ImageType type)
Creates a photo property. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||