Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
private boolean |
bReset |
private boolean |
bStandBy |
private boolean |
bStartup |
private int |
LCD_COLUMNS |
private int |
LCD_ROWS |
private int |
lcdHandle |
private static org.apache.log4j.Logger |
log |
private String[] |
Q |
private ArrayList<RowDefinition> |
row_definition |
private List<LCDRow> |
rows |
private ArrayList<RowDefinition> |
standby_definition |
private ConcurrentHashMap<String,String> |
values |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
LCDScroller(int lcd_rows,
int lcd_columns,
ArrayList<RowDefinition> row_definition,
ArrayList<RowDefinition> standby_definition) |
Modifier and Type | Method and Description |
---|---|
String |
convertBytes(long bytes) |
int |
getLCDHandle() |
private void |
init()
Initialize the values..
|
boolean |
isReset() |
boolean |
isStandBy() |
void |
LCDWrite(String s,
int Row) |
void |
run() |
void |
setLCDHandle(int lcdHandle) |
void |
setReset()
Reset the LCD Display
|
void |
setStandBy(boolean bStandBy) |
void |
setText(String text,
int row) |
private void |
standbyMessage() |
private void |
updateRows() |
void |
updateValues(String name,
String value)
Update the Values
|
private void |
welcomeMessage()
Create the Welcome Message
|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
private static org.apache.log4j.Logger log
private int lcdHandle
private int LCD_COLUMNS
private int LCD_ROWS
private boolean bStandBy
private boolean bStartup
private boolean bReset
private ConcurrentHashMap<String,String> values
private ArrayList<RowDefinition> row_definition
private ArrayList<RowDefinition> standby_definition
private final String[] Q
public LCDScroller(int lcd_rows, int lcd_columns, ArrayList<RowDefinition> row_definition, ArrayList<RowDefinition> standby_definition)
lcd_rows
- lcd_columns
- row_definition
- private void init()
private void standbyMessage()
private void welcomeMessage()
public String convertBytes(long bytes)
public int getLCDHandle()
public void setLCDHandle(int lcdHandle)
lcdHandle
- public void LCDWrite(String s, int Row)
s
- Row
- public void setText(String text, int row)
text
- row
- public boolean isStandBy()
public void setStandBy(boolean bStandBy)
public boolean isReset()
public void setReset()
public void updateValues(String name, String value)
name
- value
- private void updateRows()
Copyright © 2013–2014. All rights reserved.