org.geotools.styling
Class ExtentImpl

Object
  extended by ExtentImpl
All Implemented Interfaces:
Cloneable, Extent

public class ExtentImpl
extends Object
implements Extent, Cloneable


Constructor Summary
ExtentImpl()
           
 
Method Summary
 Object clone()
          Creates and returns a copy of this object.
 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()
Description copied from interface: Cloneable
Creates and returns a copy of this object. The precise meaning of "copy" may depend on the class of the object.

Overrides:
clone in class Object
Returns:
A copy of this object.
See Also:
Object.clone()


Copyright © 1996-2014 Geotools. All Rights Reserved.