class TreeLineRenderer extends LineRenderer
| Modifier and Type | Field and Description |
|---|---|
private List<LineRenderer> |
children
.
|
private LineRenderer |
value
.
|
NULL| Constructor and Description |
|---|
TreeLineRenderer(TreeElement tree) |
| 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.
|
int |
getMinHeight(int width)
Return the minimum height for the specified with.
|
int |
getMinWidth()
Returns the element minimum width.
|
LineReader |
reader(int width)
Create a renderer for the specified width or return null if the element does not provide any output.
|
reader, render, verticalprivate final LineRenderer value
private final List<LineRenderer> children
TreeLineRenderer(TreeElement tree)
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 widthpublic LineReader reader(int width)
LineRendererreader in class LineRendererwidth - the widthCopyright © 2015 eXo Platform SAS. All Rights Reserved.