|
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 LyGraphicalMapNode
The LyGraphicalMapNode interface represents the abstract graphical component for the mapNode of views.dtd regardless of the target (swing, swt, dhtml...).
LyMapNode
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
void |
setBottomLabel(java.lang.String bottomLabel)
Updates attribute bottomLabel to the given value. |
void |
setColorFrameExt(java.lang.String colorFrameExt)
Updates attribute colorFrameExt to the given value. |
void |
setColorFrameInt(java.lang.String colorFrameInt)
Updates attribute colorFrameInt to the given value. |
void |
setFontColor(java.lang.String fontColor)
Updates attribute fontColor to the given value. |
void |
setHidden(boolean hidden)
Updates attribute hidden to the given value. |
void |
setImage(java.lang.String image)
Updates attribute image to the given value. |
void |
setLabel(java.lang.String label)
Updates attribute label to the given value. |
void |
setLayer(int layer)
Updates attribute layer to the given value. |
void |
setLeftLabel(java.lang.String leftLabel)
Updates attribute leftLabel to the given value. |
void |
setRightLabel(java.lang.String rightLabel)
Updates attribute rightLabel to the given value. |
void |
setSelected(boolean selected)
Updates attribute selected to the given value. |
void |
setTopLabel(java.lang.String topLabel)
Updates attribute topLabel to the given value. |
void |
setViewerImage(java.lang.String viewerImage)
Updates attribute viewerImage to the given value. |
void |
setX(float x)
Updates attribute x to the given value. |
void |
setY(float y)
Updates attribute y to the given value. |
void |
setZ(float z)
Updates attribute z 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 setLeftLabel(java.lang.String leftLabel)
leftLabel
- New value of leftLabel.void setRightLabel(java.lang.String rightLabel)
rightLabel
- New value of rightLabel.void setTopLabel(java.lang.String topLabel)
topLabel
- New value of topLabel.void setBottomLabel(java.lang.String bottomLabel)
bottomLabel
- New value of bottomLabel.void setX(float x)
x
- New value of x.void setY(float y)
y
- New value of y.void setZ(float z)
z
- New value of z.void setSelected(boolean selected)
setSelected
in interface LySetSelectedInterface
selected
- Boolean indicating if attribute selected is set or unset.void setHidden(boolean hidden)
setHidden
in interface LySetHiddenInterface
hidden
- Boolean indicating if attribute hidden is set or unset.void setImage(java.lang.String image)
setImage
in interface LySetImageInterface
image
- New value of image.void setViewerImage(java.lang.String viewerImage)
viewerImage
- New value of viewerImage.void setLayer(int layer)
layer
- New value of layer.void setColorFrameInt(java.lang.String colorFrameInt)
colorFrameInt
- New value of colorFrameInt.void setColorFrameExt(java.lang.String colorFrameExt)
colorFrameExt
- New value of colorFrameExt.void setFontColor(java.lang.String fontColor)
fontColor
- New value of fontColor.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |