com.hdcookbook.grin.features.parts
Interface SEImageSeqPlacement

All Known Implementing Classes:
SEImagePlacement, SEImagePlacementList

public interface SEImageSeqPlacement

This interface represents an image_seq_placement structure. This structure determines the placement (x,y position, width and height) of an image sequence. It can either be a single placement, or a list of placements.


Nested Class Summary
static class SEImageSeqPlacement.HorizontalAlignment
          Constants for the alignment of the x coordinate
static class SEImageSeqPlacement.VerticalAlignment
          Constants for the alignment of the y coordinate
 
Method Summary
 java.awt.Rectangle[] getImageSeqPlacementRects(java.lang.String[] images)
          Calculate the image placement rectangles for this placement when used in an image_sequence
 

Method Detail

getImageSeqPlacementRects

java.awt.Rectangle[] getImageSeqPlacementRects(java.lang.String[] images)
                                               throws java.io.IOException
Calculate the image placement rectangles for this placement when used in an image_sequence

Throws:
java.io.IOException - if reading an image fails, or if there is an incompatible number of placements.