| Interface | Description |
|---|---|
| ICellPainter |
Implementations are responsible for painting a cell.
|
| Class | Description |
|---|---|
| AbstractCellPainter | |
| AbstractTextPainter |
Abstract TextPainter the contains general methods for drawing text into a cell.
|
| AutomaticRowHeightTextPainter |
Special
TextPainter that will always calculate the row height of the cell dependent
to the content shown in the cell. |
| BackgroundImagePainter |
Paints the cell background using an image.
|
| BackgroundPainter |
Paints the background of the cell using the color from the cell style.
|
| BlendedBackgroundPainter |
A cell painter that can blend multiple background colours together when more
than one has been registered for a given cell.
|
| BoxingStyleTest | |
| ButtonCellPainter |
Paints a button and simulates a button click.
|
| ButtonCellPainterTest | |
| CellPainterWrapper | |
| CheckBoxPainter | |
| ColumnHeaderCheckBoxPainter | |
| ComboBoxPainter | |
| ConfigurableCellBorderTest | |
| DisabledCheckboxPainter | |
| GradientBackgroundPainter |
Paints the background of the cell with a gradient sweeping using the style configuration.
|
| GraphicsUtils |
This class contains utility methods for drawing graphics
|
| ImagePainter |
Paints an image.
|
| PasswordTextPainter |
Specialized
TextPainter that will paint the text that should be showed within
a cell anonymized. |
| PercentageBarCellPainter | |
| TextPainter |
TextPainter that draws text into a cell horizontally.
|
| TextPainterOptimisationHarness | |
| TextRenderingTest | |
| TreeCheckBoxPainter | |
| VerticalTextPainter |
TextPainter that draws text into a cell vertically.
|
Copyright © 2013. All Rights Reserved.