|
||||||||||
| 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 ImageInterfaceImageInterface.getBackgroundColor()public LegendInterface getLegend()
ImageInterface
getLegend in interface ImageInterfaceImageInterface.getLegend()public ScalebarInterface getScalebar()
ImageInterface
getScalebar in interface ImageInterfaceImageInterface.getScalebar()public Dimension getSize()
ImageInterface
getSize in interface ImageInterfaceImageInterface.getSize()public void setBackgroundColor(Color backgroundColor)
ImageInterface
setBackgroundColor in interface ImageInterfacebackgroundColor - New value of property backgroundColor.ImageInterface.setBackgroundColor(java.awt.Color)public void setLegend(LegendInterface legend)
ImageInterface
setLegend in interface ImageInterfacelegend - New value of property legend.ImageInterface.setLegend(nl.javel.gisbeans.map.LegendInterface)public void setScalebar(ScalebarInterface scalebar)
ImageInterface
setScalebar in interface ImageInterfacescalebar - New value of property scalebar.ImageInterface.setScalebar(nl.javel.gisbeans.map.ScalebarInterface)public void setSize(Dimension size)
ImageInterface
setSize in interface ImageInterfacesize - 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 | |||||||||