|
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 LyGraphicalMapLink
The LyGraphicalMapLink interface represents the abstract graphical component for the mapLink of views.dtd regardless of the target (swing, swt, dhtml...).
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 |
---|
static final java.lang.String __VERSION
Method Detail |
---|
void setLabel(java.lang.String label)
setLabel
in interface LySetLabelInterface
label
- New value of label.void setStartLabel(java.lang.String startLabel)
startLabel
- New value of startLabel.void setEndLabel(java.lang.String endLabel)
endLabel
- New value of endLabel.void setSelected(boolean selected)
setSelected
in interface LySetSelectedInterface
selected
- Boolean indicating if attribute selected is set or unset.void setColorStart(java.lang.String colorStart)
colorStart
- New value of colorStart.void setColorEnd(java.lang.String colorEnd)
colorEnd
- New value of colorEnd.void setHidden(boolean hidden)
setHidden
in interface LySetHiddenInterface
hidden
- Boolean indicating if attribute hidden is set or unset.void addPoint(LyPoint points, int pos)
points
- The points to add to points list.pos
- Position where the sub-component is inserted.void removePoint(LyPoint points)
points
- The points to remove to points list.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |