org.geotools.styling
Class ExtentImpl

Object
  extended by ExtentImpl
All Implemented Interfaces:
Cloneable, Extent

public class ExtentImpl
extends Object
implements Extent, Cloneable

Module:

Constructor Summary
ExtentImpl()
           
 
Method Summary
 Object clone()
           
 boolean equals(Object obj)
           
 String getName()
          DOCUMENT ME!
 String getValue()
          DOCUMENT ME!
 int hashCode()
           
 void setName(String name)
          DOCUMENT ME!
 void setValue(String value)
          DOCUMENT ME!
 
Methods inherited from class Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtentImpl

public ExtentImpl()
Method Detail

getName

public 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(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 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(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(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public Object clone()
Overrides:
clone in class Object


Copyright © 1996-2009 Geotools. All Rights Reserved.