org.progeeks.geo
Class GeoMultiPath

java.lang.Object
  extended by org.progeeks.geo.GeoMultiPath
All Implemented Interfaces:
java.io.Serializable, GeoShape

public class GeoMultiPath
extends java.lang.Object
implements GeoShape

Represents more than one path object.

Version:
$Revision: 1.2 $
Author:
Paul Speed
See Also:
Serialized Form

Field Summary
 GeoRectangle bounds
           
 GeoPath[] paths
           
 
Constructor Summary
GeoMultiPath()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

bounds

public GeoRectangle bounds

paths

public GeoPath[] paths
Constructor Detail

GeoMultiPath

public GeoMultiPath()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2002-2003 Paul Speed. All Rights Reserved.