protected static interface

GraphicsPrimitive.GeneralBinaryOp

sun.java2d.loops.GraphicsPrimitive.GeneralBinaryOp

Summary

Public Methods
abstract CompositeType getCompositeType()
abstract SurfaceType getDestType()
abstract int getPrimTypeID()
abstract String getSignature()
abstract SurfaceType getSourceType()
These 4 methods are implemented automatically for any GraphicsPrimitive.
abstract void setPrimitives(Blit srcconverter, Blit dstconverter, GraphicsPrimitive genericop, Blit resconverter)
This method allows the setupGeneralBinaryOp method to set the converters into the General version of the Primitive.

Public Methods

public abstract CompositeType getCompositeType ()

public abstract SurfaceType getDestType ()

public abstract int getPrimTypeID ()

public abstract String getSignature ()

public abstract SurfaceType getSourceType ()

These 4 methods are implemented automatically for any GraphicsPrimitive. They are used by setupGeneralBinaryOp to retrieve the information needed to find the right converter primitives.

public abstract void setPrimitives (Blit srcconverter, Blit dstconverter, GraphicsPrimitive genericop, Blit resconverter)

This method allows the setupGeneralBinaryOp method to set the converters into the General version of the Primitive.