Package com.hdcookbook.grin.io.builders

This package contains classes used to build GRIN show nodes.

See:
          Description

Interface Summary
DeferredBuilder A superclass for helper classes for creating a Show that need to be called when the show is complete.
FeatureRef This interface reprsents a reference to another feature that might not be known yet.
 

Class Summary
BackgroundSpec This is a data holder for the specification of a background image for grinview, consisting of a wildcard to match segments, and an image name (which can be "").
FontSpec This is a data holder for the specification of a font, consisting of a name, size and style.
MenuAssemblyHelper This class builds the menu_assembly feature.
MenuAssemblyHelper.Features This data holder class specifies a set of features within a MenuAssembly
TranslatorHelper A helper class for creating a Translation object.
VisualRCHandlerCell A cell within a VisualRCHandler.
VisualRCHandlerCell.ActivateCell  
VisualRCHandlerCell.LocationRefCell  
VisualRCHandlerCell.NullCell  
VisualRCHandlerCell.StateCell  
VisualRCHandlerCell.StateRefCell  
VisualRCHandlerCell.WallCell  
VisualRCHandlerHelper A helper class for creating a VisualRCHandler object.
 

Package com.hdcookbook.grin.io.builders Description

This package contains classes used to build GRIN show nodes. They can be considered to be utilities for Java SE programs that create a binary show file, or other file read at runtime on a player. Any features or other elements defined in this package don't directly appear at runtime, but instead are transformed into other types that do exist at runtime.