Interface Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
C
 Collection
I
 IAnimation
 ICollection
 IColorable
 IDisposable
 IIterator
 IPathSegment
 IRenderable
 Iterator
 ITween
L
 LinkedList
 LinkedListNode
T
 TweenExInterface
W
 WidgetInterface
A ‘java-style’ collection interface.
The ‘IAnimation’ interface defines a common interface for all animation objects.
The ‘ICollection’ interface defines a common interface for all collection objects.
The ‘IColorable’ interface defines a common interface for all colorable objects.
The ‘IDisposable’ interface defines a common interface for all objects to encorporate garbage collection.
The ‘IIterator’ interface defines a common interface for all iterator objects.
The ‘IPathSegment’ interface defines a common interface for all path segment objects.
The ‘IRenderable’ interface defines a common interface for all renderable objects.
A ‘java-style’ iterator interface.
The ‘ITween’ interface defines a common interface for all tween objects.
A marker interface for linked list classes.
A marker interface for the linked list nodes.
Extended tween classes implement this interface to provide access to common properies.
Widgets are required to implement this interface.
Close