public class ResultMatrix.ResultMatrixStyledCell extends ResultMatrix.AbstractResultMatrixCell
Modifier and Type | Field and Description |
---|---|
String |
alignment |
String |
background |
String |
color |
String |
extraCSS |
String |
fontweight |
String |
tooltip |
type, value
Constructor and Description |
---|
ResultMatrixStyledCell() |
Modifier and Type | Method and Description |
---|---|
ResultMatrix.ResultMatrixStyledCell |
withAlignment(String alignment)
Specify the alignment of the cell
|
ResultMatrix.ResultMatrixStyledCell |
withBackground(String bgColor)
Set the background color of the cell
|
ResultMatrix.ResultMatrixStyledCell |
withColor(String color)
Set the foreground color of the value font
|
ResultMatrix.ResultMatrixStyledCell |
withCSS(String extraCSS)
Apply any other valid CSS instructions to the cell
|
ResultMatrix.ResultMatrixStyledCell |
withFontWeight(String fontWeight)
Set the font weight (in standard CSS terms) of the value text
|
ResultMatrix.ResultMatrixStyledCell |
withToolTip(String tooltip)
Show a tooltip text in the cell
|
public String color
public String background
public String fontweight
public String alignment
public String extraCSS
public String tooltip
public ResultMatrix.ResultMatrixStyledCell withColor(String color)
color
- public ResultMatrix.ResultMatrixStyledCell withBackground(String bgColor)
bgColor
- public ResultMatrix.ResultMatrixStyledCell withFontWeight(String fontWeight)
fontWeight
- public ResultMatrix.ResultMatrixStyledCell withAlignment(String alignment)
alignment
- public ResultMatrix.ResultMatrixStyledCell withToolTip(String tooltip)
tooltip
- public ResultMatrix.ResultMatrixStyledCell withCSS(String extraCSS)
extraCSS
- Copyright © 2019. All rights reserved.