public interface LineDisplayControl16 extends LineDisplayControl15
| Modifier and Type | Method and Description |
|---|---|
void |
defineGlyph(int glyphCode,
byte[] glyph) |
int |
getBlinkRate() |
boolean |
getCapBlinkRate() |
int |
getCapCursorType() |
boolean |
getCapCustomGlyph() |
int |
getCapReadBack() |
int |
getCapReverse() |
int |
getCursorType() |
java.lang.String |
getCustomGlyphList() |
int |
getGlyphHeight() |
int |
getGlyphWidth() |
void |
readCharacterAtCursor(int[] aChar) |
void |
setBlinkRate(int blinkRate) |
void |
setCursorType(int cursorType) |
addStatusUpdateListener, getCapPowerReporting, getPowerNotify, getPowerState, removeStatusUpdateListener, setPowerNotifyaddDirectIOListener, clearDescriptors, clearText, createWindow, destroyWindow, displayText, displayTextAt, getCapBlink, getCapBrightness, getCapCharacterSet, getCapDescriptors, getCapHMarquee, getCapICharWait, getCapVMarquee, getCharacterSet, getCharacterSetList, getColumns, getCurrentWindow, getCursorColumn, getCursorRow, getCursorUpdate, getDeviceBrightness, getDeviceColumns, getDeviceDescriptors, getDeviceRows, getDeviceWindows, getInterCharacterWait, getMarqueeFormat, getMarqueeRepeatWait, getMarqueeType, getMarqueeUnitWait, getRows, refreshWindow, removeDirectIOListener, scrollText, setCharacterSet, setCurrentWindow, setCursorColumn, setCursorRow, setCursorUpdate, setDescriptor, setDeviceBrightness, setInterCharacterWait, setMarqueeFormat, setMarqueeRepeatWait, setMarqueeType, setMarqueeUnitWaitcheckHealth, claim, close, directIO, getCheckHealthText, getClaimed, getDeviceControlDescription, getDeviceControlVersion, getDeviceEnabled, getDeviceServiceDescription, getDeviceServiceVersion, getFreezeEvents, getPhysicalDeviceDescription, getPhysicalDeviceName, getState, open, release, setDeviceEnabled, setFreezeEventsboolean getCapBlinkRate()
throws JposException
JposExceptionint getCapCursorType()
throws JposException
JposExceptionboolean getCapCustomGlyph()
throws JposException
JposExceptionint getCapReadBack()
throws JposException
JposExceptionint getCapReverse()
throws JposException
JposExceptionint getBlinkRate()
throws JposException
JposExceptionvoid setBlinkRate(int blinkRate)
throws JposException
JposExceptionint getCursorType()
throws JposException
JposExceptionvoid setCursorType(int cursorType)
throws JposException
JposExceptionjava.lang.String getCustomGlyphList()
throws JposException
JposExceptionint getGlyphHeight()
throws JposException
JposExceptionint getGlyphWidth()
throws JposException
JposExceptionvoid defineGlyph(int glyphCode,
byte[] glyph)
throws JposException
JposExceptionvoid readCharacterAtCursor(int[] aChar)
throws JposException
JposException