Klasse ConsoleSection

java.lang.Object
ui.entities.config.ConsoleSection
Alle implementierten Schnittstellen:
IConsoleSection

public class ConsoleSection extends Object implements IConsoleSection
Unused configuration just for API conformity
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    char
    Getter of the bottom left character of the console output.
    char
    Getter of the bottom right character of the console output.
    char
    Getter of the horizontal character of the console output.
    char
    Getter of the junction left character of the console output.
    char
    Getter of the junction right character of the console output.
    char
    Getter of the top left character of the console output.
    char
    Getter of the top right character of the console output.
    char
    Getter of the vertical character of the console output.
    void
    setBottomLeft(char bottomLeft)
    Setter of the bottom left character of the console output.
    void
    setBottomRight(char bottomRight)
    Setter of the bottom right character of the console output.
    void
    setHorizontal(char horizontal)
    Setter of the horizontal character of the console output.
    void
    setJunctionLeft(char junctionLeft)
    Setter of the junction left character of the console output.
    void
    setJunctionRight(char junctionRight)
    Setter of the junction right character of the console output.
    void
    setTopLeft(char topLeft)
    Setter of the top left character of the console output.
    void
    setTopRight(char topRight)
    Setter of the top right character of the console output.
    void
    setVertical(char vertical)
    Setter of the vertical character of the console output.
    final String
     

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Konstruktordetails

    • ConsoleSection

      public ConsoleSection()
  • Methodendetails

    • getTopLeft

      public char getTopLeft()
      Beschreibung aus Schnittstelle kopiert: IConsoleSection
      Getter of the top left character of the console output.
      Angegeben von:
      getTopLeft in Schnittstelle IConsoleSection
      Gibt zurück:
      the top left character of the console output
    • setTopLeft

      public void setTopLeft(char topLeft)
      Beschreibung aus Schnittstelle kopiert: IConsoleSection
      Setter of the top left character of the console output.
      Angegeben von:
      setTopLeft in Schnittstelle IConsoleSection
      Parameter:
      topLeft - the top left character of the console output
    • getTopRight

      public char getTopRight()
      Beschreibung aus Schnittstelle kopiert: IConsoleSection
      Getter of the top right character of the console output.
      Angegeben von:
      getTopRight in Schnittstelle IConsoleSection
      Gibt zurück:
      the top right character of the console output
    • setTopRight

      public void setTopRight(char topRight)
      Beschreibung aus Schnittstelle kopiert: IConsoleSection
      Setter of the top right character of the console output.
      Angegeben von:
      setTopRight in Schnittstelle IConsoleSection
      Parameter:
      topRight - the top right character of the console output
    • getBottomLeft

      public char getBottomLeft()
      Beschreibung aus Schnittstelle kopiert: IConsoleSection
      Getter of the bottom left character of the console output.
      Angegeben von:
      getBottomLeft in Schnittstelle IConsoleSection
      Gibt zurück:
      the bottom left character of the console output
    • setBottomLeft

      public void setBottomLeft(char bottomLeft)
      Beschreibung aus Schnittstelle kopiert: IConsoleSection
      Setter of the bottom left character of the console output.
      Angegeben von:
      setBottomLeft in Schnittstelle IConsoleSection
      Parameter:
      bottomLeft - the bottom left character of the console output
    • getBottomRight

      public char getBottomRight()
      Beschreibung aus Schnittstelle kopiert: IConsoleSection
      Getter of the bottom right character of the console output.
      Angegeben von:
      getBottomRight in Schnittstelle IConsoleSection
      Gibt zurück:
      the bottom right character of the console output
    • setBottomRight

      public void setBottomRight(char bottomRight)
      Beschreibung aus Schnittstelle kopiert: IConsoleSection
      Setter of the bottom right character of the console output.
      Angegeben von:
      setBottomRight in Schnittstelle IConsoleSection
      Parameter:
      bottomRight - the bottom right character of the console output
    • getVertical

      public char getVertical()
      Beschreibung aus Schnittstelle kopiert: IConsoleSection
      Getter of the vertical character of the console output.
      Angegeben von:
      getVertical in Schnittstelle IConsoleSection
      Gibt zurück:
      the vertical character of the console output
    • setVertical

      public void setVertical(char vertical)
      Beschreibung aus Schnittstelle kopiert: IConsoleSection
      Setter of the vertical character of the console output.
      Angegeben von:
      setVertical in Schnittstelle IConsoleSection
      Parameter:
      vertical - the vertical character of the console output
    • getHorizontal

      public char getHorizontal()
      Beschreibung aus Schnittstelle kopiert: IConsoleSection
      Getter of the horizontal character of the console output.
      Angegeben von:
      getHorizontal in Schnittstelle IConsoleSection
      Gibt zurück:
      the horizontal character of the console output
    • setHorizontal

      public void setHorizontal(char horizontal)
      Beschreibung aus Schnittstelle kopiert: IConsoleSection
      Setter of the horizontal character of the console output.
      Angegeben von:
      setHorizontal in Schnittstelle IConsoleSection
      Parameter:
      horizontal - the horizontal character of the console output
    • getJunctionLeft

      public char getJunctionLeft()
      Beschreibung aus Schnittstelle kopiert: IConsoleSection
      Getter of the junction left character of the console output.
      Angegeben von:
      getJunctionLeft in Schnittstelle IConsoleSection
      Gibt zurück:
      the junction left character of the console output
    • setJunctionLeft

      public void setJunctionLeft(char junctionLeft)
      Beschreibung aus Schnittstelle kopiert: IConsoleSection
      Setter of the junction left character of the console output.
      Angegeben von:
      setJunctionLeft in Schnittstelle IConsoleSection
      Parameter:
      junctionLeft - the junction left character of the console output
    • getJunctionRight

      public char getJunctionRight()
      Beschreibung aus Schnittstelle kopiert: IConsoleSection
      Getter of the junction right character of the console output.
      Angegeben von:
      getJunctionRight in Schnittstelle IConsoleSection
      Gibt zurück:
      the junction right character of the console output
    • setJunctionRight

      public void setJunctionRight(char junctionRight)
      Beschreibung aus Schnittstelle kopiert: IConsoleSection
      Setter of the junction right character of the console output.
      Angegeben von:
      setJunctionRight in Schnittstelle IConsoleSection
      Parameter:
      junctionRight - the junction right character of the console output
    • toString

      public final String toString()
      Setzt außer Kraft:
      toString in Klasse Object