LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.view.graphic
Interface LyGraphicalMap

All Superinterfaces:
LyFreeInterface, LyGraphicalComponent, LyGraphicalFieldItem, LyGraphicalPanel, LySetLabelInterface, LySetViewerInterface, LyViewComponent
All Known Implementing Classes:
LyMobileMap, LyStrutsMap, LySwingMap

public interface LyGraphicalMap
extends LyGraphicalPanel, LySetLabelInterface, LySetViewerInterface

The LyGraphicalMap interface represents the abstract graphical component for the map of views.dtd regardless of the target (swing, swt, dhtml...).

See Also:
LyMap

Field Summary
static java.lang.String __VERSION
           
 
Method Summary
 void addComponent(LyComponent components, int pos)
          Inserts a sub-component components at given position.
 void removeComponent(LyComponent components)
          Removes a sub-component components.
 void setLabel(java.lang.String label)
          Updates attribute label to the given value.
 void setLayout(LyLayout layout)
          Sets sub-component layout.
 void setMapContent(LyMapContent mapContent)
          Sets sub-component mapContent.
 void setSpatial(boolean spatial)
          Updates attribute spatial to the given value.
 void setTranslation(boolean translation)
          Updates attribute translation to the given value.
 void setTranslationStatus(LyMapBase.TranslationStatus translationStatus)
          Updates attribute translationStatus to the given value.
 void setViewer(boolean viewer)
          Updates attribute viewer to the given value.
 void setViewerStatus(LyMapBase.ViewerStatus viewerStatus)
          Updates attribute viewerStatus to the given value.
 void setZoom(boolean zoom)
          Updates attribute zoom to the given value.
 void setZoomFactor(float zoomFactor)
          Updates attribute zoomFactor to the given value.
 void setZoomStatus(LyMapBase.ZoomStatus zoomStatus)
          Updates attribute zoomStatus to the given value.
 
Methods inherited from interface leon.view.graphic.LyGraphicalComponent
free, getViewComponent
 

Field Detail

__VERSION

static final java.lang.String __VERSION
See Also:
Constant Field Values
Method Detail

setLabel

void setLabel(java.lang.String label)
Updates attribute label to the given value.

Specified by:
setLabel in interface LySetLabelInterface
Parameters:
label - New value of label.

setViewer

void setViewer(boolean viewer)
Updates attribute viewer to the given value.

Specified by:
setViewer in interface LySetViewerInterface
Parameters:
viewer - Boolean indicating if attribute viewer is set or unset.

setViewerStatus

void setViewerStatus(LyMapBase.ViewerStatus viewerStatus)
Updates attribute viewerStatus to the given value.

Parameters:
viewerStatus - New value of viewerStatus.

setZoom

void setZoom(boolean zoom)
Updates attribute zoom to the given value.

Parameters:
zoom - Boolean indicating if attribute zoom is set or unset.

setZoomStatus

void setZoomStatus(LyMapBase.ZoomStatus zoomStatus)
Updates attribute zoomStatus to the given value.

Parameters:
zoomStatus - New value of zoomStatus.

setZoomFactor

void setZoomFactor(float zoomFactor)
Updates attribute zoomFactor to the given value.

Parameters:
zoomFactor - New value of zoomFactor.

setTranslation

void setTranslation(boolean translation)
Updates attribute translation to the given value.

Parameters:
translation - Boolean indicating if attribute translation is set or unset.

setTranslationStatus

void setTranslationStatus(LyMapBase.TranslationStatus translationStatus)
Updates attribute translationStatus to the given value.

Parameters:
translationStatus - New value of translationStatus.

setSpatial

void setSpatial(boolean spatial)
Updates attribute spatial to the given value.

Parameters:
spatial - Boolean indicating if attribute spatial is set or unset.

addComponent

void addComponent(LyComponent components,
                  int pos)
Inserts a sub-component components at given position.

Parameters:
components - The components to add to components list.
pos - Position where the sub-component is inserted.

removeComponent

void removeComponent(LyComponent components)
Removes a sub-component components.

Parameters:
components - The components to remove to components list.

setMapContent

void setMapContent(LyMapContent mapContent)
Sets sub-component mapContent.

Parameters:
mapContent - New value of mapContent

setLayout

void setLayout(LyLayout layout)
Sets sub-component layout.

Parameters:
layout - New value of layout

(c) January 2013 - W4 S.A.

Website: W4 S.A., contact us: support@w4global.com