jadex.application.space.envsupport.observer.graphics
Class ModulateComposite

java.lang.Object
  extended by jadex.application.space.envsupport.observer.graphics.ModulateComposite
All Implemented Interfaces:
Composite

public abstract class ModulateComposite
extends Object
implements Composite

Abstract Modulation Composite. Subclasses have to implement the getColor() method which supplies the modulation color.


Constructor Summary
ModulateComposite()
           
 
Method Summary
 CompositeContext createContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints)
           
protected abstract  Color getColor()
          Method supplying the modulation color.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModulateComposite

public ModulateComposite()
Method Detail

getColor

protected abstract Color getColor()
Method supplying the modulation color.

Returns:
modulation color

createContext

public CompositeContext createContext(ColorModel srcColorModel,
                                      ColorModel dstColorModel,
                                      RenderingHints hints)
Specified by:
createContext in interface Composite


Copyright © 2010. All Rights Reserved.