|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.javel.gisbeans.map.Scalebar
public class Scalebar
This class implements the ScalebarInterface
Constructor Summary | |
---|---|
Scalebar()
contructs a new instance of ScaleBar |
Method Summary | |
---|---|
Color |
getBackgroundColor()
Getter for property backgroundColor. |
Color |
getColor()
Getter for property color. |
Font |
getFont()
Returns the font. |
Color |
getFontColor()
Returns the 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)
Sets the font. |
void |
setFontColor(Color fontColor)
Sets the 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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Scalebar()
Method Detail |
---|
public Color getBackgroundColor()
ScalebarInterface
getBackgroundColor
in interface ScalebarInterface
ScalebarInterface.getBackgroundColor()
public Color getColor()
ScalebarInterface
getColor
in interface ScalebarInterface
ScalebarInterface.getColor()
public int getIntervals()
ScalebarInterface
getIntervals
in interface ScalebarInterface
ScalebarInterface.getIntervals()
public int getPosition()
ScalebarInterface
getPosition
in interface ScalebarInterface
ScalebarInterface.getPosition()
public Dimension getSize()
ScalebarInterface
getSize
in interface ScalebarInterface
ScalebarInterface.getSize()
public int getUnits()
ScalebarInterface
getUnits
in interface ScalebarInterface
ScalebarInterface.getUnits()
public boolean isEmbed()
ScalebarInterface
isEmbed
in interface ScalebarInterface
ScalebarInterface.isEmbed()
public boolean isStatus()
ScalebarInterface
isStatus
in interface ScalebarInterface
ScalebarInterface.isStatus()
public void setBackgroundColor(Color backgroundColor)
ScalebarInterface
setBackgroundColor
in interface ScalebarInterface
backgroundColor
- New value of property backgroundColor.ScalebarInterface.setBackgroundColor(Color backgroundColor)
public void setColor(Color color)
ScalebarInterface
setColor
in interface ScalebarInterface
color
- New value of property color.ScalebarInterface.setColor(Color color)
public void setEmbed(boolean embed)
ScalebarInterface
setEmbed
in interface ScalebarInterface
embed
- New value of property embed.ScalebarInterface.setEmbed(boolean embed)
public void setIntervals(int intervals)
ScalebarInterface
setIntervals
in interface ScalebarInterface
intervals
- New value of property intervals.ScalebarInterface.setIntervals(int intervals)
public void setPosition(int position)
ScalebarInterface
setPosition
in interface ScalebarInterface
position
- New value of property position.ScalebarInterface.setPosition(int position)
public void setSize(Dimension size)
ScalebarInterface
setSize
in interface ScalebarInterface
size
- New value of property size.ScalebarInterface.setSize(Dimension size)
public void setStatus(boolean status)
ScalebarInterface
setStatus
in interface ScalebarInterface
status
- New value of property status.ScalebarInterface.setStatus(boolean status)
public void setUnits(int units)
ScalebarInterface
setUnits
in interface ScalebarInterface
units
- New value of property units.ScalebarInterface.setUnits(int units)
public Font getFont()
getFont
in interface ScalebarInterface
public Color getFontColor()
getFontColor
in interface ScalebarInterface
public void setFont(Font font)
setFont
in interface ScalebarInterface
font
- The font to setpublic void setFontColor(Color fontColor)
setFontColor
in interface ScalebarInterface
fontColor
- The fontColor to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |