|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the specification of a MapPointDisplay. All mappoint display should implement this interface.
Method Summary | |
LocusLayout |
getNameLayout()
Get the layout name. |
boolean |
isConnectShown()
Get the status of the connecting lines. |
void |
setConnectShown(boolean shown)
Control if the connecting lines should be displayed or not. |
void |
setMouseInName(java.lang.String name)
Record the name of the MapPoint where the mouse is in. |
void |
setNameLayout(java.lang.String layoutName)
Set the name layout by layout name. |
void |
setRange(MapRange r)
Set the MapRange to be displayed. |
Method Detail |
public void setRange(MapRange r)
r
- the MapRange to be displayed.public void setNameLayout(java.lang.String layoutName)
layoutName
- the Name of the Layout to be used.public void setConnectShown(boolean shown)
shown
- true for showing the connecting lines.public boolean isConnectShown()
public void setMouseInName(java.lang.String name)
name
- the name of the MapPoint where the mouse is in.public LocusLayout getNameLayout()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |