public interface InputSynapse extends PlugInListener
| Modifier and Type | Method and Description |
|---|---|
char |
getDecimalPoint() |
int |
getFirstCol() |
int |
getFirstRow() |
int |
getLastCol() |
int |
getLastRow() |
void |
gotoFirstLine() |
void |
gotoLine(int numLine) |
boolean |
isBuffered() |
boolean |
isEOF() |
boolean |
isStepCounter()
Returns true if this input layer is an active counter of the steps.
|
void |
readAll() |
void |
resetInput() |
void |
setBuffered(boolean newBuffered) |
void |
setDecimalPoint(char dp) |
void |
setFirstCol(int numcol) |
void |
setFirstRow(int newFirstRow) |
void |
setLastCol(int numcol) |
void |
setLastRow(int newLastRow) |
void |
setStepCounter(boolean newStepCounter)
Set to true if this input layer is an active counter of the steps.
|
dataChangedchar getDecimalPoint()
int getFirstRow()
int getLastRow()
void gotoFirstLine()
throws java.io.IOException
java.io.IOExceptionvoid gotoLine(int numLine)
throws java.io.IOException
java.io.IOExceptionboolean isBuffered()
boolean isEOF()
void readAll()
void setBuffered(boolean newBuffered)
void setDecimalPoint(char dp)
void setFirstRow(int newFirstRow)
void setLastRow(int newLastRow)
void setFirstCol(int numcol)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionvoid setLastCol(int numcol)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionint getFirstCol()
int getLastCol()
void resetInput()
boolean isStepCounter()
void setStepCounter(boolean newStepCounter)
newStepCounter - booleanSubmit Feedback to pmarrone@users.sourceforge.net