Other CAAT actors

Besides the base actors CAAT contains some helper actors which will make developers life easier.

It must be noted that some of those actors have been deprecated by adding new functionalities to the base actor CAAT.Actor.

Those helper actors are:

  • ShapeActor. Draws common shapes. Only for CANVAS renderer.
  • StarActor. Draws star shaped actors. Only for CANVAS renderer.
  • TextActor. Draws text. ALL renderers, with limitations.
  • ImageActor. Draws a single image. Allows fine control of image presentation.
  • SpriteActor. Fine control of sub-imaging. Also offers basic image framing.
  • Button. Basic button functionality.
  • InterpolatorActor. Shows an interpolator on screen.
  • PathActor. Draw complex paths and also allows for its modification.
  • Dock. Allows compact presentation of other actors.