class RowLineRenderer extends LineRenderer
| Modifier and Type | Field and Description |
|---|---|
private List<LineRenderer> |
cols
.
|
(package private) int |
leftCellPadding
.
|
(package private) int |
rightCellPadding
.
|
private BorderStyle |
separator
.
|
private Style.Composite |
style
.
|
NULL| Constructor and Description |
|---|
RowLineRenderer(RowElement row,
BorderStyle separator,
int leftCellPadding,
int rightCellPadding) |
| Modifier and Type | Method and Description |
|---|---|
int |
getActualHeight(int width)
Return the actual height for the specified with.
|
int |
getActualWidth()
Returns the element actual width.
|
List<LineRenderer> |
getCols() |
int |
getMinHeight(int width)
Return the minimum height for the specified with.
|
int |
getMinWidth()
Returns the element minimum width.
|
(package private) int |
getSize() |
LineReader |
reader(int width)
Create a renderer for the specified width or return null if the element does not provide any output.
|
(package private) LineReader |
renderer(int[] widths,
int height) |
reader, render, verticalprivate final List<LineRenderer> cols
private final Style.Composite style
final int leftCellPadding
final int rightCellPadding
private final BorderStyle separator
RowLineRenderer(RowElement row, BorderStyle separator, int leftCellPadding, int rightCellPadding)
int getSize()
public List<LineRenderer> getCols()
public int getActualWidth()
LineRenderergetActualWidth in class LineRendererpublic int getMinWidth()
LineRenderergetMinWidth in class LineRendererpublic int getActualHeight(int width)
LineRenderergetActualHeight in class LineRendererwidth - the widthpublic int getMinHeight(int width)
LineRenderergetMinHeight in class LineRendererwidth - the widthLineReader renderer(int[] widths, int height)
public LineReader reader(int width)
LineRendererreader in class LineRendererwidth - the widthCopyright © 2015 eXo Platform SAS. All Rights Reserved.