Interface VisualMedia
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.silverpeas.core.io.media.DefinitiongetDefinition()Gets the definition in pixels of the media.voidsetDefinition(org.silverpeas.core.io.media.Definition definition)Sets the definition in pixels of the media.
-
-
-
Method Detail
-
getDefinition
org.silverpeas.core.io.media.Definition getDefinition()
Gets the definition in pixels of the media.- Returns:
- the definition of the media.
-
setDefinition
void setDefinition(org.silverpeas.core.io.media.Definition definition)
Sets the definition in pixels of the media.- Parameters:
definition- the definition in pixels of the media.
-
-