Package org.a11y.brlapi.parameters
Class ComputerBrailleCellSizeParameter
java.lang.Object
org.a11y.brlapi.Component
org.a11y.brlapi.ParameterComponent
org.a11y.brlapi.Parameter
org.a11y.brlapi.GlobalParameter
org.a11y.brlapi.parameters.ComputerBrailleCellSizeParameter
- All Implemented Interfaces:
Parameter.ByteSettable,Parameter.Settable
public class ComputerBrailleCellSizeParameter
extends GlobalParameter
implements Parameter.ByteSettable
-
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 -
Method Summary
Methods inherited from class org.a11y.brlapi.GlobalParameter
isGlobalMethods inherited from class org.a11y.brlapi.Parameter
get, getLabel, getName, getParseDescription, getValue, getValue, isHidable, isSettable, set, setValue, setValue, toString, toString, watch, watchMethods inherited from class org.a11y.brlapi.ParameterComponent
asBitMask, asBoolean, asBooleanArray, asByte, asByteArray, asDisplaySize, asDots, asDots, asInt, asIntArray, asLong, asLongArray, asRowCells, asShort, asShortArray, asString, toStringMethods inherited from class org.a11y.brlapi.Component
printf, toOperandName, toUnicodeBraille, toUnicodeBrailleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.a11y.brlapi.Parameter.ByteSettable
getMaximum, getMinimum
-
Constructor Details
-
ComputerBrailleCellSizeParameter
-
-
Method Details
-
getParameter
public final int getParameter()- Specified by:
getParameterin classParameter
-
get
-
set
public final void set(byte size) - Specified by:
setin interfaceParameter.ByteSettable
-