Class FPanelInfo

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
FPanelInfoCreature, FPanelInfoGCreature

public class FPanelInfo extends FPanel
Panel that containt infos as a List of Panel.
Author:
Hydrolien
See Also:
  • Field Details

    • lp

      protected fr.formiko.usual.structures.listes.Liste<FPanel> lp
  • Constructor Details

    • FPanelInfo

      protected FPanelInfo()
      Main constructor.
  • Method Details

    • builder

      public static FPanelInfo.FPanelInfoBuilder builder()
      Return a new builder for this.
    • length

      public int length()
      Return number of sub Panel.
    • paintComponent

      public void paintComponent(Graphics g)
      Standard paintComponent.
      Overrides:
      paintComponent in class FPanel
    • toString

      public String toString()
      Strandard to string function that also print child.
      Overrides:
      toString in class FPanel