hemulatedgraphicsconfiguration.java
来自「MHP java class for Interactive TV use」· Java 代码 · 共 31 行
JAVA
31 行
package org.havi.ui;
public class HEmulatedGraphicsConfiguration extends HGraphicsConfiguration {
private HGraphicsConfigTemplate configTemplate;
private HGraphicsConfigTemplate emulation;
private HGraphicsConfigTemplate implementation;
protected HEmulatedGraphicsConfiguration() {
}
public HGraphicsConfigTemplate getConfigTemplate() {
return this.configTemplate;
}
public HGraphicsConfigTemplate getEmulation() {
return this.emulation;
}
public HGraphicsConfigTemplate getImplementation() {
return this.implementation;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?