We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.ui.layout.
Class Margins
- java.lang.Object
-
- com.vaadin.client.ui.layout.Margins
-
public class Margins extends Object
-
-
Constructor Summary
Constructors Constructor Description Margins(int marginTop, int marginBottom, int marginLeft, int marginRight)
-
Method Summary
All Methods Modifier and Type Method Description int
getHorizontal()
int
getMarginBottom()
int
getMarginLeft()
int
getMarginRight()
int
getMarginTop()
int
getVertical()
void
setMarginBottom(int marginBottom)
void
setMarginLeft(int marginLeft)
void
setMarginRight(int marginRight)
void
setMarginTop(int marginTop)
String
toString()
-
-
-
Method Detail
-
getMarginTop
public int getMarginTop()
-
getMarginBottom
public int getMarginBottom()
-
getMarginLeft
public int getMarginLeft()
-
getMarginRight
public int getMarginRight()
-
getHorizontal
public int getHorizontal()
-
getVertical
public int getVertical()
-
setMarginTop
public void setMarginTop(int marginTop)
-
setMarginBottom
public void setMarginBottom(int marginBottom)
-
setMarginLeft
public void setMarginLeft(int marginLeft)
-
setMarginRight
public void setMarginRight(int marginRight)
-
-