public class AggregateContent extends AbstractAggregateContent<Content> implements TransformableContent
This class is less flexible than the CompositeContent class but is simpler for some purposes.
| Constructor and Description |
|---|
AggregateContent()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
add, getBounds2D, iterator, remove, rendergetBounds2D, setLocation, setRotation, setScale, setScaleequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBounds2D, setLocation, setRotation, setScalerenderpublic void setBufferedImageOp(java.awt.image.BufferedImageOp op)
op - The BufferedImageOppublic void setComposite(java.awt.Composite c)
c - The Composite