Class DeckUpdater
java.lang.Object
de.rcblum.stream.deck.device.worker.DeckUpdater
- All Implemented Interfaces:
Runnable
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intfinal DrawImageInterfacefinal DrawTouchscreenInterfacefinal FeatureReportInterfacefinal purejavahidapi.HidDevicefinal Dimensionfinal SDImagefinal intfinal Point -
Constructor Summary
ConstructorsConstructorDescriptionDeckUpdater(purejavahidapi.HidDevice hidDevice, DrawImageInterface drawImageInterface, int keyIndex, SDImage img, Dimension imageSize) DeckUpdater(purejavahidapi.HidDevice hidDevice, DrawTouchscreenInterface drawTouchIface, Point startPoint, SDImage img, Dimension imageSize) DeckUpdater(purejavahidapi.HidDevice hidDevice, FeatureReportIntegerInterface featureReportIntInterface, int brightness) DeckUpdater(purejavahidapi.HidDevice hidDevice, FeatureReportInterface featureReportInterface) -
Method Summary
-
Field Details
-
startPoint
-
imageSize
-
keyIndex
public final int keyIndex -
img
-
hidDevice
public final purejavahidapi.HidDevice hidDevice -
drawImageInterface
-
drawTouchscreenInterface
-
featureReportInterface
-
featureReportIntInterface
-
brightness
public final int brightness
-
-
Constructor Details
-
DeckUpdater
public DeckUpdater(purejavahidapi.HidDevice hidDevice, DrawImageInterface drawImageInterface, int keyIndex, SDImage img, Dimension imageSize) -
DeckUpdater
public DeckUpdater(purejavahidapi.HidDevice hidDevice, DrawTouchscreenInterface drawTouchIface, Point startPoint, SDImage img, Dimension imageSize) -
DeckUpdater
public DeckUpdater(purejavahidapi.HidDevice hidDevice, FeatureReportInterface featureReportInterface) -
DeckUpdater
public DeckUpdater(purejavahidapi.HidDevice hidDevice, FeatureReportIntegerInterface featureReportIntInterface, int brightness)
-
-
Method Details
-
run
-