t3.hrd.renderer
Class BlendOptions

java.lang.Object
  extended by t3.hrd.renderer.BlendOptions

public class BlendOptions
extends java.lang.Object

A data structure allowing you to specify the configuration of a single projector.

Author:
pjt40

Field Summary
 java.awt.geom.Area aDESKvisibleAreaMaskOrNull
           
 int blackOut
           
static int BLACKOUT_ALLOVERLAP
           
static int BLACKOUT_RECTONLY
           
static int BLACKOUT_REDUCEDOVERLAP
           
 boolean blend
           
 
Constructor Summary
BlendOptions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

blend

public boolean blend

blackOut

public int blackOut

BLACKOUT_RECTONLY

public static final int BLACKOUT_RECTONLY
See Also:
Constant Field Values

BLACKOUT_ALLOVERLAP

public static final int BLACKOUT_ALLOVERLAP
See Also:
Constant Field Values

BLACKOUT_REDUCEDOVERLAP

public static final int BLACKOUT_REDUCEDOVERLAP
See Also:
Constant Field Values

aDESKvisibleAreaMaskOrNull

public java.awt.geom.Area aDESKvisibleAreaMaskOrNull
Constructor Detail

BlendOptions

public BlendOptions()