📄 hbackgrounddevice.java
字号:
package org.havi.ui;
public class HBackgroundDevice extends HScreenDevice {
private HBackgroundConfiguration[] configurations;
private HBackgroundConfiguration defaultConfiguration;
private HBackgroundConfiguration currentConfiguration;
protected HBackgroundDevice() {
}
public HBackgroundConfiguration[] getConfigurations() {
return this.configurations;
}
public HBackgroundConfiguration getDefaultConfiguration() {
return this.defaultConfiguration;
}
public HBackgroundConfiguration getBestConfiguration( HBackgroundConfigTemplate hbc) {
return null;
}
public HBackgroundConfiguration getBestConfiguration( HBackgroundConfigTemplate[] hbcta) {
return null;
}
public HBackgroundConfiguration getCurrentConfiguration() {
return this.currentConfiguration;
}
public boolean setBackgroundConfiguration( HBackgroundConfiguration hbc) throws java.lang.SecurityException, HPermissionDeniedException, HConfigurationException {
return false;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -