Modifier and Type | Method and Description |
---|---|
String |
UrlCreator.getFilename(Media media,
Language lang,
Resolution res)
Deprecated.
|
String |
UrlCreator.getUrl(Media media,
Language language,
Resolution resolution,
int mode)
Deprecated.
|
void |
GenerationContext.mediaReferenced(Media media,
Language language,
Resolution resolution) |
Modifier and Type | Method and Description |
---|---|
Resolution |
MappingMedium.getResolution() |
Modifier and Type | Method and Description |
---|---|
void |
MappingMedium.setResolution(Resolution resolution) |
Modifier and Type | Method and Description |
---|---|
Resolution |
Project.createResolution(String name,
String description)
Create a new resolution
|
Resolution |
Project.getOriginalResolution() |
Resolution |
Project.getResolutionByName(String name)
Returns the resolution with the given name or
null if no resolution exists in this project with the
specified name. |
Modifier and Type | Method and Description |
---|---|
List<Resolution> |
Project.getResolutions()
Get all
resolutions of this project. |
Modifier and Type | Method and Description |
---|---|
void |
Project.removeResolution(Resolution resolution)
Remove resolution
|
void |
Project.setResolutions(Resolution[] resolutions)
Set the Resolutions of this project
|
Modifier and Type | Method and Description |
---|---|
String |
URLProperties.getStoredUrl(Media node,
Language language,
Resolution resolution)
Get the stored URL for the specified parameter set.
|
void |
URLProperties.setStoredUrl(String url,
Media node,
Language language,
Resolution resolution)
Get the stored URL for the specified parameter set.
|
Modifier and Type | Method and Description |
---|---|
Resolution |
PictureResolution.getResolution()
Get the resolution as an object of the current pictureresolution
|
Modifier and Type | Method and Description |
---|---|
InputStream |
Picture.getInputStream(Resolution resolution)
Get the picture content of the current picture-media as an inputstream.
|
MediaMetaData |
Picture.getPictureMetaData(Resolution resolution)
Return media meta data for saved and generated picture resolutions.
|
PictureResolution |
Picture.getPictureResolution(Resolution resolution)
Get the picture-resolution of the current picture-media for given resolution as an object
|
String |
Media.getStoredUrl(Language language,
Resolution resolution)
Get the stored URL for this node and the provided combination of language and resolution.
|
void |
Picture.removePicture(Resolution resolution)
Remove the picture of the current picture-media for given resolution
|
void |
Picture.setPicture(Resolution resolution,
long length,
InputStream pictureStream,
String extension)
Uploads the picture data for the given Resolution by reading from the given InputStream.
|
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500