nl.javel.gisbeans.map
Class ReferenceMap

java.lang.Object
  extended by nl.javel.gisbeans.map.ReferenceMap
All Implemented Interfaces:
Serializable, ReferenceMapInterface

public class ReferenceMap
extends Object
implements ReferenceMapInterface

This class implements the ReferenceMap

Since:
JDK 1.0
Version:
1.0
Author:
Paul Jacobs
See Also:
Serialized Form

Constructor Summary
ReferenceMap()
          constructs a new ReferenceMap
 
Method Summary
 double[] getExtent()
          Getter for property extent.
 URL getImage()
          Getter for property image.
 Color getOutlineColor()
          Getter for property color.
 Dimension getSize()
          Getter for property size.
 boolean isStatus()
          Getter for property status.
 void setExtent(double[] extent)
          Setter for property extent.
 void setImage(URL image)
          Setter for property image.
 void setOutlineColor(Color outlineColor)
          Setter for property color.
 void setSize(Dimension size)
          Setter for property size.
 void setStatus(boolean status)
          Setter for property status.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceMap

public ReferenceMap()
constructs a new ReferenceMap

Method Detail

getImage

public URL getImage()
Description copied from interface: ReferenceMapInterface
Getter for property image.

Specified by:
getImage in interface ReferenceMapInterface
Returns:
URL the value of property image.
See Also:
ReferenceMapInterface.getImage()

setImage

public void setImage(URL image)
Description copied from interface: ReferenceMapInterface
Setter for property image.

Specified by:
setImage in interface ReferenceMapInterface
Parameters:
image - New value of property image.
See Also:
ReferenceMapInterface.setImage(URL image)

getExtent

public double[] getExtent()
Description copied from interface: ReferenceMapInterface
Getter for property extent.

Specified by:
getExtent in interface ReferenceMapInterface
Returns:
double[] the value of property extent.
See Also:
ReferenceMapInterface.getExtent()

setExtent

public void setExtent(double[] extent)
Description copied from interface: ReferenceMapInterface
Setter for property extent.

Specified by:
setExtent in interface ReferenceMapInterface
Parameters:
extent - New value of property extent.
See Also:
ReferenceMapInterface.setExtent(double[] extent)

getOutlineColor

public Color getOutlineColor()
Description copied from interface: ReferenceMapInterface
Getter for property color.

Specified by:
getOutlineColor in interface ReferenceMapInterface
Returns:
Color the value of property color.
See Also:
ReferenceMapInterface.getOutlineColor()

setOutlineColor

public void setOutlineColor(Color outlineColor)
Description copied from interface: ReferenceMapInterface
Setter for property color.

Specified by:
setOutlineColor in interface ReferenceMapInterface
Parameters:
outlineColor - New value of property color.
See Also:
ReferenceMapInterface.setOutlineColor(Color outlineColor)

getSize

public Dimension getSize()
Description copied from interface: ReferenceMapInterface
Getter for property size.

Specified by:
getSize in interface ReferenceMapInterface
Returns:
Dimension the value of property size.
See Also:
ReferenceMapInterface.getSize()

setSize

public void setSize(Dimension size)
Description copied from interface: ReferenceMapInterface
Setter for property size.

Specified by:
setSize in interface ReferenceMapInterface
Parameters:
size - New value of property size.
See Also:
ReferenceMapInterface.setSize(Dimension size)

isStatus

public boolean isStatus()
Description copied from interface: ReferenceMapInterface
Getter for property status.

Specified by:
isStatus in interface ReferenceMapInterface
Returns:
Value of property status.
See Also:
ReferenceMapInterface.isStatus()

setStatus

public void setStatus(boolean status)
Description copied from interface: ReferenceMapInterface
Setter for property status.

Specified by:
setStatus in interface ReferenceMapInterface
Parameters:
status - New value of property status.
See Also:
ReferenceMapInterface.setStatus(boolean status)