jxl
Class CellView

java.lang.Object
  extended byjxl.CellView

public final class CellView
extends java.lang.Object

This is a bean which client applications may use to get/set various properties for a row or column on a spreadsheet


Constructor Summary
CellView()
          Default constructor
 
Method Summary
 int getDimension()
          Gets the width of the column in charactersor the height of the row in 1/20ths
 CellFormat getFormat()
          Accessor for the cell format for this group.
 boolean isHidden()
          Accessor for the hidden nature of this row/column
 void setDimension(int d)
          Sets the dimension for this view
 void setFormat(CellFormat cf)
          Sets the cell format for this group of cells
 void setHidden(boolean h)
          Sets the hidden status of this row/column
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellView

public CellView()
Default constructor

Method Detail

getDimension

public int getDimension()
Gets the width of the column in charactersor the height of the row in 1/20ths

Returns:
the dimension

getFormat

public CellFormat getFormat()
Accessor for the cell format for this group.

Returns:
the format for the column/row, or NULL if no format was specified

isHidden

public boolean isHidden()
Accessor for the hidden nature of this row/column

Returns:
TRUE if this row/column is hidden, FALSE otherwise

setDimension

public void setDimension(int d)
Sets the dimension for this view

Parameters:
d - the width of the column in characters, or the height of the row in 1/20ths of a point

setFormat

public void setFormat(CellFormat cf)
Sets the cell format for this group of cells

Parameters:
cf - the format for every cell in the column/row

setHidden

public void setHidden(boolean h)
Sets the hidden status of this row/column

Parameters:
h - the hidden flag