|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.javel.gisbeans.map.Image
public class Image
This class defines the image as defined in the map
Constructor Summary | |
---|---|
Image()
constructs a new Image |
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Image()
Method Detail |
---|
public Color getBackgroundColor()
ImageInterface
getBackgroundColor
in interface ImageInterface
ImageInterface.getBackgroundColor()
public LegendInterface getLegend()
ImageInterface
getLegend
in interface ImageInterface
ImageInterface.getLegend()
public ScalebarInterface getScalebar()
ImageInterface
getScalebar
in interface ImageInterface
ImageInterface.getScalebar()
public Dimension getSize()
ImageInterface
getSize
in interface ImageInterface
ImageInterface.getSize()
public void setBackgroundColor(Color backgroundColor)
ImageInterface
setBackgroundColor
in interface ImageInterface
backgroundColor
- New value of property backgroundColor.ImageInterface.setBackgroundColor(java.awt.Color)
public void setLegend(LegendInterface legend)
ImageInterface
setLegend
in interface ImageInterface
legend
- New value of property legend.ImageInterface.setLegend(nl.javel.gisbeans.map.LegendInterface)
public void setScalebar(ScalebarInterface scalebar)
ImageInterface
setScalebar
in interface ImageInterface
scalebar
- New value of property scalebar.ImageInterface.setScalebar(nl.javel.gisbeans.map.ScalebarInterface)
public void setSize(Dimension size)
ImageInterface
setSize
in interface ImageInterface
size
- New value of property size.ImageInterface.setSize(java.awt.Dimension)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |