MCPcopy Create free account

hub / github.com/EscapeIndustries/DotMatrixView / functions

Functions170 in github.com/EscapeIndustries/DotMatrixView

↓ 8 callersMethodparse
Extract all the digits from input. @param input The string from which to extract digits @return An array containing all the digits in the
DotMatrixView/src/com/escapeindustries/dotmatrix/DigitsParser.java:22
↓ 7 callersMethodmakeTransition
Inform the member DotChangeAction which dots need to be change state to move from the current state to the next state. The parameters are arrays of on
DotMatrixView/src/com/escapeindustries/dotmatrix/GlyphTransition.java:38
↓ 4 callersMethodchangeDot
Switch on or off the specified dot. @param x The zero-indexed column of the dot, beginning from the left @param y The zero-inde
DotMatrixView/src/com/escapeindustries/dotmatrix/Grid.java:101
↓ 4 callersMethoddotHasChanged
Perform an action when a dot changes @param index The one dimensional coordinate of the dot that has changed @param on The new state of the dot
DotMatrixView/src/com/escapeindustries/dotmatrix/DotChangeAction.java:17
↓ 4 callersMethodgetColumns
Get the width of the Grid in columns of dots. @return The width of the grid in columns of dots
DotMatrixView/src/com/escapeindustries/dotmatrix/Grid.java:15
↓ 4 callersMethodgetRows
Get the height of the Grid in rows of dots. @return The new height of the grid in rows of dots
DotMatrixView/src/com/escapeindustries/dotmatrix/Grid.java:30
↓ 3 callersMethodcreateDigit
@return A {@link Digit} set to draw to the configured {@link Grid}
DotMatrixView/src/com/escapeindustries/dotmatrix/GlyphFactory.java:24
↓ 3 callersMethodgetDotsToDim
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/DotChangeCounter.java:27
↓ 3 callersMethodgetDotsToLight
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/DotChangeCounter.java:31
↓ 3 callersMethodgetHeight
Get the height of this Glyph in dots. @return The height in dots needed to draw this Glyph
DotMatrixView/src/com/escapeindustries/dotmatrix/Glyph.java:31
↓ 3 callersMethodgetNextPossibleUpdateTime
Get the earliest time at which this updater should next be queried for a fresh value. @return The earliest time at which this updater should next be
DotMatrixView/src/com/escapeindustries/dotmatrix/UpdateProvider.java:19
↓ 3 callersMethodgetNow
()
DotMatrixView/src/com/escapeindustries/dotmatrix/TimeSource.java:15
↓ 3 callersMethodgetTwoDigits
(int value)
DotMatrixView/src/com/escapeindustries/dotmatrix/FormattedTime.java:40
↓ 3 callersMethodgetWidth
Get the width of this Glyph in dots. @return The width in dots needed to draw this Glyph.
DotMatrixView/src/com/escapeindustries/dotmatrix/Glyph.java:22
↓ 3 callersMethodinitialize
(Context context)
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplay.java:84
↓ 3 callersMethodsetActive
Set the Grid active (updating) or inactive (static). This is present to control whether a background thread should be running to take care of animatio
DotMatrixView/src/com/escapeindustries/dotmatrix/Grid.java:134
↓ 3 callersMethodsetValue
Set the value that should be displayed on the Grid. This will be parsed according to the current format set for the Grid. @param value The
DotMatrixView/src/com/escapeindustries/dotmatrix/Grid.java:123
↓ 2 callersMethodbuildRenderer
()
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplay.java:169
↓ 2 callersMethodcheckAllDigits
(Glyph[] result)
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/FormatStringParserTests.java:108
↓ 2 callersMethodcheckGlyphTypesMatch
(Glyph[] expected, Glyph[] results)
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/FormatStringParserTests.java:97
↓ 2 callersMethodgetAppropriateSize
(int sizeMeasureSpec, int sizePrefered)
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplay.java:223
↓ 2 callersMethodgetColorArrayFromTypedArray
(int resId)
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplay.java:274
↓ 2 callersMethodgetCurrentValue
Get the current value. @return The current value.
DotMatrixView/src/com/escapeindustries/dotmatrix/ValueUpdateProvider.java:15
↓ 2 callersMethodgetInterstitial
(float percentThroughTransition)
DotMatrixView/src/com/escapeindustries/dotmatrix/TransitionalColorSet.java:120
↓ 2 callersMethodgetNow
()
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplayRenderController.java:184
↓ 2 callersMethodgetPaint
(int color)
DotMatrixView/src/com/escapeindustries/dotmatrix/TransitionalColorSet.java:136
↓ 2 callersMethodintListToArray
(List<Integer> dimWorking)
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/DotChangeCounter.java:35
↓ 2 callersMethodsetNumber
Set the value of this digit. @param to The new value
DotMatrixView/src/com/escapeindustries/dotmatrix/Digit.java:35
↓ 2 callersMethodsetRunning
Set the state of the thread to running or not running. It must be set to true to allow the main loop to start running. Its main purpose is to get the
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplayRenderController.java:155
↓ 2 callersMethodsetUpChangeTimes
()
DotMatrixView/src/com/escapeindustries/dotmatrix/CountdownColorUpdateProvider.java:60
↓ 2 callersMethodstartRenderer
()
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplay.java:175
↓ 2 callersMethodstopRendering
()
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplay.java:185
↓ 2 callersMethodupdatePaints
(long now, long lastValueUpdate)
DotMatrixView/src/com/escapeindustries/dotmatrix/TransitionalColorSet.java:79
↓ 1 callersMethodclearTransitionState
Update the state so that all dots marked as in transition to ON become ON and those in transition to OFF become OFF.
DotMatrixView/src/com/escapeindustries/dotmatrix/ModelGrid.java:44
↓ 1 callersMethodcreateScreenStateReceiver
()
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplay.java:200
↓ 1 callersMethodcreateSeperator
@return A {@link Seperator} set to draw to the configured {@link Grid}
DotMatrixView/src/com/escapeindustries/dotmatrix/GlyphFactory.java:31
↓ 1 callersMethodcreateSpace
@return A {@link Space} set to draw to the configured {@link Grid}
DotMatrixView/src/com/escapeindustries/dotmatrix/GlyphFactory.java:38
↓ 1 callersMethoddoDraw
()
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplayRenderController.java:159
↓ 1 callersMethoddraw
Override this to add code to draw a Glyph into the target {@link Grid}. Make calls to {@link #changeDot} to set individual dots on or off.
DotMatrixView/src/com/escapeindustries/dotmatrix/Glyph.java:93
↓ 1 callersMethodextractDigits
(Glyph[] glyphs)
DotMatrixView/src/com/escapeindustries/dotmatrix/BaseGrid.java:143
↓ 1 callersMethodgetColorUpdateProviderFromXML
(TypedArray a)
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplay.java:238
↓ 1 callersMethodgetCurrentColors
Get the current on and off colors. @return An array containing two colors, index 0 represents on, index 1 represents off.
DotMatrixView/src/com/escapeindustries/dotmatrix/ColorUpdateProvider.java:15
↓ 1 callersMethodgetDefaultColorUpdateProvider
()
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplay.java:234
↓ 1 callersMethodgetDim
()
DotMatrixView/src/com/escapeindustries/dotmatrix/TransitionalColorSet.java:128
↓ 1 callersMethodgetDimming
(long sinceLastUpdate)
DotMatrixView/src/com/escapeindustries/dotmatrix/TransitionalColorSet.java:95
↓ 1 callersMethodgetDotState
(int x, int y)
DotMatrixView/src/com/escapeindustries/dotmatrix/ModelGrid.java:65
↓ 1 callersMethodgetIntArrayFromTypedArray
(int resId)
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplay.java:283
↓ 1 callersMethodgetLightening
(long sinceLastUpdate)
DotMatrixView/src/com/escapeindustries/dotmatrix/TransitionalColorSet.java:107
↓ 1 callersMethodgetLit
()
DotMatrixView/src/com/escapeindustries/dotmatrix/TransitionalColorSet.java:132
↓ 1 callersMethodgetNow
()
DotMatrixView/src/com/escapeindustries/dotmatrix/CountdownColorUpdateProvider.java:74
↓ 1 callersMethodgetPaddingColumnsLeft
()
DotMatrixView/src/com/escapeindustries/dotmatrix/BaseGrid.java:51
↓ 1 callersMethodgetPaddingRowsTop
()
DotMatrixView/src/com/escapeindustries/dotmatrix/BaseGrid.java:46
↓ 1 callersMethodgetPaints
Get the current colors, including transitional shades, for this moment in time, in ready-to-use Paint instances. @param now The point in time (since t
DotMatrixView/src/com/escapeindustries/dotmatrix/TransitionalColorSet.java:74
↓ 1 callersMethodgetStartOfThisSecond
()
DotMatrixView/src/com/escapeindustries/dotmatrix/CountdownColorUpdateProvider.java:68
↓ 1 callersMethodgetTransitionsActive
@return Are any dots in a transition state? True if dots are in transition, false if all dots are fully ON or OFF.
DotMatrixView/src/com/escapeindustries/dotmatrix/ModelGrid.java:61
↓ 1 callersMethodinitCoords
(int rows, int columns, int dotRadius, int spaceBetweenDots)
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplayRenderController.java:200
↓ 1 callersMethodinitializeGrid
Called by {@link #setFormat} this is a chance to set up data structures etc. needed by the grid.
DotMatrixView/src/com/escapeindustries/dotmatrix/BaseGrid.java:141
↓ 1 callersMethodintArraysAreEqual
(int[] expected, int[] result)
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/DigitParserTests.java:26
↓ 1 callersMethodlogFPS
()
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplayRenderController.java:188
↓ 1 callersMethodparse
Parse a format string into a set of {@link Glyph}s @param format The format to be parsed. The format can be made up of '0' (a d
DotMatrixView/src/com/escapeindustries/dotmatrix/FormatStringParser.java:39
↓ 1 callersMethodregisterScreenStateReciever
()
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplay.java:216
↓ 1 callersMethodsetColumn
Set the left-most column of the target {@link Grid} that this Glyph will draw at. @param column The left-most column at which to start dra
DotMatrixView/src/com/escapeindustries/dotmatrix/Glyph.java:54
↓ 1 callersMethodsetColumns
(int columns)
DotMatrixView/src/com/escapeindustries/dotmatrix/BaseGrid.java:31
↓ 1 callersMethodsetFormat
Set the format to be expected for values that will be displayed by the Grid. It is expected that calling this will have the side-effect that the grid
DotMatrixView/src/com/escapeindustries/dotmatrix/Grid.java:114
↓ 1 callersMethodsetPaddingDots
Set the number of rows and columns around the edges of the grid that are not involved in the display of {@link Glyph Glyphs}. @param top T
DotMatrixView/src/com/escapeindustries/dotmatrix/Grid.java:89
↓ 1 callersMethodsetRow
Set the top-most column of the target {@link Grid} that this Glyph will draw at. @param row The top-most row at which to start drawing thi
DotMatrixView/src/com/escapeindustries/dotmatrix/Glyph.java:67
↓ 1 callersMethodsetRows
(int rows)
DotMatrixView/src/com/escapeindustries/dotmatrix/BaseGrid.java:41
↓ 1 callersMethodsetTime
(int hours, int minutes, int seconds)
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestTimeSource.java:14
↓ 1 callersMethodsetUpColorComponents
()
DotMatrixView/src/com/escapeindustries/dotmatrix/TransitionalColorSet.java:142
↓ 1 callersMethodsetUpColorRanges
()
DotMatrixView/src/com/escapeindustries/dotmatrix/TransitionalColorSet.java:153
MethodCountdownColorUpdateProvider
Construct and fully configure a CountdowColorUpdateProvider. All arrays provided should have the same length. @param lit An array of color
DotMatrixView/src/com/escapeindustries/dotmatrix/CountdownColorUpdateProvider.java:31
MethodDigit
(Grid grid, int column, int row)
DotMatrixView/src/com/escapeindustries/dotmatrix/Digit.java:12
MethodDotChangeCounter
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/DotChangeCounter.java:13
MethodFormatStringParser
Construct an instance, configuring it to use a specific {@link GlyphFactory}. @param factory The {@link GlyphFactory} that will be used wh
DotMatrixView/src/com/escapeindustries/dotmatrix/FormatStringParser.java:24
MethodFormattedTime
@param source The {@link TimeSource} to wrap
DotMatrixView/src/com/escapeindustries/dotmatrix/FormattedTime.java:22
MethodGlyphFactory
@param grid The {@link Grid} that all created {@link Glyph}s will drawn in
DotMatrixView/src/com/escapeindustries/dotmatrix/GlyphFactory.java:17
MethodGlyphTransition
Construct and configure a GlyphTransition. @param action action will be informed of all changes that need to be made when trans
DotMatrixView/src/com/escapeindustries/dotmatrix/GlyphTransition.java:21
MethodMatrixDisplay
(Context context)
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplay.java:65
MethodMatrixDisplayRenderController
@param holder {@link android.view.SurfaceHolder SurfaceHolder} of the {@link android.view.SurfaceView SurfaceView} to render to
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplayRenderController.java:71
MethodNormalDotChangeAction
(Glyph glyph)
DotMatrixView/src/com/escapeindustries/dotmatrix/NormalDotChangeAction.java:14
MethodPerSecondTimeUpdateProvider
@param formatter The {@link FormattedTime} that will be used as the source of time values
DotMatrixView/src/com/escapeindustries/dotmatrix/PerSecondTimeUpdateProvider.java:22
MethodSeperator
(Grid grid, int column, int row)
DotMatrixView/src/com/escapeindustries/dotmatrix/Seperator.java:11
MethodSingleColorUpdateProvider
(int lit, int dim)
DotMatrixView/src/com/escapeindustries/dotmatrix/SingleColorUpdateProvider.java:13
MethodSpace
()
DotMatrixView/src/com/escapeindustries/dotmatrix/Space.java:10
MethodStaticValueUpdateProvider
(String value)
DotMatrixView/src/com/escapeindustries/dotmatrix/StaticValueUpdateProvider.java:13
MethodTransitionalColorSet
Construct a fully configured instance @param paintUpdater A {@link ColorUpdateProvider} that will provide the current ON and OF
DotMatrixView/src/com/escapeindustries/dotmatrix/TransitionalColorSet.java:59
MethodchangeDot
(int x, int y, boolean on)
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:52
MethodchangeDot
Convenience method for setting a dot on or off using a one dimensional index as used as a shape definition by {@link DigitDefinition}. @param index
DotMatrixView/src/com/escapeindustries/dotmatrix/Glyph.java:82
MethodchangeDot
(int x, int y, boolean on)
DotMatrixView/src/com/escapeindustries/dotmatrix/BaseGrid.java:134
MethodchangeDot
(int x, int y, boolean on)
DotMatrixView/src/com/escapeindustries/dotmatrix/ModelGrid.java:15
MethoddotHasChanged
(int index, boolean on)
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/DotChangeCounter.java:18
MethoddotHasChanged
Signal to the configured {@link Glyph} that a dot has changed.
DotMatrixView/src/com/escapeindustries/dotmatrix/NormalDotChangeAction.java:21
Methoddraw
()
DotMatrixView/src/com/escapeindustries/dotmatrix/Seperator.java:19
Methoddraw
()
DotMatrixView/src/com/escapeindustries/dotmatrix/Space.java:15
Methoddraw
Render the digit to the {@link Grid}. @see com.escapeindustries.dotmatrix.Glyph#draw()
DotMatrixView/src/com/escapeindustries/dotmatrix/Digit.java:50
MethodgetColumns
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:7
MethodgetColumns
()
DotMatrixView/src/com/escapeindustries/dotmatrix/BaseGrid.java:26
MethodgetCurrentColors
()
DotMatrixView/src/com/escapeindustries/dotmatrix/CountdownColorUpdateProvider.java:45
MethodgetCurrentColors
()
DotMatrixView/src/com/escapeindustries/dotmatrix/SingleColorUpdateProvider.java:22
MethodgetCurrentValue
()
DotMatrixView/src/com/escapeindustries/dotmatrix/StaticValueUpdateProvider.java:22
next →1–100 of 170, ranked by callers