- getHeight() - Method in class net.freeutils.scrollphat.Canvas
-
Returns the canvas height in pixels.
- getHeight() - Method in class net.freeutils.scrollphat.Device
-
Returns the configured device height.
- getHeight() - Method in class net.freeutils.scrollphat.LEDFont
-
Returns the font height in pixels.
- getInputStream(String) - Static method in class net.freeutils.scrollphat.Utils
-
Returns an input stream for reading the content of a file or resource.
- getMatrix() - Method in class net.freeutils.scrollphat.Canvas
-
Returns the wrapped matrix bytes.
- getMaxWidth(char[]) - Method in class net.freeutils.scrollphat.LEDFont
-
Returns the maximum glyph width among
all of the given characters.
- getNativeFileDescriptor(FileDescriptor) - Method in class net.freeutils.scrollphat.JNADevDevice
-
Returns the native file descriptor associated with the Java file descriptor.
- getSupportedChars() - Method in class net.freeutils.scrollphat.LEDFont
-
Returns the sorted set of Unicode code points supported by this font.
- getSupportedCharsAsString() - Method in class net.freeutils.scrollphat.LEDFont
-
Returns a string of Unicode code points supported by this font.
- getWidth() - Method in class net.freeutils.scrollphat.Canvas
-
Returns the canvas width in pixels.
- getWidth() - Method in class net.freeutils.scrollphat.Device
-
Returns the configured device width.
- getWidth(int) - Method in class net.freeutils.scrollphat.LEDFont
-
Returns the width in pixels of the given code point.
- getWidth(char[], int, int) - Method in class net.freeutils.scrollphat.LEDFont
-
Returns the width in pixels of the given characters.
- getWidth(String) - Method in class net.freeutils.scrollphat.LEDFont
-
Returns the width in pixels of the given string.
- gradualBrightness(Device, int, int, int) - Static method in class net.freeutils.scrollphat.Animation
-
Gradually changes the display brightness.
- graph(byte[], int, int, float[], Float, Float, boolean) - Static method in class net.freeutils.scrollphat.Canvas
-
Draws a graph with the given width and height in pixels
from the given data values and boundaries.
- graph(byte[], int, int, int[], Float, Float, boolean) - Static method in class net.freeutils.scrollphat.Canvas
-
Draws a graph with the given width and height in pixels
from the given data values and boundaries.
- graph(int[], Float, Float, boolean) - Method in class net.freeutils.scrollphat.Canvas
-
Draws a graph with the given width and height in pixels
from the given data values and boundaries.
- save(OutputStream) - Method in class net.freeutils.scrollphat.LEDFont
-
Saves this font into the given stream in the ledfont format.
- save(File) - Method in class net.freeutils.scrollphat.LEDFont
-
Saves this font into the given file in the ledfont format.
- scroll(Device, byte[], int, int, int, int) - Static method in class net.freeutils.scrollphat.Animation
-
Scrolls the display from left to right.
- scroll(Device, byte[], int, int) - Static method in class net.freeutils.scrollphat.Animation
-
Scrolls the display from left to right (with spaces before and after text)
- scroll(int) - Method in class net.freeutils.scrollphat.Canvas
-
Scrolls the rendered columns by the given number of columns
(positive or negative delta).
- setBit(byte[], int, int, boolean) - Static method in class net.freeutils.scrollphat.Canvas
-
Sets the value of a single bit within a matrix
of bits represented by a byte array.
- setBrightness(int) - Method in class net.freeutils.scrollphat.Device
-
Sets the display brightness.
- setColumn(int, int) - Method in class net.freeutils.scrollphat.Canvas
-
Sets the value of a column.
- setColumns(int, byte[], int, int) - Method in class net.freeutils.scrollphat.Canvas
-
Sets the value of a sequence of columns.
- setDisplay(int, int) - Method in class net.freeutils.scrollphat.Device
-
Sets the value of the given column.
- setDisplay(int, byte[], int, int) - Method in class net.freeutils.scrollphat.Device
-
Sets the values of a consecutive sequence of columns.
- setDisplay(int, byte[]) - Method in class net.freeutils.scrollphat.Device
-
Sets the values of a consecutive sequence of columns.
- setDisplay(byte[]) - Method in class net.freeutils.scrollphat.Device
-
Sets the values of a consecutive sequence of columns,
starting at the first column.
- setFlip(boolean) - Method in class net.freeutils.scrollphat.Canvas
-
Sets whether the rendered matrix should be flipped vertically.
- setMatrix(byte[]) - Method in class net.freeutils.scrollphat.Canvas
-
Sets the wrapped matrix bytes.
- setOffset(int) - Method in class net.freeutils.scrollphat.Canvas
-
Sets the offset of the column within the matrix at which
the rendering will start.
- setPixel(int, int, boolean) - Method in class net.freeutils.scrollphat.Canvas
-
Sets the value of a pixel.
- setReverse(boolean) - Method in class net.freeutils.scrollphat.Canvas
-
Sets whether the rendered matrix should be reversed horizontally.
- shutdownHook - Variable in class net.freeutils.scrollphat.Device
-