Class Spacing

java.lang.Object
org.teamapps.ux.component.format.Spacing

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

    Constructors 
    Constructor Description
    Spacing​(int value)  
    Spacing​(int vertical, int horizontal)  
    Spacing​(int top, int right, int bottom, int left)  
    Spacing​(Length top, Length right, Length bottom, Length left)  
  • Method Summary

    Modifier and Type Method Description
    org.teamapps.dto.UiSpacing createUiSpacing()  
    Length getBottom()  
    Length getLeft()  
    Length getRight()  
    Length getTop()  
    static Spacing px​(int value)  
    static Spacing px​(int vertical, int horizontal)  
    java.lang.String toCssString()  

    Methods inherited from class java.lang.Object

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