跳过导航链接
A B C D E F G H I K L M N O P Q R S T U V W X Y _ 

H

hasEventListener(String, HIListener) - 类 中的方法com.hanyeah.events.HEventDispatcher
检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。
HBitmap - com.hanyeah.display中的类
位图对象。
HBitmap(Bitmap, HRectangle) - 类 的构造器com.hanyeah.display.HBitmap
创建HBitmap。
HBitmap(Bitmap) - 类 的构造器com.hanyeah.display.HBitmap
创建HBitmap。
HBitmap() - 类 的构造器com.hanyeah.display.HBitmap
创建HBitmap。
HDisplayObject - com.hanyeah.display中的类
显示对象的基类。
HDisplayObject() - 类 的构造器com.hanyeah.display.HDisplayObject
构造函数,不可以实例化。
HDisplayObjectContainer - com.hanyeah.display中的类
HDisplayObjectContainer 类是可用作显示列表中显示对象容器的所有对象的基类。
HDisplayObjectContainer() - 类 的构造器com.hanyeah.display.HDisplayObjectContainer
构造函数,不可以实例化。
HEasing - com.hanyeah.motion中的类
缓动函数类。
HEasing.Back - com.hanyeah.motion中的类
Back
HEasing.Back.easeIn - com.hanyeah.motion中的类
 
HEasing.Back.easeInOut - com.hanyeah.motion中的类
 
HEasing.Back.easeOut - com.hanyeah.motion中的类
 
HEasing.Bounce - com.hanyeah.motion中的类
Bounce
HEasing.Bounce.easeIn - com.hanyeah.motion中的类
 
HEasing.Bounce.easeInOut - com.hanyeah.motion中的类
 
HEasing.Bounce.easeOut - com.hanyeah.motion中的类
 
HEasing.Circ - com.hanyeah.motion中的类
Circ
HEasing.Circ.easeIn - com.hanyeah.motion中的类
 
HEasing.Circ.easeInOut - com.hanyeah.motion中的类
 
HEasing.Circ.easeOut - com.hanyeah.motion中的类
 
HEasing.Cubic - com.hanyeah.motion中的类
Cubic
HEasing.Cubic.easeIn - com.hanyeah.motion中的类
 
HEasing.Cubic.easeInOut - com.hanyeah.motion中的类
 
HEasing.Cubic.easeOut - com.hanyeah.motion中的类
 
HEasing.Elastic - com.hanyeah.motion中的类
Elastic(未实现)
HEasing.Elastic.easeIn - com.hanyeah.motion中的类
 
HEasing.Elastic.easeInOut - com.hanyeah.motion中的类
 
HEasing.Elastic.easeOut - com.hanyeah.motion中的类
 
HEasing.Expo - com.hanyeah.motion中的类
Expo
HEasing.Expo.easeIn - com.hanyeah.motion中的类
 
HEasing.Expo.easeInOut - com.hanyeah.motion中的类
 
HEasing.Expo.easeOut - com.hanyeah.motion中的类
 
HEasing.HIEaseFunction - com.hanyeah.motion中的接口
 
HEasing.None - com.hanyeah.motion中的类
 
HEasing.None.easeIn - com.hanyeah.motion中的类
 
HEasing.Quad - com.hanyeah.motion中的类
Quad
HEasing.Quad.easeIn - com.hanyeah.motion中的类
 
HEasing.Quad.easeInOut - com.hanyeah.motion中的类
 
HEasing.Quad.easeOut - com.hanyeah.motion中的类
 
HEasing.Quart - com.hanyeah.motion中的类
Quart
HEasing.Quart.easeIn - com.hanyeah.motion中的类
 
HEasing.Quart.easeInOut - com.hanyeah.motion中的类
 
HEasing.Quart.easeOut - com.hanyeah.motion中的类
 
HEasing.Quint - com.hanyeah.motion中的类
Quint
HEasing.Quint.easeIn - com.hanyeah.motion中的类
 
HEasing.Quint.easeInOut - com.hanyeah.motion中的类
 
HEasing.Quint.easeOut - com.hanyeah.motion中的类
 
HEasing.Sine - com.hanyeah.motion中的类
Sine
HEasing.Sine.easeIn - com.hanyeah.motion中的类
 
HEasing.Sine.easeInOut - com.hanyeah.motion中的类
 
HEasing.Sine.easeOut - com.hanyeah.motion中的类
 
HEasing.Strong - com.hanyeah.motion中的类
Strong
HEasing.Strong.easeIn - com.hanyeah.motion中的类
 
HEasing.Strong.easeInOut - com.hanyeah.motion中的类
 
HEasing.Strong.easeOut - com.hanyeah.motion中的类
 
height - 类 中的变量com.hanyeah.display.HTextField
文本框高度
height - 类 中的变量com.hanyeah.geom.HRectangle
 
HEngine - com.hanyeah中的类
 
HEngine(Context) - 类 的构造器com.hanyeah.HEngine
 
HEvent - com.hanyeah.events中的类
事件的基类。
HEvent(String, Object, boolean, boolean) - 类 的构造器com.hanyeah.events.HEvent
HEvent 类作为创建 HEvent 对象的基类,当发生事件时,HEvent 对象将作为参数传递给事件侦听器。
HEvent(String, Object, boolean) - 类 的构造器com.hanyeah.events.HEvent
 
HEvent(String, Object) - 类 的构造器com.hanyeah.events.HEvent
 
HEvent(String) - 类 的构造器com.hanyeah.events.HEvent
 
HEventDispatcher - com.hanyeah.events中的类
发送事件的基类。
HEventDispatcher() - 类 的构造器com.hanyeah.events.HEventDispatcher
构造函数
HGraphics - com.hanyeah.display中的类
 
HGraphics() - 类 的构造器com.hanyeah.display.HGraphics
构造函数
HIListener - com.hanyeah.events中的接口
时间处理类。
HInteractiveObject - com.hanyeah.display中的类
HInteractiveObject 类是用户可以使用鼠标和键盘与之交互的所有显示对象的抽象基类。
HInteractiveObject() - 类 的构造器com.hanyeah.display.HInteractiveObject
构造函数,不可以实例化。
hitTestObject(HDisplayObject) - 类 中的方法com.hanyeah.display.HDisplayObject
计算显示对象,以确定它是否与 obj 显示对象重叠或相交。
hitTestPoint(double, double) - 类 中的方法com.hanyeah.display.HDisplayObject
计算显示对象,以确定它是否与 x 和 y 参数指定的点重叠或相交。
HMath - com.hanyeah中的类
弥补安卓自带Math类的不足。
HMatrix - com.hanyeah.geom中的类
转换矩阵。
HMatrix(double, double, double, double, double, double) - 类 的构造器com.hanyeah.geom.HMatrix
使用指定参数创建新的 HMatrix 对象。
HMatrix() - 类 的构造器com.hanyeah.geom.HMatrix
使用默认参数 (1,0,0,1,0,0) 创建新的 HMatrix 对象。
HMatrixTransformer - com.hanyeah.geom中的类
HMatrixTransformer 类包含修改转换矩阵单个属性的方法:水平和垂直缩放、水平和垂直倾斜,以及旋转。
HObject - com.hanyeah中的类
渲染引擎中所有类的基类。
HObject() - 类 的构造器com.hanyeah.HObject
 
HPoint - com.hanyeah.geom中的类
Point 对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。
HPoint(double, double) - 类 的构造器com.hanyeah.geom.HPoint
构造函数
HPoint() - 类 的构造器com.hanyeah.geom.HPoint
构造函数,默认使用(0,0)点。
HRectangle - com.hanyeah.geom中的类
HRectangle 对象是按其位置(由它左上角的点 (x, y) 确定)以及宽度和高度定义的区域。
HRectangle(double, double, double, double) - 类 的构造器com.hanyeah.geom.HRectangle
构造函数。
HRectangle() - 类 的构造器com.hanyeah.geom.HRectangle
构造函数,相当于new HRectangle(0,0,0,0)。
HShape - com.hanyeah.display中的类
用于创建矢量图。
HShape() - 类 的构造器com.hanyeah.display.HShape
构造函数。
HSprite - com.hanyeah.display中的类
第一个可以实例化的显示对象容器。
HSprite() - 类 的构造器com.hanyeah.display.HSprite
构造函数
HSpriteSheet - com.hanyeah.display中的类
 
HSpriteSheet(Bitmap, JSONObject) - 类 的构造器com.hanyeah.display.HSpriteSheet
用此类创建帧动画。
HStage - com.hanyeah.display中的类
 
HStage() - 类 的构造器com.hanyeah.display.HStage
构造函数,只能由引擎调用。
HTextField - com.hanyeah.display中的类
文本显示对象。
HTextField() - 类 的构造器com.hanyeah.display.HTextField
构造函数
HTouchEvent - com.hanyeah.events中的类
 
HTouchEvent(String, Object, boolean, boolean) - 类 的构造器com.hanyeah.events.HTouchEvent
触摸事件。
HTouchEvent(String, Object, boolean) - 类 的构造器com.hanyeah.events.HTouchEvent
构造函数。
HTouchEvent(String, Object) - 类 的构造器com.hanyeah.events.HTouchEvent
构造函数。
HTouchEvent(String) - 类 的构造器com.hanyeah.events.HTouchEvent
构造函数。
HTweenLite - com.hanyeah.motion中的类
 
HTweenLite() - 类 的构造器com.hanyeah.motion.HTweenLite
 
HTweenLite.HIUpdate - com.hanyeah.motion中的接口
更新
A B C D E F G H I K L M N O P Q R S T U V W X Y _ 
跳过导航链接