Interface VisualMedia
public interface VisualMedia
A Visual media. Such media has a definition (or resolution) expressed in pixels.
- Author:
- mmoquillon
-
Method Summary
Modifier and TypeMethodDescriptionorg.silverpeas.core.io.media.DefinitionGets the definition in pixels of the media.voidsetDefinition(org.silverpeas.core.io.media.Definition definition) Sets the definition in pixels of the media.
-
Method Details
-
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.
-