|
Verastream© Bridge Integrator 4.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.attachmate.cicsbridge.Position
com.attachmate.cicsbridge.Dimension
public final class Dimension
Utility class to represent x, y coordinates with a length
Constructor Summary | |
---|---|
Dimension(int row,
int col,
int length)
|
Method Summary | |
---|---|
int |
getLength()
|
Methods inherited from class com.attachmate.cicsbridge.Position |
---|
equals, getColumn, getRow, toString |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Dimension(int row, int col, int length) throws java.lang.IllegalArgumentException
row
- col
- length
-
java.lang.IllegalArgumentException
- the row, col and length must be positive non zero numbersMethod Detail |
---|
public int getLength()
|
Verastream© Bridge Integrator 4.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |