
public class Margins extends Region
public Margins()
public Margins(int margin)
margin - the margin value for all 4 sides.public Margins(int top,
int right,
int bottom,
int left)
top - the top marginright - the right marginbottom - the bottom marginleft - the left marginCopyright © 2018. All rights reserved.