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

📄 ioriginaxis.as

📁 拓扑图基于SNMP数据采集模块的设计和实现
💻 AS
字号:
package com.yahoo.astra.fl.charts.axes{	/**	 * An axis with an origin.	 * 	 * @author Josh Tynjala	 */	public interface IOriginAxis extends IAxis	{		/**		 * Returns the value of the origin. This is not the position of the		 * origin. To get the origin's position, pass the origin value to		 * valueToLocal().		 * 		 * Note: This value may not be the true origin value. It may be a		 * minimum or maximum value if the actual origin is not visible.		 * 		 * @see IAxis#valueToLocal()		 */		function get origin():Object;	}}

⌨️ 快捷键说明

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