org.jdesktop.layout
Class AquaLayoutStyle.ComponentInsets
private static
class
AquaLayoutStyle.ComponentInsets
extends Object
ComponentInsets is used to manage the Insets for a specific Component
type. Each ComponentInsets may also have children (sub) ComponentInsets.
Subinsets are used to represent different styles a component may have.
For example, a Button may not a set of insets, as well as insets when
it has a style of metal.
public ComponentInsets()
public ComponentInsets(Insets[] insets)
public Insets[] getInsets()
public Insets getInsets(int size)
public void setInsets(Insets[] insets)