Verastream© Bridge Integrator 4.0

com.attachmate.cicsbridge
Class Dimension

java.lang.Object
  extended by com.attachmate.cicsbridge.Position
      extended by com.attachmate.cicsbridge.Dimension

public final class Dimension
extends Position

Utility class to represent x, y coordinates with a length

Since:
1.0

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

Dimension

public Dimension(int row,
                 int col,
                 int length)
          throws java.lang.IllegalArgumentException
Parameters:
row -
col -
length -
Throws:
java.lang.IllegalArgumentException - the row, col and length must be positive non zero numbers
Method Detail

getLength

public int getLength()

Verastream© Bridge Integrator 4.0