Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 AbstractEffect
org.kingda.tools.tooltip.effects 实现了IEffect接口的抽象类。
 AbstractTooltip
org.kingda.tools.tooltip.types 实现了ITooltip接口的抽象类。可供开发者二次开发扩展用。
 Back
fl.transitions.easing The Back class defines three easing functions to implement motion with ActionScript animations.
 Blinds
fl.transitions The Blinds class reveals the movie clip object by using appearing or disappearing rectangles.
 Bounce
fl.transitions.easing The Bounce class defines three easing functions to implement bouncing motion with ActionScript animation, similar to a ball falling and bouncing on a floor with several decaying rebounds.
 CustomSkinStyle
org.kingda.tools.tooltip.styles 自定义皮肤样式。用户可以自己做一个MovieClip或Sprite元件,指定为tooltip的外观。 保证如下几点:
  • 如果是用Flash CS3创作,那么在fla文件的库中指定链接,并将链接名(linkage)作为参数传入
  • 如果是自定义的Sprite的子类,那么将子类的Class作为参数传入
  • 必须保证元件内部有一个子Sprite元件名为"background",一个动态文本框名为"tiptextfield"
  • KTooltip.create()时,要将CustomSkinTooltip的Class对象作为最后一个参数传入。
  •  CustomSkinTooltip
    org.kingda.tools.tooltip.types 自定义皮肤工具类,与CustomSkinStyle类配合使用。
     DefaultEffect
    org.kingda.tools.tooltip.effects 默认的显示效果类。实现简单的显示和隐藏效果。
     EffectUtils
    org.kingda.tools.tooltip.effects 效果包的工具类。
     Elastic
    fl.transitions.easing The Elastic class defines three easing functions to implement motion with ActionScript animation, where the motion is defined by an exponentially decaying sine wave.
     Fade
    fl.transitions The Fade class fades the movie clip object in or out.
     FadeEffect
    org.kingda.tools.tooltip.effects 渐隐渐显效果类。可定制tooltip渐隐渐显时长、偏移位置、alpha值渐变函数、偏移值渐变函数。
     Fly
    fl.transitions The Fly class slides the movie clip object in from a specified direction.
     IEffect
    org.kingda.tools.tooltip 实现了IEffect接口的效果类,可以被KTooltip使用。
     Iris
    fl.transitions The Iris class reveals the movie clip object by using an animated mask of a square shape or a circle shape that zooms in or out.
     IStyle
    org.kingda.tools.tooltip KTooltip支持的工具提示样式接口。实现了这个接口的样式类实例,可以被KTooltip使用。
     ITooltip
    org.kingda.tools.tooltip

    The ITooltip interface defines methods for creating a tooltip instance which can be accepted by KTooltip Mechanism.

    ITooltip接口定义了工具提示类必须实现的几个方法。KTooltip工厂类只能创造实现了ITooltip接口的对象。 提供ITooltip接口,为开发KTooltip新的工具提示类提供了插入接口。

     KTooltip
    org.kingda.tools.tooltip

    KTooltip is a factory class.

     KTooltipDemo
    org.kingda.tools.tooltip 演示文档类
     KTooltipError
    org.kingda.tools.tooltip KTooltip异常类。简单,备后续版本扩展。
     None
    fl.transitions.easing The None class defines easing functions to implement nonaccelerated motion with ActionScript animations.
     Photo
    fl.transitions Makes the movie clip object appear or disappear like a photographic flash.
     PixelDissolve
    fl.transitions The PixelDissolve class reveals reveals the movie clip object by using randomly appearing or disappearing rectangles in a checkerboard pattern.
     RectDropshadowStyle
    org.kingda.tools.tooltip.styles 带有投影效果的简单工具提示样式。
     RectGradientStyle
    org.kingda.tools.tooltip.styles 渐变填充矩形样式。渐变参数与Graphics的beginGradientFill一致。
     Regular
    fl.transitions.easing The Regular class defines three easing functions to implement accelerated motion with ActionScript animations.
     Rotate
    fl.transitions The Rotate class rotates the movie clip object.
     RoundRectGradientDropshadowStyle
    org.kingda.tools.tooltip.styles 圆角矩形投影样式
     SimpleStyle
    org.kingda.tools.tooltip.styles

    SimpleStyle is the default style.

    简单的样式类,默认的样式类。

     SimpleTooltip
    org.kingda.tools.tooltip.types 默认的工具类。支持org.kingda.tools.tooltip.styles包中除CustomSkinStyle之外的所有样式。 注意,不应该直接调用构造函数生成本包下任何类实例。应该都通过KTooltip.create()来生成。
     SpriteTipStyle
    org.kingda.tools.tooltip.styles Sprite类型工具提示样式类。即将一个Sprite类或其子类实例传入做tooltip。 注意,如果该Sprite中含有一个名为bounding_box的显示对象,那么将以这个对象的宽和高作为Sprite实际所在面积 来绘画背景。
     SpriteTooltip
    org.kingda.tools.tooltip.types 
     Squeeze
    fl.transitions The Squeeze class scales the movie clip object horizontally or vertically.
     Strong
    fl.transitions.easing The Strong class defines three easing functions to implement motion with ActionScript animation.
     Style
    org.kingda.tools.tooltip.styles 实现了IStyle接口的动态类。作为其他所有使用文字tooltip的Style类的父类。 一般不直接使用,普通用户可以不管。只是留着作为Style数据的载体,便于日后扩展开发,与format(),copy()方法共同使用。 高级用户如果有需要,可自己另行开发实现IStyle接口的抽象类。
     TextTipStyle
    org.kingda.tools.tooltip.styles 
     TipStyles
    org.kingda.tools.tooltip 
     Transition
    fl.transitions The Transition class is the base class for all transition classes.
     TransitionManager
    fl.transitions The TransitionManager class defines animation effects.
     Tween
    fl.transitions The Tween class lets you use ActionScript to move, resize, and fade movie clips by specifying a property of the target movie clip to animate over a number of frames or seconds.
     TweenEvent
    fl.transitions The TweenEvent class represents events that are broadcast by the fl.transitions.Tween class.
     Wipe
    fl.transitions The Wipe class reveals or hides the movie clip object by using an animated mask of a shape that moves horizontally.
     Zoom
    fl.transitions The Zoom class zooms the movie clip object in or out by scaling it in proportion.