|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.javel.gisbeans.map.Legend
public class Legend
This class implements the LegendInterface
Constructor Summary | |
---|---|
Legend()
|
Method Summary | |
---|---|
Color |
getBackgroundColor()
Getter for property backgroundColor. |
Font |
getFont()
Getter for the property font |
Color |
getFontColor()
Getter for property outlineColor. |
Color |
getOutlineColor()
Getter for property outlineColor. |
int |
getPosition()
Getter for property position. |
Dimension |
getSize()
Getter for property size. |
boolean |
isEmbed()
Getter for property embed. |
boolean |
isStatus()
Getter for property statuss. |
void |
setBackgroundColor(Color backgroundColor)
Setter for property backgroundColor. |
void |
setEmbed(boolean embed)
Setter for property embed. |
void |
setFont(Font font)
Setter for property font |
void |
setFontColor(Color fontColor)
Setter for property outlineColor. |
void |
setOutlineColor(Color outlineColor)
Setter for property outlineColor. |
void |
setPosition(int position)
Setter for property position. |
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 |
---|
public Legend()
Method Detail |
---|
public Color getBackgroundColor()
LegendInterface
getBackgroundColor
in interface LegendInterface
LegendInterface.getBackgroundColor()
public void setBackgroundColor(Color backgroundColor)
LegendInterface
setBackgroundColor
in interface LegendInterface
backgroundColor
- New value of property backgroundColor.LegendInterface.setBackgroundColor(Color)
public Color getOutlineColor()
LegendInterface
getOutlineColor
in interface LegendInterface
LegendInterface.getOutlineColor()
public void setOutlineColor(Color outlineColor)
LegendInterface
setOutlineColor
in interface LegendInterface
outlineColor
- New value of property outlineColor.LegendInterface.setOutlineColor(Color)
public Color getFontColor()
LegendInterface
getFontColor
in interface LegendInterface
LegendInterface.getFontColor()
public void setFontColor(Color fontColor)
LegendInterface
setFontColor
in interface LegendInterface
fontColor
- New value of property fontColor.LegendInterface.setFontColor(Color fontColor)
public void setFont(Font font)
LegendInterface
setFont
in interface LegendInterface
font
- the font for the legendInterfaceLegendInterface.setFont(Font font)
public Font getFont()
LegendInterface
getFont
in interface LegendInterface
LegendInterface.getFont()
public boolean isEmbed()
LegendInterface
isEmbed
in interface LegendInterface
LegendInterface.isEmbed()
public void setEmbed(boolean embed)
LegendInterface
setEmbed
in interface LegendInterface
embed
- New value of property embed.LegendInterface.setEmbed(boolean)
public int getPosition()
LegendInterface
getPosition
in interface LegendInterface
LegendInterface.getPosition()
public void setPosition(int position)
LegendInterface
setPosition
in interface LegendInterface
position
- New value of property position.LegendInterface.setPosition(int)
public Dimension getSize()
LegendInterface
getSize
in interface LegendInterface
LegendInterface.getSize()
public void setSize(Dimension size)
LegendInterface
setSize
in interface LegendInterface
size
- New value of property size.LegendInterface.setSize(Dimension)
public boolean isStatus()
LegendInterface
isStatus
in interface LegendInterface
LegendInterface.isStatus()
public void setStatus(boolean status)
LegendInterface
setStatus
in interface LegendInterface
status
- New value of property status.LegendInterface.setStatus(boolean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |