Class SegmentFormatter
- java.lang.Object
-
- berlin.yuna.tinkerforgesensor.util.SegmentFormatter
-
public class SegmentFormatter extends Object
-
-
Constructor Summary
Constructors Constructor Description SegmentFormatter(Object newValue, Object oldValue, DateTimeFormatter timeFormatter, int limit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)boolean[]getColons()DateTimeFormattergetDateTimeFormatter()char[]getDigits()boolean[]getDots()inthashCode()booleanisBlinkColon()booleanisTick()
-
-
-
Constructor Detail
-
SegmentFormatter
public SegmentFormatter(Object newValue, Object oldValue, DateTimeFormatter timeFormatter, int limit)
-
-
Method Detail
-
getColons
public boolean[] getColons()
-
getDots
public boolean[] getDots()
-
isBlinkColon
public boolean isBlinkColon()
-
isTick
public boolean isTick()
-
getDigits
public char[] getDigits()
-
getDateTimeFormatter
public DateTimeFormatter getDateTimeFormatter()
-
-