com.esotericsoftware.tablelayout
Class Value.TableValue

java.lang.Object
  extended by com.esotericsoftware.tablelayout.Value
      extended by com.esotericsoftware.tablelayout.Value.TableValue
Enclosing class:
Value

public abstract static class Value.TableValue
extends Value

A value that is valid for use with a table or a cell.

Author:
Nathan Sweet

Nested Class Summary
 
Nested classes/interfaces inherited from class com.esotericsoftware.tablelayout.Value
Value.CellValue, Value.FixedValue, Value.TableValue
 
Field Summary
 
Fields inherited from class com.esotericsoftware.tablelayout.Value
maxHeight, maxWidth, minHeight, minWidth, prefHeight, prefWidth, zero
 
Constructor Summary
Value.TableValue()
           
 
Method Summary
 float get(Cell cell)
          Returns the value in the context of the specified cell.
 
Methods inherited from class com.esotericsoftware.tablelayout.Value
get, height, height, percentHeight, percentHeight, percentWidth, percentWidth, width, width
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Value.TableValue

public Value.TableValue()
Method Detail

get

public float get(Cell cell)
Description copied from class: Value
Returns the value in the context of the specified cell.

Specified by:
get in class Value


Copyright © 2013. All Rights Reserved.