nl.javel.gisbeans.map
Interface ImageInterface

All Superinterfaces:
Serializable
All Known Implementing Classes:
Image

public interface ImageInterface
extends Serializable

This interface defines the image as defined in the mapInterface

Since:
JDK 1.0
Version:
1.0
Author:
Paul Jacobs

Method Summary
 Color getBackgroundColor()
          Getter for property backgroundColor.
 LegendInterface getLegend()
          Getter for property legend.
 ScalebarInterface getScalebar()
          Getter for property scalebar.
 Dimension getSize()
          Getter for property size.
 void setBackgroundColor(Color backgroundColor)
          Setter for property backgroundColor.
 void setLegend(LegendInterface legend)
          Setter for property legend.
 void setScalebar(ScalebarInterface scalebar)
          Setter for property scalebar.
 void setSize(Dimension size)
          Setter for property size.
 

Method Detail

getBackgroundColor

Color getBackgroundColor()
Getter for property backgroundColor.

Returns:
Color the value of property backgroundColor.

setBackgroundColor

void setBackgroundColor(Color backgroundColor)
Setter for property backgroundColor.

Parameters:
backgroundColor - New value of property backgroundColor.

getSize

Dimension getSize()
Getter for property size.

Returns:
Dimension the value of property size.

setSize

void setSize(Dimension size)
Setter for property size.

Parameters:
size - New value of property size.

getLegend

LegendInterface getLegend()
Getter for property legend.

Returns:
LegendInterface the value of property legend.

setLegend

void setLegend(LegendInterface legend)
Setter for property legend.

Parameters:
legend - New value of property legend.

getScalebar

ScalebarInterface getScalebar()
Getter for property scalebar.

Returns:
SclaebarInterface the value of property scalebar.

setScalebar

void setScalebar(ScalebarInterface scalebar)
Setter for property scalebar.

Parameters:
scalebar - New value of property scalebar.