Class FlexSizingPolicy

java.lang.Object
org.teamapps.ux.component.flexcontainer.FlexSizingPolicy

public class FlexSizingPolicy
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    FlexSizingPolicy​(float baseSize, FlexSizeUnit baseSizeUnit, int grow, int shrink)  
    FlexSizingPolicy​(int grow, int shrink)  
  • Method Summary

    Modifier and Type Method Description
    float getBaseSize()  
    int getGrow()  
    int getShrink()  
    java.lang.String toCssValue()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait