Package org.a11y.brlapi.parameters
Class CursorBlinkPeriodParameter
- java.lang.Object
-
- org.a11y.brlapi.Component
-
- org.a11y.brlapi.ParameterComponent
-
- org.a11y.brlapi.Parameter
-
- org.a11y.brlapi.GlobalParameter
-
- org.a11y.brlapi.parameters.CursorBlinkPeriodParameter
-
- All Implemented Interfaces:
Parameter.IntSettable
,Parameter.Settable
public class CursorBlinkPeriodParameter extends GlobalParameter implements Parameter.IntSettable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.a11y.brlapi.Parameter
Parameter.BooleanSettable, Parameter.ByteSettable, Parameter.IntSettable, Parameter.LongSettable, Parameter.Settable, Parameter.ShortSettable, Parameter.StringSettable, Parameter.WatcherHandle
-
-
Field Summary
-
Fields inherited from class org.a11y.brlapi.Component
BYTE_MASK, UNICODE_BRAILLE_ROW
-
-
Constructor Summary
Constructors Constructor Description CursorBlinkPeriodParameter(ConnectionBase connection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
get()
int
getMaximum()
int
getMinimum()
int
getParameter()
void
set(int period)
-
Methods inherited from class org.a11y.brlapi.GlobalParameter
isGlobal
-
Methods inherited from class org.a11y.brlapi.Parameter
get, getLabel, getName, getParseDescription, getValue, getValue, isHidable, isSettable, set, setValue, setValue, toString, toString, watch, watch
-
Methods inherited from class org.a11y.brlapi.ParameterComponent
asBitMask, asBoolean, asBooleanArray, asByte, asByteArray, asDisplaySize, asDots, asDots, asInt, asIntArray, asLong, asLongArray, asRowCells, asShort, asShortArray, asString, toString
-
Methods inherited from class org.a11y.brlapi.Component
getObjectName, getObjectName, printf, toOperandName, toUnicodeBraille, toUnicodeBraille
-
-
-
-
Constructor Detail
-
CursorBlinkPeriodParameter
public CursorBlinkPeriodParameter(ConnectionBase connection)
-
-
Method Detail
-
getParameter
public final int getParameter()
- Specified by:
getParameter
in classParameter
-
set
public final void set(int period)
- Specified by:
set
in interfaceParameter.IntSettable
-
getMinimum
public final int getMinimum()
- Specified by:
getMinimum
in interfaceParameter.IntSettable
-
getMaximum
public final int getMaximum()
- Specified by:
getMaximum
in interfaceParameter.IntSettable
-
-