Uses of Class
portal.core.render.Insets

Packages that use Insets
portal.core.render   
 

Uses of Insets in portal.core.render
 

Fields in portal.core.render declared as Insets
static Insets Insets.ZERO
           
 

Methods in portal.core.render that return Insets
 Insets GridConstraint.getPadding()
           
 Insets GridConstraint.getMargin()
           
 

Methods in portal.core.render with parameters of type Insets
 void GridConstraint.setPadding(Insets insets)
           
 void GridConstraint.setSpacing(Insets insets)
           
 

Constructors in portal.core.render with parameters of type Insets
GridConstraint(Insets padding, Insets spacing)