|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface describes the container for all data of an interpreter context.
Method Summary | |
Dimen |
getDimen(java.lang.String name)
Get the current value of the dimen register with a given name. |
void |
setDimen(java.lang.String name,
Dimen value,
boolean global)
Setter for the Dimen
register in all requested groups. |
void |
setDimen(java.lang.String name,
long value,
boolean global)
Setter for the Dimen
register in all requested groups. |
Method Detail |
public Dimen getDimen(java.lang.String name)
name
- the name or the number of the register
setDimen(String, Dimen, boolean)
,
setDimen(String, long, boolean)
public void setDimen(java.lang.String name, Dimen value, boolean global) throws InterpreterException
Dimen
register in all requested groups. Dimen registers are named, either with
a number or an arbitrary string. The numbered registers where limited to
256 in
name
- the name or the number of the registervalue
- the new value of the registerglobal
- the indicator for the scope; true
means all
groups; otherwise the current group is affected only
InterpreterException
- in case of problems in an observergetDimen(String)
public void setDimen(java.lang.String name, long value, boolean global) throws InterpreterException
Dimen
register in all requested groups. Dimen registers are named, either with
a number or an arbitrary string. The numbered registers where limited to
256 in
name
- the name or the number of the registervalue
- the new value of the registerglobal
- the indicator for the scope; true
means all
groups; otherwise the current group is affected only
InterpreterException
- in case of problems in an observer
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |