# README
Graph
-
graph items can have attached controllers to trigger specific actions
# Packages
No description provided by the author
# Functions
NewCompoundElement creates a new compound element.
NewContainer creates a new scene.
NewDynamicElement creates a new dynamic element.
# Variables
DrawFunction is a helper method to invoke the Draw method on an elements.
EventAction is a helper method to invoke the Event method on an elements.
# Structs
ActiveController is a dummy always 'active' controller.
Container represents a ui scene.
No description provided by the author
RawCompundElement is the base implementation for a compund element.
RawDynamicElement is the base implementation of a dynamic element.
# Interfaces
TODO : replace with items abstraction CompoundElement represents an element that can have children.
Control is an interface for a controller on the elements behavior.
DynamicElement represents an interactive UI element.