|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LyGraphicalMap
The LyGraphicalMap interface represents the abstract graphical component for the map of views.dtd regardless of the target (swing, swt, dhtml...).
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 |
---|
static final java.lang.String __VERSION
Method Detail |
---|
void setLabel(java.lang.String label)
setLabel
in interface LySetLabelInterface
label
- New value of label.void setViewer(boolean viewer)
setViewer
in interface LySetViewerInterface
viewer
- Boolean indicating if attribute viewer is set or unset.void setViewerStatus(LyMapBase.ViewerStatus viewerStatus)
viewerStatus
- New value of viewerStatus.void setZoom(boolean zoom)
zoom
- Boolean indicating if attribute zoom is set or unset.void setZoomStatus(LyMapBase.ZoomStatus zoomStatus)
zoomStatus
- New value of zoomStatus.void setZoomFactor(float zoomFactor)
zoomFactor
- New value of zoomFactor.void setTranslation(boolean translation)
translation
- Boolean indicating if attribute translation is set or unset.void setTranslationStatus(LyMapBase.TranslationStatus translationStatus)
translationStatus
- New value of translationStatus.void setSpatial(boolean spatial)
spatial
- Boolean indicating if attribute spatial is set or unset.void addComponent(LyComponent components, int pos)
components
- The components to add to components list.pos
- Position where the sub-component is inserted.void removeComponent(LyComponent components)
components
- The components to remove to components list.void setMapContent(LyMapContent mapContent)
mapContent
- New value of mapContentvoid setLayout(LyLayout layout)
layout
- New value of layout
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |