⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hscreen.java

📁 MHP java class for Interactive TV use
💻 JAVA
字号:

package org.havi.ui;


public class HScreen extends java.lang.Object {

	private static HScreen[] hScreens;
	private static HScreen defaultHScreen;
	private HVideoDevice[] hVideoDevices;
	private HVideoDevice defaultHVideoDevice;
	private HGraphicsDevice[] hGraphicsDevices;
	private HGraphicsDevice defaultHGraphicsDevice;
	private HBackgroundDevice[] hBackgroundDevices;
	private HBackgroundDevice defaultHBackgroundDevice;


	public static HScreen[] getHScreens() {
		return hScreens;
	}


	public static HScreen getDefaultHScreen() {
		return defaultHScreen;
	}


	public HVideoDevice[] getHVideoDevices() {
		return this.hVideoDevices;
	}


	public HVideoDevice getDefaultHVideoDevice() {
		return this.defaultHVideoDevice;
	}


	public HVideoConfiguration getBestConfiguration( HVideoConfigTemplate[] hvcta) {
		return null;

	}


	public HGraphicsDevice[] getHGraphicsDevices() {
		return this.hGraphicsDevices;
	}


	public HGraphicsDevice getDefaultHGraphicsDevice() {
		return this.defaultHGraphicsDevice;
	}


	public HGraphicsConfiguration getBestConfiguration( HGraphicsConfigTemplate[] hgcta) {
		return null;

	}


	public HBackgroundDevice[] getHBackgroundDevices() {
		return this.hBackgroundDevices;
	}


	public HBackgroundDevice getDefaultHBackgroundDevice() {
		return this.defaultHBackgroundDevice;
	}


	public HBackgroundConfiguration getBestConfiguration( HBackgroundConfigTemplate[] hbcta) {
		return null;

	}


	public HScreenConfiguration[] getCoherentScreenConfigurations( HScreenConfigTemplate[] hscta) {
		return null;

	}


	public boolean setCoherentScreenConfigurations( HScreenConfiguration[] hsca) throws java.lang.SecurityException, HPermissionDeniedException, HConfigurationException {
		return false;

	}

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -