com.hdcookbook.grin
Class ShowInitializer

java.lang.Object
  extended by com.hdcookbook.grin.ShowInitializer

public class ShowInitializer
extends java.lang.Object

This is a small data holder used for a Show. It's used to hold data structures used only during initialization of a show. After initialization is finished, a show nulls out its ShowInitializer. This helper is used for things like canonicalizing object instances.

Author:
Bill Foote (http://jovial.com)

Constructor Summary
ShowInitializer()
           
 
Method Summary
 java.awt.AlphaComposite getAlpha(boolean srcOver, int alpha)
          Get an AlphaComposite object for drawing with an alpha value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowInitializer

public ShowInitializer()
Method Detail

getAlpha

public java.awt.AlphaComposite getAlpha(boolean srcOver,
                                        int alpha)
Get an AlphaComposite object for drawing with an alpha value.