com.inet.html.views.layouts
Class StackManager.LineSpaceInfo

java.lang.Object
  extended by com.inet.html.views.layouts.StackManager.LineSpaceInfo
Enclosing class:
StackManager

public static class StackManager.LineSpaceInfo
extends java.lang.Object

The LineSpaceInfo contains all informations, which are required to place a new line or a snippet of content. Remember: If there's any content in within the current line which exceeds maxHeightOnMaxWidth you have to call getLineInfo again to make sure that there is enough soace on the current line to place the content!


Constructor Summary
StackManager.LineSpaceInfo()
           
 
Method Summary
 int getMaxHeightOnMaxWidth()
           
 int getMaxHeightOnReqWidth()
           
 int getMaxWidth()
           
 int getX()
           
 int getY()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackManager.LineSpaceInfo

public StackManager.LineSpaceInfo()
Method Detail

getX

public int getX()
Returns:
the x

getY

public int getY()
Returns:
the y

getMaxWidth

public int getMaxWidth()
Returns:
the maxWidth

getMaxHeightOnMaxWidth

public int getMaxHeightOnMaxWidth()
Returns:
the maxHeightOnMaxWidth

getMaxHeightOnReqWidth

public int getMaxHeightOnReqWidth()
Returns:
the maxHeightOnReqWidth