Package com.hdcookbook.grin.features.parts

This package contains classes representing parts of features, e.g.

See:
          Description

Interface Summary
SEImageSeqPlacement This interface represents an image_seq_placement structure.
 

Class Summary
EasingEquation This abstract class represents an easing function that can be used by the GRIN compiler to generate a linear interpolation.
PointsEasingEquation This class represents an degenerate case of an easing function that consists of just listing the in between points.
SEImagePlacement This class represents an image_placement structure.
SEImagePlacementList This interface represents an image_seq_placement structure that is formed of a list of individual placements.
 

Enum Summary
SEImageSeqPlacement.HorizontalAlignment Constants for the alignment of the x coordinate
SEImageSeqPlacement.VerticalAlignment Constants for the alignment of the y coordinate
 

Package com.hdcookbook.grin.features.parts Description

This package contains classes representing parts of features, e.g. typed data members that are used within some features.