GlyphFrameBuilder class

Constructors

GlyphFrameBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() List<Map<String, int?>>
Create the instance of the GlyphFrame.
buildChannel(int channel) GlyphFrameBuilder
Set the Glyph to be used. Please refer to the NothingPhone1 and NothingPhone2 classes.
buildChannelA() GlyphFrameBuilder
Quickly set zone A of Glyphs to be used. Please refer to the NothingPhone1 and NothingPhone2 classes.
buildChannelB() GlyphFrameBuilder
Quickly set zone B of Glyphs to be used. Please refer to the NothingPhone1 and NothingPhone2 classes.
buildChannelC() GlyphFrameBuilder
Quickly set zone C of Glyphs to be used. Please refer to the NothingPhone1 and NothingPhone2 classes.
buildChannelD() GlyphFrameBuilder
Quickly set zone E of Glyphs to be used. Please refer to the NothingPhone1 and NothingPhone2 classes.
buildChannelE() GlyphFrameBuilder
Quickly set zone E of Glyphs to be used. Please refer to the NothingPhone1 and NothingPhone2 classes.
buildCycles(int cycles) GlyphFrameBuilder
Set the number of cycles the GlyphFrame is to be turned on for.
buildInterval(int interval) GlyphFrameBuilder
Set the interval between cycles.
buildPeriod(int period) GlyphFrameBuilder
Set the duration of the GlyphFrame is to be turned on, measured in milliseconds.
clear() → void
Clears the glyph frame builder operations list.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited