protected static interface

GraphicsPrimitive.GeneralUnaryOp

sun.java2d.loops.GraphicsPrimitive.GeneralUnaryOp

Summary

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

Public Methods

public abstract CompositeType getCompositeType ()

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

public abstract SurfaceType getDestType ()

public abstract int getPrimTypeID ()

public abstract String getSignature ()

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

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