org.crsh.text.ui
Class Layout

java.lang.Object
  extended by 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.


Nested Class Summary
static class Layout.Weighted
           
 
Constructor Summary
Layout()
           
 
Method Summary
static Layout flow()
           
static Layout weighted(int... weights)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Layout

public Layout()
Method Detail

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.