Uses of Class
org.apache.pivot.wtk.Insets

Packages that use Insets
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. 
 

Uses of Insets in org.apache.pivot.wtk
 

Fields in org.apache.pivot.wtk declared as Insets
static Insets Insets.NONE
          Insets whose top, left, bottom, and right values are all zero.
 

Methods in org.apache.pivot.wtk that return Insets
static Insets Insets.decode(String value)
           
 

Constructors in org.apache.pivot.wtk with parameters of type Insets
Insets(Insets insets)
           
 

Uses of Insets in org.apache.pivot.wtk.skin
 

Methods in org.apache.pivot.wtk.skin that return Insets
 Insets TextAreaSkin.getMargin()
          Returns the amount of space between the edge of the TextArea and its text
 Insets TextPaneSkin.getMargin()
          Returns the amount of space between the edge of the TextPane and its Document
 Insets BoxPaneSkin.getPadding()
          Returns the amount of space between the edge of the BoxPane and its components.
 Insets LabelSkin.getPadding()
          Returns the amount of space to leave between the edge of the Label and its text.
 Insets SeparatorSkin.getPadding()
          Returns the amount of space surrounding (left/right) the Separator's heading, and above and below the entire component.
 Insets FlowPaneSkin.getPadding()
          Returns the amount of space between the edge of the FlowPane and its components.
 Insets TablePaneSkin.getPadding()
          Returns the amount of space that will be reserved around the inside edges of the table pane.
 Insets FillPaneSkin.getPadding()
          Returns the amount of space between the edge of the FillPane and its components.
 Insets CardPaneSkin.getPadding()
          Returns the amount of space between the edge of the CardPane and its content.
 Insets StackPaneSkin.getPadding()
          Returns the amount of space between the edge of the StackPane and its components.
 Insets GridPaneSkin.getPadding()
          Gets the padding that will be reserved around the grid pane during layout.
 Insets BorderSkin.getPadding()
          Returns the amount of space between the edge of the Border and its content.
 

Methods in org.apache.pivot.wtk.skin with parameters of type Insets
 void TextAreaSkin.setMargin(Insets margin)
          Sets the amount of space between the edge of the TextArea and its text
 void TextPaneSkin.setMargin(Insets margin)
          Sets the amount of space between the edge of the TextPane and its Document
 void BoxPaneSkin.setPadding(Insets padding)
          Sets the amount of space to leave between the edge of the BoxPane and its components.
 void LabelSkin.setPadding(Insets padding)
          Sets the amount of space to leave between the edge of the Label and its text.
 void SeparatorSkin.setPadding(Insets padding)
          Sets the amount of space to leave around the Separator's heading, and above and below the entire component.
 void FlowPaneSkin.setPadding(Insets padding)
          Sets the amount of space to leave between the edge of the FlowPane and its components.
 void TablePaneSkin.setPadding(Insets padding)
          Sets the amount of space that will be reserved around the inside edges of the table pane.
 void FillPaneSkin.setPadding(Insets padding)
          Sets the amount of space to leave between the edge of the FillPane and its components.
 void CardPaneSkin.setPadding(Insets padding)
          Sets the amount of space to leave between the edge of the CardPane and its content.
 void StackPaneSkin.setPadding(Insets padding)
          Sets the amount of space to leave between the edge of the StackPane and its components.
 void GridPaneSkin.setPadding(Insets padding)
          Sets the padding that will be reserved around the grid pane during layout.
 void BorderSkin.setPadding(Insets padding)
          Sets the amount of space to leave between the edge of the Border and its content.