-
public interface PictureSettingsIf
An interface which is implemented by the TvBrowserDataService, to let the picture settings be customizable in the setup assistant.- Author:
- René Mach
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALL_PICTURES
static int
EVENING_PICTURES
static int
MORNING_PICTURES
static int
NO_PICTURES
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getPictureState()
void
setPictureState(int type)
-
-
-
Field Detail
-
NO_PICTURES
static final int NO_PICTURES
- See Also:
- Constant Field Values
-
MORNING_PICTURES
static final int MORNING_PICTURES
- See Also:
- Constant Field Values
-
EVENING_PICTURES
static final int EVENING_PICTURES
- See Also:
- Constant Field Values
-
ALL_PICTURES
static final int ALL_PICTURES
- See Also:
- Constant Field Values
-
-