Package sidplay.ini
Klasse IniConsoleSection
java.lang.Object
sidplay.ini.IniSection
sidplay.ini.IniConsoleSection
- Alle implementierten Schnittstellen:
IConsoleSection
Console section of the INI file.
- Autor:
- Ken Händel
-
Feldübersicht
FelderVon Klasse geerbte Felder sidplay.ini.IniSection
iniReader -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal charGetter of the bottom left character of the console output.final charGetter of the bottom right character of the console output.final charGetter of the horizontal character of the console output.final charGetter of the junction left character of the console output.final charGetter of the junction right character of the console output.final charGetter of the top left character of the console output.final charGetter of the top right character of the console output.final charGetter of the vertical character of the console output.final voidsetBottomLeft(char bottomLeft) Setter of the bottom left character of the console output.final voidsetBottomRight(char bottomRight) Setter of the bottom right character of the console output.final voidsetHorizontal(char horizontal) Setter of the horizontal character of the console output.final voidsetJunctionLeft(char junctionLeft) Setter of the junction left character of the console output.final voidsetJunctionRight(char junctionRight) Setter of the junction right character of the console output.final voidsetTopLeft(char topLeft) Setter of the top left character of the console output.final voidsetTopRight(char topRight) Setter of the top right character of the console output.final voidsetVertical(char vertical) Setter of the vertical character of the console output.final StringtoString()
-
Felddetails
-
SECTION_ID
- Siehe auch:
-
-
Konstruktordetails
-
IniConsoleSection
-
-
Methodendetails
-
getTopLeft
public final char getTopLeft()Getter of the top left character of the console output.- Angegeben von:
getTopLeftin SchnittstelleIConsoleSection- Gibt zurück:
- the top left character of the console output
-
setTopLeft
public final void setTopLeft(char topLeft) Beschreibung aus Schnittstelle kopiert:IConsoleSectionSetter of the top left character of the console output.- Angegeben von:
setTopLeftin SchnittstelleIConsoleSection- 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:
getTopRightin SchnittstelleIConsoleSection- Gibt zurück:
- the top right character of the console output
-
setTopRight
public final void setTopRight(char topRight) Beschreibung aus Schnittstelle kopiert:IConsoleSectionSetter of the top right character of the console output.- Angegeben von:
setTopRightin SchnittstelleIConsoleSection- 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:
getBottomLeftin SchnittstelleIConsoleSection- Gibt zurück:
- the bottom left character of the console output
-
setBottomLeft
public final void setBottomLeft(char bottomLeft) Beschreibung aus Schnittstelle kopiert:IConsoleSectionSetter of the bottom left character of the console output.- Angegeben von:
setBottomLeftin SchnittstelleIConsoleSection- 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:
getBottomRightin SchnittstelleIConsoleSection- Gibt zurück:
- the bottom right character of the console output
-
setBottomRight
public final void setBottomRight(char bottomRight) Beschreibung aus Schnittstelle kopiert:IConsoleSectionSetter of the bottom right character of the console output.- Angegeben von:
setBottomRightin SchnittstelleIConsoleSection- 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:
getVerticalin SchnittstelleIConsoleSection- Gibt zurück:
- the vertical character of the console output
-
setVertical
public final void setVertical(char vertical) Beschreibung aus Schnittstelle kopiert:IConsoleSectionSetter of the vertical character of the console output.- Angegeben von:
setVerticalin SchnittstelleIConsoleSection- 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:
getHorizontalin SchnittstelleIConsoleSection- Gibt zurück:
- the horizontal character of the console output
-
setHorizontal
public final void setHorizontal(char horizontal) Beschreibung aus Schnittstelle kopiert:IConsoleSectionSetter of the horizontal character of the console output.- Angegeben von:
setHorizontalin SchnittstelleIConsoleSection- 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:
getJunctionLeftin SchnittstelleIConsoleSection- Gibt zurück:
- the junction left character of the console output
-
setJunctionLeft
public final void setJunctionLeft(char junctionLeft) Beschreibung aus Schnittstelle kopiert:IConsoleSectionSetter of the junction left character of the console output.- Angegeben von:
setJunctionLeftin SchnittstelleIConsoleSection- 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:
getJunctionRightin SchnittstelleIConsoleSection- Gibt zurück:
- the junction right character of the console output
-
setJunctionRight
public final void setJunctionRight(char junctionRight) Beschreibung aus Schnittstelle kopiert:IConsoleSectionSetter of the junction right character of the console output.- Angegeben von:
setJunctionRightin SchnittstelleIConsoleSection- Parameter:
junctionRight- the junction right character of the console output
-
toString
-