|
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 LyGraphicalNumber
The LyGraphicalNumber interface represents the abstract graphical component for the number of views.dtd regardless of the target (swing, swt, dhtml...).
LyNumber
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
void |
setDecimals(int decimals)
Updates attribute decimals to the given value. |
void |
setFormat(java.lang.String format)
Updates attribute format to the given value. |
void |
setLabel(java.lang.String label)
Updates attribute label to the given value. |
void |
setPitch(double pitch)
Updates attribute pitch to the given value. |
void |
setVMax(double vMax)
Updates attribute vMax to the given value. |
void |
setVMin(double vMin)
Updates attribute vMin 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 setFormat(java.lang.String format)
setFormat
in interface LySetNumberInterface
format
- New value of format.void setVMin(double vMin)
setVMin
in interface LySetNumberInterface
vMin
- New value of vMin.void setVMax(double vMax)
setVMax
in interface LySetNumberInterface
vMax
- New value of vMax.void setPitch(double pitch)
setPitch
in interface LySetNumberInterface
pitch
- New value of pitch.void setDecimals(int decimals)
setDecimals
in interface LySetNumberInterface
decimals
- New value of decimals.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |