|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageInterface
This interface defines the image as defined in the mapInterface
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 |
---|
Color getBackgroundColor()
void setBackgroundColor(Color backgroundColor)
backgroundColor
- New value of property backgroundColor.Dimension getSize()
void setSize(Dimension size)
size
- New value of property size.LegendInterface getLegend()
void setLegend(LegendInterface legend)
legend
- New value of property legend.ScalebarInterface getScalebar()
void setScalebar(ScalebarInterface scalebar)
scalebar
- New value of property scalebar.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |