public class Padding extends Region
public Padding()
public Padding(int padding)
padding - the padding value for all 4 sides.public Padding(int top,
int right,
int bottom,
int left)
top - the top paddingright - the right paddingbottom - the bottom paddingleft - the left paddingCopyright © 2012. All Rights Reserved.