Package sidplay.ini

Klasse IniConsoleSection

java.lang.Object
sidplay.ini.IniSection
sidplay.ini.IniConsoleSection
Alle implementierten Schnittstellen:
IConsoleSection

public class IniConsoleSection extends IniSection implements IConsoleSection
Console section of the INI file.
Autor:
Ken Händel
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    private static final String
     

    Von Klasse geerbte Felder sidplay.ini.IniSection

    iniReader
  • Konstruktorübersicht

    Konstruktoren
    Modifizierer
    Konstruktor
    Beschreibung
    protected
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    final char
    Getter of the bottom left character of the console output.
    final char
    Getter of the bottom right character of the console output.
    final char
    Getter of the horizontal character of the console output.
    final char
    Getter of the junction left character of the console output.
    final char
    Getter of the junction right character of the console output.
    final char
    Getter of the top left character of the console output.
    final char
    Getter of the top right character of the console output.
    final char
    Getter of the vertical character of the console output.
    final void
    setBottomLeft(char bottomLeft)
    Setter of the bottom left character of the console output.
    final void
    setBottomRight(char bottomRight)
    Setter of the bottom right character of the console output.
    final void
    setHorizontal(char horizontal)
    Setter of the horizontal character of the console output.
    final void
    setJunctionLeft(char junctionLeft)
    Setter of the junction left character of the console output.
    final void
    setJunctionRight(char junctionRight)
    Setter of the junction right character of the console output.
    final void
    setTopLeft(char topLeft)
    Setter of the top left character of the console output.
    final void
    setTopRight(char topRight)
    Setter of the top right character of the console output.
    final 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
  • Felddetails

  • Konstruktordetails

    • IniConsoleSection

      protected IniConsoleSection(IniReader iniReader)
  • Methodendetails

    • getTopLeft

      public final char getTopLeft()
      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 final 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 final char getTopRight()
      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 final 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 final char getBottomLeft()
      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 final 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 final char getBottomRight()
      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 final 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 final char getVertical()
      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 final 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 final char getHorizontal()
      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 final 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 final char getJunctionLeft()
      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 final 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 final char getJunctionRight()
      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 final 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