public class MatrixPoint extends Object
| Constructor and Description |
|---|
MatrixPoint(int rows,
int columns,
int y,
int x) |
| Modifier and Type | Method and Description |
|---|---|
void |
getChanges(org.jboss.aesh.terminal.Shell shell) |
int |
getLength() |
int |
getPosition() |
boolean |
isNextUp() |
boolean |
isPartOfTextOrSpace() |
void |
newCycle() |
void |
newCycle(int position,
int length,
boolean text) |
void |
nextCycle() |
void |
setDefaultCharacter(char c) |
void |
setLength(int length) |
public void getChanges(org.jboss.aesh.terminal.Shell shell)
throws IOException
IOExceptionpublic void newCycle()
public void newCycle(int position,
int length,
boolean text)
public void nextCycle()
public boolean isPartOfTextOrSpace()
public boolean isNextUp()
public int getPosition()
public int getLength()
public void setLength(int length)
public void setDefaultCharacter(char c)
Copyright © 2014 JBoss by Red Hat. All rights reserved.