visual.statik.sampled
Interface TransformableContent

All Superinterfaces:
SimpleContent, TransformableContent

public interface TransformableContent
extends TransformableContent

The requirements of transformable static sampled visual content

See Also:
"The Design and Implementation of Multimedia Software © 2011"

Method Summary
 void setBufferedImageOp(java.awt.image.BufferedImageOp op)
          Set the BufferedImageOp to use when transforming the the static sampled visual content
 void setComposite(java.awt.Composite c)
          Set the transparency/Composite to use when rendering the static sampled visual content
 
Methods inherited from interface visual.statik.TransformableContent
getBounds2D, setLocation, setRotation, setScale
 
Methods inherited from interface visual.statik.SimpleContent
render
 

Method Detail

setBufferedImageOp

void setBufferedImageOp(java.awt.image.BufferedImageOp op)
Set the BufferedImageOp to use when transforming the the static sampled visual content

Parameters:
op - The BufferedImageOp

setComposite

void setComposite(java.awt.Composite c)
Set the transparency/Composite to use when rendering the static sampled visual content

Parameters:
c - The Composite


Design and Implementation of Multimedia Software, Jones and Bartlett Publishers