public interface IFragmentRenderer
extends java.lang.Iterable<IFragmentObject>
Provides an iterable interface for the objects making up a fragment.
Each object return by the iterator implements IFragmentObject providing both:
access to the underlying object, and a string representation of that object.