Method Summary |
|
public Color | getBackcolor() |
public JRBox | getBox() |
public JRDefaultStyleProvider | getDefaultStyleProvider() |
public int | getHeight() |
public Byte | getMode() |
public JRStyle | getStyle() |
public String | getStyleNameReference() |
public int | getWidth() |
public void | setBackcolor(Color color) Sets the cell background color. |
public void | setBox(JRBox box) Sets the cell border. |
protected void | setHeight(int height) Sets the computed cell height. |
public void | setMode(Byte mode) Sets the cell transparency mode. |
public void | setStyle(JRStyle style) Sets the style used by this cell. |
public void | setStyleNameReference(String styleName) Set the name of the external style to be used for this cell.
An external style is only effective when there is no internal style set for this cell,
i.e. |
protected void | setWidth(int width) Sets the computed cell width. |