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

📄 hscreenrectangle.java

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

package org.havi.ui;


public class HScreenRectangle extends java.lang.Object {

	public float x;


	public float y;


	public float width;


	public float height;


	public HScreenRectangle(float x, float y, float width, float height) {
	}


	public void setLocation(float x, float y) {
	}


	public void setSize(float width, float height) {
	}

}

⌨️ 快捷键说明

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