Interfaces
 InterfaceDescription
 IDegrafaStateClient The interface that Degrafa objects must implement to take part in the states system.
 IOverride The IOverride interface is used for view state overrides.
 IStateClient The IStateClient interface defines the interface that components must implement to support view states.
Classes
 ClassDescription
 AddChild The AddChild class adds a child Geometry object, such as a Circle, to the target as part of a view state.
 RemoveChild The RemoveChild class removes a Geomerty object, such as a Circle, from a target as part of a view state.
 RemoveChildren The RemoveChildren class removes an array Geomerty objects, such as a Circles, from a target as part of a view state.
 SetProperties The SetProperties class specifies an array properties and values that get modified for this state.
 SetProperty The SetProperty class specifies a property value that is in effect only during the parent view state.
 State The State class defines a view state, a particular view of a object.
 StateManager The StateManager manages states for a IDegrafaStateClients.