|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScalebarInterface
This interface defines the image as defined in the mapInterface
Method Summary | |
---|---|
Color |
getBackgroundColor()
Getter for property backgroundColor. |
Color |
getColor()
Getter for property color. |
Font |
getFont()
Getter for property font. |
Color |
getFontColor()
Getter for property fontColor. |
int |
getIntervals()
Getter for property intervals. |
int |
getPosition()
Getter for property position. |
Dimension |
getSize()
Getter for property size. |
int |
getUnits()
Getter for property units. |
boolean |
isEmbed()
Getter for property embed. |
boolean |
isStatus()
Getter for property status. |
void |
setBackgroundColor(Color backgroundColor)
Setter for property backgroundColor. |
void |
setColor(Color color)
Setter for property color. |
void |
setEmbed(boolean embed)
Setter for property embed. |
void |
setFont(Font font)
Setter for property font. |
void |
setFontColor(Color color)
Setter for property fontColor. |
void |
setIntervals(int intervals)
Setter for property intervals. |
void |
setPosition(int position)
Setter for property position. |
void |
setSize(Dimension size)
Setter for property size. |
void |
setStatus(boolean status)
Setter for property status. |
void |
setUnits(int units)
Setter for property units. |
Method Detail |
---|
Color getBackgroundColor()
void setBackgroundColor(Color backgroundColor)
backgroundColor
- New value of property backgroundColor.Color getColor()
void setColor(Color color)
color
- New value of property color.Font getFont()
void setFont(Font font)
font
- New value of the font.Color getFontColor()
void setFontColor(Color color)
color
- New value of property fontColor.boolean isEmbed()
void setEmbed(boolean embed)
embed
- New value of property embed.int getIntervals()
void setIntervals(int intervals)
intervals
- New value of property intervals.int getPosition()
void setPosition(int position)
position
- New value of property position.Dimension getSize()
void setSize(Dimension size)
size
- New value of property size.int getUnits()
void setUnits(int units)
units
- New value of property units.boolean isStatus()
void setStatus(boolean status)
status
- New value of property status.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |