|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
BitDescriptor | Interface representing the led model. |
Class Summary | |
---|---|
BitmaskField | This is generic class providing access to the BitDescriptor . |
CustomBorder | |
CustomLedIcon | |
DefaultBitDescriptor | Default implementation of BitDescriptor . |
DefaultLedIcon | This is the default icon used when displaying leds. |
Led | Visual representation of LED status. |
LedIconFactory | Creates LED icon for given color. |
LedPaint | This is the implementation of Paint interface tha provides access to LedPaintContext and is used to render LED icons. |
LedPaintContext | Renderer for Leds. |
LedPaintDemo | |
LedPaintParameters | |
LedRenderer | This is a specialized class for rendering LED icons. |
LedRendererOld | This is a specialized class for rendering LED icons. |
A package containing implementation of Ledder, a visual component for displaying bit patterns.
Ledder
- Visual component displaying the led patters.
LedModel
- Interface defining leds and implementations of this class.
This is a simple list that can be queried for properties of individual leds.
Abstract and Default implementations are provided.
AbstractLedModel
should be used when implementing different types of models.
DefaultLedModel
is a simple implementation of AbstractLedModel
and LedModel
using array for internal storage.
Although this implementation offers limited operations (add, remove, clear and set for all led properties) it favours minimal memory footprint over flexibility.
It should still prove suitable for most cases.
LedIconFactory
- Factory class used to create the icons representing individual leds.
For details about icon instantiation see the documentation of the LedIconFactory
.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |