fr.ign.cogit.geoxygene.util.conversion
Class AwtAggregate

java.lang.Object
  extended by fr.ign.cogit.geoxygene.util.conversion.AwtAggregate
All Implemented Interfaces:
AwtShape

public class AwtAggregate
extends java.lang.Object
implements AwtShape


Constructor Summary
AwtAggregate()
           
 
Method Summary
 void add(AwtShape shape)
           
 void draw(java.awt.Graphics2D g)
           
 java.awt.geom.Rectangle2D getBounds()
           
 java.awt.geom.GeneralPath getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AwtAggregate

public AwtAggregate()
Method Detail

getPath

public java.awt.geom.GeneralPath getPath()

add

public void add(AwtShape shape)

draw

public void draw(java.awt.Graphics2D g)
Specified by:
draw in interface AwtShape

getBounds

public java.awt.geom.Rectangle2D getBounds()
Specified by:
getBounds in interface AwtShape