Schnittstelle IConsoleSection

Alle bekannten Implementierungsklassen:
ConsoleSection, ConsoleSectionTeaVM, IniConsoleSection

public interface IConsoleSection
  • 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.
  • Methodendetails

    • getTopLeft

      char getTopLeft()
      Getter of the top left character of the console output.
      Gibt zurück:
      the top left character of the console output
    • setTopLeft

      void setTopLeft(char topLeft)
      Setter of the top left character of the console output.
      Parameter:
      topLeft - the top left character of the console output
    • getTopRight

      char getTopRight()
      Getter of the top right character of the console output.
      Gibt zurück:
      the top right character of the console output
    • setTopRight

      void setTopRight(char topRight)
      Setter of the top right character of the console output.
      Parameter:
      topRight - the top right character of the console output
    • getBottomLeft

      char getBottomLeft()
      Getter of the bottom left character of the console output.
      Gibt zurück:
      the bottom left character of the console output
    • setBottomLeft

      void setBottomLeft(char bottomLeft)
      Setter of the bottom left character of the console output.
      Parameter:
      bottomLeft - the bottom left character of the console output
    • getBottomRight

      char getBottomRight()
      Getter of the bottom right character of the console output.
      Gibt zurück:
      the bottom right character of the console output
    • setBottomRight

      void setBottomRight(char bottomRight)
      Setter of the bottom right character of the console output.
      Parameter:
      bottomRight - the bottom right character of the console output
    • getVertical

      char getVertical()
      Getter of the vertical character of the console output.
      Gibt zurück:
      the vertical character of the console output
    • setVertical

      void setVertical(char vertical)
      Setter of the vertical character of the console output.
      Parameter:
      vertical - the vertical character of the console output
    • getHorizontal

      char getHorizontal()
      Getter of the horizontal character of the console output.
      Gibt zurück:
      the horizontal character of the console output
    • setHorizontal

      void setHorizontal(char horizontal)
      Setter of the horizontal character of the console output.
      Parameter:
      horizontal - the horizontal character of the console output
    • getJunctionLeft

      char getJunctionLeft()
      Getter of the junction left character of the console output.
      Gibt zurück:
      the junction left character of the console output
    • setJunctionLeft

      void setJunctionLeft(char junctionLeft)
      Setter of the junction left character of the console output.
      Parameter:
      junctionLeft - the junction left character of the console output
    • getJunctionRight

      char getJunctionRight()
      Getter of the junction right character of the console output.
      Gibt zurück:
      the junction right character of the console output
    • setJunctionRight

      void setJunctionRight(char junctionRight)
      Setter of the junction right character of the console output.
      Parameter:
      junctionRight - the junction right character of the console output