|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisual.statik.AbstractTransformableContent
visual.statik.AbstractAggregateContent<Content>
visual.statik.described.AggregateContent
public class AggregateContent
A simple collection of Content objects This class is less flexible than the CompositeContent class but is simpler for some purposes.
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 |
setColor(java.awt.Color color)
Set the Color to use for stroking |
void |
setPaint(java.awt.Paint paint)
Set the Paint to use for filling |
void |
setStroke(java.awt.Stroke stroke)
Set the Stroke to use |
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 |
---|
public AggregateContent()
Method Detail |
---|
public void setColor(java.awt.Color color)
color
- The Color to use (or null to prevent stroking)public void setPaint(java.awt.Paint paint)
paint
- The Paint to use (or null to prevent filling)public void setStroke(java.awt.Stroke stroke)
stroke
- The Stroke to use (or null to use the default)
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |