public class CompositeContent extends AbstractAggregateContent<TransformableContent> implements TransformableContent
Constructor and Description |
---|
CompositeContent()
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.
|
add, getBounds2D, iterator, remove, render
getBounds2D, setLocation, setRotation, setScale, setScale
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBounds2D, setLocation, setRotation, setScale
render
public void setBufferedImageOp(java.awt.image.BufferedImageOp op)
op
- The BufferedImageOppublic void setComposite(java.awt.Composite c)
c
- The Composite