Package client.teavm.common.config
Klasse ConsoleSectionTeaVM
java.lang.Object
client.teavm.common.config.ConsoleSectionTeaVM
- Alle implementierten Schnittstellen:
IConsoleSection
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprivate charprivate charprivate charprivate charprivate charprivate charprivate charprivate char -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcharGetter of the bottom left character of the console output.charGetter of the bottom right character of the console output.charGetter of the horizontal character of the console output.charGetter of the junction left character of the console output.charGetter of the junction right character of the console output.charGetter of the top left character of the console output.charGetter of the top right character of the console output.charGetter of the vertical character of the console output.voidsetBottomLeft(char bottomLeft) Setter of the bottom left character of the console output.voidsetBottomRight(char bottomRight) Setter of the bottom right character of the console output.voidsetHorizontal(char horizontal) Setter of the horizontal character of the console output.voidsetJunctionLeft(char junctionLeft) Setter of the junction left character of the console output.voidsetJunctionRight(char junctionRight) Setter of the junction right character of the console output.voidsetTopLeft(char topLeft) Setter of the top left character of the console output.voidsetTopRight(char topRight) Setter of the top right character of the console output.voidsetVertical(char vertical) Setter of the vertical character of the console output.
-
Felddetails
-
topLeft
private char topLeft -
topRight
private char topRight -
bottomLeft
private char bottomLeft -
bottomRight
private char bottomRight -
vertical
private char vertical -
horizontal
private char horizontal -
junctionLeft
private char junctionLeft -
junctionRight
private char junctionRight
-
-
Konstruktordetails
-
ConsoleSectionTeaVM
public ConsoleSectionTeaVM()
-
-
Methodendetails
-
getTopLeft
public char getTopLeft()Beschreibung aus Schnittstelle kopiert:IConsoleSectionGetter 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 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 char getTopRight()Beschreibung aus Schnittstelle kopiert:IConsoleSectionGetter 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 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 char getBottomLeft()Beschreibung aus Schnittstelle kopiert:IConsoleSectionGetter 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 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 char getBottomRight()Beschreibung aus Schnittstelle kopiert:IConsoleSectionGetter 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 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 char getVertical()Beschreibung aus Schnittstelle kopiert:IConsoleSectionGetter of the vertical character of the console output.- Angegeben von:
getVerticalin SchnittstelleIConsoleSection- Gibt zurück:
- the vertical character of the console output
-
setVertical
public 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 char getHorizontal()Beschreibung aus Schnittstelle kopiert:IConsoleSectionGetter of the horizontal character of the console output.- Angegeben von:
getHorizontalin SchnittstelleIConsoleSection- Gibt zurück:
- the horizontal character of the console output
-
setHorizontal
public 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 char getJunctionLeft()Beschreibung aus Schnittstelle kopiert:IConsoleSectionGetter 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 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 char getJunctionRight()Beschreibung aus Schnittstelle kopiert:IConsoleSectionGetter 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 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
-