public interface LineDisplayService12 extends BaseService
| Modifier and Type | Method and Description |
|---|---|
void |
clearDescriptors() |
void |
clearText() |
void |
createWindow(int viewportRow,
int viewportColumn,
int viewportHeight,
int viewportWidth,
int windowHeight,
int windowWidth) |
void |
destroyWindow() |
void |
displayText(java.lang.String data,
int attribute) |
void |
displayTextAt(int row,
int column,
java.lang.String data,
int attribute) |
int |
getCapBlink() |
boolean |
getCapBrightness() |
int |
getCapCharacterSet() |
boolean |
getCapDescriptors() |
boolean |
getCapHMarquee() |
boolean |
getCapICharWait() |
boolean |
getCapVMarquee() |
int |
getCharacterSet() |
java.lang.String |
getCharacterSetList() |
int |
getColumns() |
int |
getCurrentWindow() |
int |
getCursorColumn() |
int |
getCursorRow() |
boolean |
getCursorUpdate() |
int |
getDeviceBrightness() |
int |
getDeviceColumns() |
int |
getDeviceDescriptors() |
int |
getDeviceRows() |
int |
getDeviceWindows() |
int |
getInterCharacterWait() |
int |
getMarqueeFormat() |
int |
getMarqueeRepeatWait() |
int |
getMarqueeType() |
int |
getMarqueeUnitWait() |
int |
getRows() |
void |
refreshWindow(int window) |
void |
scrollText(int direction,
int units) |
void |
setCharacterSet(int characterSet) |
void |
setCurrentWindow(int currentWindow) |
void |
setCursorColumn(int cursorColumn) |
void |
setCursorRow(int cursorRow) |
void |
setCursorUpdate(boolean cursorUpdate) |
void |
setDescriptor(int descriptor,
int attribute) |
void |
setDeviceBrightness(int deviceBrightness) |
void |
setInterCharacterWait(int interCharacterWait) |
void |
setMarqueeFormat(int marqueeFormat) |
void |
setMarqueeRepeatWait(int marqueeRepeatWait) |
void |
setMarqueeType(int marqueeType) |
void |
setMarqueeUnitWait(int marqueeUnitWait) |
checkHealth, claim, close, directIO, getCheckHealthText, getClaimed, getDeviceEnabled, getDeviceServiceDescription, getDeviceServiceVersion, getFreezeEvents, getPhysicalDeviceDescription, getPhysicalDeviceName, getState, open, release, setDeviceEnabled, setFreezeEventsint getCapBlink()
throws JposException
JposExceptionboolean getCapBrightness()
throws JposException
JposExceptionint getCapCharacterSet()
throws JposException
JposExceptionboolean getCapDescriptors()
throws JposException
JposExceptionboolean getCapHMarquee()
throws JposException
JposExceptionboolean getCapICharWait()
throws JposException
JposExceptionboolean getCapVMarquee()
throws JposException
JposExceptionint getCharacterSet()
throws JposException
JposExceptionvoid setCharacterSet(int characterSet)
throws JposException
JposExceptionjava.lang.String getCharacterSetList()
throws JposException
JposExceptionint getColumns()
throws JposException
JposExceptionint getCurrentWindow()
throws JposException
JposExceptionvoid setCurrentWindow(int currentWindow)
throws JposException
JposExceptionint getCursorColumn()
throws JposException
JposExceptionvoid setCursorColumn(int cursorColumn)
throws JposException
JposExceptionint getCursorRow()
throws JposException
JposExceptionvoid setCursorRow(int cursorRow)
throws JposException
JposExceptionboolean getCursorUpdate()
throws JposException
JposExceptionvoid setCursorUpdate(boolean cursorUpdate)
throws JposException
JposExceptionint getDeviceBrightness()
throws JposException
JposExceptionvoid setDeviceBrightness(int deviceBrightness)
throws JposException
JposExceptionint getDeviceColumns()
throws JposException
JposExceptionint getDeviceDescriptors()
throws JposException
JposExceptionint getDeviceRows()
throws JposException
JposExceptionint getDeviceWindows()
throws JposException
JposExceptionint getInterCharacterWait()
throws JposException
JposExceptionvoid setInterCharacterWait(int interCharacterWait)
throws JposException
JposExceptionint getMarqueeFormat()
throws JposException
JposExceptionvoid setMarqueeFormat(int marqueeFormat)
throws JposException
JposExceptionint getMarqueeRepeatWait()
throws JposException
JposExceptionvoid setMarqueeRepeatWait(int marqueeRepeatWait)
throws JposException
JposExceptionint getMarqueeType()
throws JposException
JposExceptionvoid setMarqueeType(int marqueeType)
throws JposException
JposExceptionint getMarqueeUnitWait()
throws JposException
JposExceptionvoid setMarqueeUnitWait(int marqueeUnitWait)
throws JposException
JposExceptionint getRows()
throws JposException
JposExceptionvoid clearDescriptors()
throws JposException
JposExceptionvoid clearText()
throws JposException
JposExceptionvoid createWindow(int viewportRow,
int viewportColumn,
int viewportHeight,
int viewportWidth,
int windowHeight,
int windowWidth)
throws JposException
JposExceptionvoid destroyWindow()
throws JposException
JposExceptionvoid displayText(java.lang.String data,
int attribute)
throws JposException
JposExceptionvoid displayTextAt(int row,
int column,
java.lang.String data,
int attribute)
throws JposException
JposExceptionvoid refreshWindow(int window)
throws JposException
JposExceptionvoid scrollText(int direction,
int units)
throws JposException
JposExceptionvoid setDescriptor(int descriptor,
int attribute)
throws JposException
JposException