visual.statik.sampled
Class AggregateContent

java.lang.Object
  extended by visual.statik.AbstractTransformableContent
      extended by visual.statik.AbstractAggregateContent<Content>
          extended by visual.statik.sampled.AggregateContent
All Implemented Interfaces:
SimpleContent, TransformableContent

public class AggregateContent
extends AbstractAggregateContent<Content>
implements TransformableContent

A simple collection of Content objects This class is less flexible than the CompositeContent class but is simpler for some purposes.

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

Field Summary
 
Fields inherited from class visual.statik.AbstractAggregateContent
components
 
Fields inherited from class visual.statik.AbstractTransformableContent
angle, relocated, rerotated, rescaled, x, xRotation, xScale, y, yRotation, yScale
 
Constructor Summary
AggregateContent()
          Default Constructor
 
Method Summary
 void setBufferedImageOp(java.awt.image.BufferedImageOp op)
          Set the BufferedImageOp to use when transforming the Image
 void setComposite(java.awt.Composite c)
          Set the transparency/Composite to use for the LAST Content object
 
Methods inherited from class visual.statik.AbstractAggregateContent
add, getBounds2D, iterator, remove, render
 
Methods inherited from class visual.statik.AbstractTransformableContent
getAffineTransform, getBounds2D, isTransformationRequired, setLocation, setRotation, setScale, setScale, setTransformationRequired
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface visual.statik.TransformableContent
getBounds2D, setLocation, setRotation, setScale
 
Methods inherited from interface visual.statik.SimpleContent
render
 

Constructor Detail

AggregateContent

public AggregateContent()
Default Constructor

Method Detail

setBufferedImageOp

public void setBufferedImageOp(java.awt.image.BufferedImageOp op)
Set the BufferedImageOp to use when transforming the Image

Parameters:
op - The BufferedImageOp

setComposite

public void setComposite(java.awt.Composite c)
Set the transparency/Composite to use for the LAST Content object

Parameters:
c - The Composite


Design and Implementation of Multimedia Software, Jones and Bartlett Publishers