public interface DVBCSSViewportProperties
| Modifier and Type | Method and Description |
|---|---|
String |
getArea() |
String |
getBackground() |
String |
getBackgroundImageRectangle() |
String[] |
getBackgroundVideo() |
String[] |
getBackgroundVideoClip() |
String[] |
getBackgroundVideoPreserveAspect() |
String[] |
getBackgroundVideoRectangle() |
String[] |
getBackgroundVideoTransform() |
int |
getHorizontalResolution() |
String |
getInitial() |
String |
getPseudoClass() |
String |
getScene() |
int |
getVerticalResolution() |
void |
setArea(String area) |
void |
setBackground(String background) |
void |
setBackgroundImageRectangle(String rect) |
void |
setBackgroundVideo(String[] video) |
void |
setBackgroundVideoClip(String[] clip) |
void |
setBackgroundVideoPreserveAspect(String[] aspect) |
void |
setBackgroundVideoRectangle(String[] rectangle) |
void |
setBackgroundVideoTransform(String[] transform) |
void |
setHorizontalResolution(int res) |
void |
setInitial(String initial) |
void |
setScene(String scene) |
void |
setVerticalResolution(int res) |
String getPseudoClass()
String getArea()
void setArea(String area)
String[] getBackgroundVideoTransform()
void setBackgroundVideoTransform(String[] transform)
String[] getBackgroundVideo()
void setBackgroundVideo(String[] video)
String[] getBackgroundVideoPreserveAspect()
void setBackgroundVideoPreserveAspect(String[] aspect)
String[] getBackgroundVideoClip()
void setBackgroundVideoClip(String[] clip)
String[] getBackgroundVideoRectangle()
void setBackgroundVideoRectangle(String[] rectangle)
String getBackground()
void setBackground(String background)
String getBackgroundImageRectangle()
void setBackgroundImageRectangle(String rect)
String getInitial()
void setInitial(String initial)
int getVerticalResolution()
void setVerticalResolution(int res)
int getHorizontalResolution()
void setHorizontalResolution(int res)
String getScene()
void setScene(String scene)
Copyright © 2012 code4tv.com. All Rights Reserved.