|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.ssh.connection.channels.TerminalWindow
public class TerminalWindow
The terminal window parameters.
Constructor Summary | |
---|---|
TerminalWindow(int charWidth,
int charHight,
int pixelWidth,
int pixelHight)
Creates a new terminal window instance. |
Method Summary | |
---|---|
int |
getCharHight()
Method getCharHight |
int |
getCharWidth()
Method getCharWidth |
int |
getPixelHight()
Method getPixelHight |
int |
getPixelWidth()
Method getPixelWidth |
static TerminalWindow |
readFrom(java.io.InputStream in)
Method readFrom |
void |
writeTo(java.io.OutputStream out)
Writes the object to the stream. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TerminalWindow(int charWidth, int charHight, int pixelWidth, int pixelHight)
charWidth
- charHight
- pixelWidth
- pixelHight
- Method Detail |
---|
public static TerminalWindow readFrom(java.io.InputStream in) throws java.io.IOException
in
-
java.io.IOException
public int getCharWidth()
public int getCharHight()
public int getPixelWidth()
public int getPixelHight()
public void writeTo(java.io.OutputStream out) throws java.io.IOException
out
- the target output stream
java.io.IOException
- if an I/O error occurs
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |