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 |
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