de.jaret.util.ui.table
Class JaretTable.RowInfo

java.lang.Object
  extended by de.jaret.util.ui.table.JaretTable.RowInfo
Enclosing class:
JaretTable

public class JaretTable.RowInfo
extends java.lang.Object

Simple struct for storing row information.

Version:
$Id: JaretTable.java 1076 2010-12-05 13:34:42Z kliem $
Author:
Peter Kliem

Field Summary
 boolean fixed
          fixed row flag.
 int height
          height of the row.
 IRow row
          row reference.
 int y
          beginning y coordinate.
 
Constructor Summary
JaretTable.RowInfo(IRow rowIn, int yIn, int heightIn, boolean fixedIn)
          Construct a row info instance.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

y

public int y
beginning y coordinate.


row

public IRow row
row reference.


height

public int height
height of the row.


fixed

public boolean fixed
fixed row flag.

Constructor Detail

JaretTable.RowInfo

public JaretTable.RowInfo(IRow rowIn,
                          int yIn,
                          int heightIn,
                          boolean fixedIn)
Construct a row info instance.

Parameters:
rowIn - row reference
yIn - begin y
heightIn - height of the row
fixedIn - true if the row is a fixed row


Copyright © 2012. All Rights Reserved.