Class FlowLayout.NewLinePanel

Enclosing class:
FlowLayout

protected static class FlowLayout.NewLinePanel extends GUIGlassPanel
Special panel that acts as a "new line" in a flow. It's characteristics are never examined.
Author:
Matthew Tropiano
  • Method Details

    • isInert

      public boolean isInert()
      Description copied from class: GUIObject
      Gets if the object can accept/intercept input, but does NOT affect its "enabled" state, unless its parent is enabled/disabled. Unlike GUIObject.isVisible() and GUIObject.isEnabled(), this is not hierarchically significant (inert-ness is set on this and ONLY this object). Objects that are inert are ignored when testing for mouse collisions.
      Overrides:
      isInert in class GUIObject
      Returns:
      true if inert, false if not.
    • isVisible

      public boolean isVisible()
      Description copied from class: GUIObject
      Gets if the object is visible, which means that this object has its "visible" member set to true, and its opacity is nonzero. This object is not visible if any of its ancestors are not visible. Objects that are not visible are ignored when testing for mouse collisions.
      Overrides:
      isVisible in class GUIObject
      Returns:
      true if visible, false if not.