Example usage for java.awt Composite interface-usage

List of usage examples for java.awt Composite interface-usage

Introduction

In this page you can find the example usage for java.awt Composite interface-usage.

Usage

From source file org.apache.pdfbox.pdmodel.graphics.blend.BlendComposite.java

/**
 * AWT composite for blend modes.
 * 
 * @author Khn & Weyh Software, GmbH
 */
public final class BlendComposite implements Composite {

From source file main.MapKit.java

class MultiplyComposite implements Composite {

    /**
     * The default implementation
     */
    public static final MultiplyComposite Default = new MultiplyComposite();

From source file BlendCompositeDemo.java

/**
 * <p>A blend composite defines the rule according to which a drawing primitive
 * (known as the source) is mixed with existing graphics (know as the
 * destination.)</p>
 * <p><code>BlendComposite</code> is an implementation of the
 * {@link java.awt.Composite} interface and must therefore be set as a state on