org.geotools.styling
Class ExtentImpl

java.lang.Object
  extended byorg.geotools.event.AbstractGTComponent
      extended byorg.geotools.styling.ExtentImpl
All Implemented Interfaces:
java.lang.Cloneable, org.opengis.util.Cloneable, Extent, GTComponent

public class ExtentImpl
extends AbstractGTComponent
implements Extent, org.opengis.util.Cloneable


Field Summary
 
Fields inherited from class org.geotools.event.AbstractGTComponent
notification
 
Constructor Summary
ExtentImpl()
           
 
Method Summary
 java.lang.Object clone()
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String getName()
          DOCUMENT ME!
 java.lang.String getValue()
          DOCUMENT ME!
 int hashCode()
           
 void setName(java.lang.String name)
          DOCUMENT ME!
 void setValue(java.lang.String value)
          DOCUMENT ME!
 
Methods inherited from class org.geotools.event.AbstractGTComponent
changed, fireChanged, fireChildChanged, getNote, getParent, removed, setNote
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.geotools.event.GTComponent
changed, getNote, getParent, removed, setNote
 

Constructor Detail

ExtentImpl

public ExtentImpl()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: Extent
DOCUMENT ME!

Specified by:
getName in interface Extent
Returns:
The name of the extent.

setName

public void setName(java.lang.String name)
Description copied from interface: Extent
DOCUMENT ME!

Specified by:
setName in interface Extent
Parameters:
name - Thw new name of the extent.

getValue

public java.lang.String getValue()
Description copied from interface: Extent
DOCUMENT ME!

Specified by:
getValue in interface Extent
Returns:
The value of the exent.

setValue

public void setValue(java.lang.String value)
Description copied from interface: Extent
DOCUMENT ME!

Specified by:
setValue in interface Extent
Parameters:
value - The new value of the exent.

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

clone

public java.lang.Object clone()
Specified by:
clone in interface org.opengis.util.Cloneable
Overrides:
clone in class AbstractGTComponent


Copyright © GeoTools. All Rights Reserved.