Method Summary |
|
public Alignment | getAlignment() Returns the alignment of the containing pane. |
public Color | getBackground() Returns the background color of the containing pane. |
public FillImage | getBackgroundImage() Returns the BackgroundImage displayed in the
containing pane. |
public Insets | getInsets() Returns the inset margins of the containing pane. |
public Extent | getMaximumSize() Returns the preferred maximum size of the containing pane. |
public Extent | getMinimumSize() Returns the preferred minimum size of the containing pane. |
public int | getOverflow() Returns the overflow state, describing how the pane will behave when
the content is larger than display area. |
public void | setAlignment(Alignment newValue) Sets the alignment of the containing pane. |
public void | setBackground(Color newValue) Sets the background color of the containing pane. |
public void | setBackgroundImage(FillImage newValue) Sets the BackgroundImage displayed in the
containing pane. |
public void | setInsets(Insets newValue) Sets the inset margins of the containing pane. |
public void | setMaximumSize(Extent newValue) Sets the preferred maximum size of the containing pane. |
public void | setMinimumSize(Extent newValue) Sets the preferred minimum size of the containing pane. |
public void | setOverflow(int newValue) Sets the overflow state, describing how the pane will behave when
the content is larger than display area. |