LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.view.graphic
Interface LyGraphicalMapLink

All Superinterfaces:
LyFreeInterface, LyGraphicalComponent, LySetHiddenInterface, LySetLabelInterface, LySetSelectedInterface, LyViewComponent
All Known Implementing Classes:
LyStrutsMapLink, LySwingMapLink

public interface LyGraphicalMapLink
extends LyGraphicalComponent, LySetLabelInterface, LySetSelectedInterface, LySetHiddenInterface

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

See Also:
LyMapLink

Field Summary
static java.lang.String __VERSION
           
 
Method Summary
 void addPoint(LyPoint points, int pos)
          Inserts a sub-component points at given position.
 void removePoint(LyPoint points)
          Removes a sub-component points.
 void setColorEnd(java.lang.String colorEnd)
          Updates attribute colorEnd to the given value.
 void setColorStart(java.lang.String colorStart)
          Updates attribute colorStart to the given value.
 void setEndLabel(java.lang.String endLabel)
          Updates attribute endLabel to the given value.
 void setHidden(boolean hidden)
          Updates attribute hidden to the given value.
 void setLabel(java.lang.String label)
          Updates attribute label to the given value.
 void setSelected(boolean selected)
          Updates attribute selected to the given value.
 void setStartLabel(java.lang.String startLabel)
          Updates attribute startLabel 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.

setStartLabel

void setStartLabel(java.lang.String startLabel)
Updates attribute startLabel to the given value.

Parameters:
startLabel - New value of startLabel.

setEndLabel

void setEndLabel(java.lang.String endLabel)
Updates attribute endLabel to the given value.

Parameters:
endLabel - New value of endLabel.

setSelected

void setSelected(boolean selected)
Updates attribute selected to the given value.

Specified by:
setSelected in interface LySetSelectedInterface
Parameters:
selected - Boolean indicating if attribute selected is set or unset.

setColorStart

void setColorStart(java.lang.String colorStart)
Updates attribute colorStart to the given value.

Parameters:
colorStart - New value of colorStart.

setColorEnd

void setColorEnd(java.lang.String colorEnd)
Updates attribute colorEnd to the given value.

Parameters:
colorEnd - New value of colorEnd.

setHidden

void setHidden(boolean hidden)
Updates attribute hidden to the given value.

Specified by:
setHidden in interface LySetHiddenInterface
Parameters:
hidden - Boolean indicating if attribute hidden is set or unset.

addPoint

void addPoint(LyPoint points,
              int pos)
Inserts a sub-component points at given position.

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

removePoint

void removePoint(LyPoint points)
Removes a sub-component points.

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

(c) January 2013 - W4 S.A.

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