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.
Constructor Summary
ComponentInsets()
ComponentInsets(Insets[] insets)
Method Summary
Insets[]getInsets()
InsetsgetInsets(int size)
voidsetInsets(Insets[] insets)

Constructor Detail

ComponentInsets

public ComponentInsets()

ComponentInsets

public ComponentInsets(Insets[] insets)

Method Detail

getInsets

public Insets[] getInsets()

getInsets

public Insets getInsets(int size)

setInsets

public void setInsets(Insets[] insets)