org.crsh.text.ui
Class Layout
java.lang.Object
org.crsh.text.ui.Layout
- Direct Known Subclasses:
- Layout.Weighted
public abstract class Layout
- extends Object
The layout computes the lengths of a list of contiguous cells.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Layout
public Layout()
flow
public static Layout flow()
weighted
public static Layout weighted(int... weights)
throws NullPointerException,
IllegalArgumentException
- Throws:
NullPointerException
IllegalArgumentException
Copyright © 2015 eXo Platform SAS. All Rights Reserved.