Style Intelligence v12.0

inetsoft.report
Class TableLayout.RegionIndex

java.lang.Object
  extended by inetsoft.report.TableLayout.RegionIndex
Enclosing class:
TableLayout

public static class TableLayout.RegionIndex
extends Object

Data structure to hold a region and index within the region.


Constructor Summary
TableLayout.RegionIndex(BaseLayout.Region region, int row)
           
 
Method Summary
 BaseLayout.Region getRegion()
           
 int getRow()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableLayout.RegionIndex

public TableLayout.RegionIndex(BaseLayout.Region region,
                               int row)
Method Detail

getRegion

public BaseLayout.Region getRegion()

getRow

public int getRow()

toString

public String toString()
Overrides:
toString in class Object

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.