public class IniConsoleSection extends IniSection
iniReader
Modifier | Constructor and Description |
---|---|
protected |
IniConsoleSection(IniReader iniReader) |
Modifier and Type | Method and Description |
---|---|
char |
getBottomLeft()
Getter of the bottom left character of the console output.
|
char |
getBottomRight()
Getter of the bottom right character of the console output.
|
char |
getHorizontal()
Getter of the horizontal character of the console output.
|
char |
getJunctionLeft()
Getter of the junction left character of the console output.
|
char |
getJunctionRight()
Getter of the junction right character of the console output.
|
char |
getTopLeft()
Getter of the top left character of the console output.
|
char |
getTopRight()
Getter of the top right character of the console output.
|
char |
getVertical()
Getter of the vertical character of the console output.
|
void |
setBottomLeft(char bottomLeft) |
void |
setBottomRight(char bottomRight) |
void |
setHorizontal(char horizontal) |
void |
setJunctionLeft(char junctionLeft) |
void |
setJunctionRight(char junctionRight) |
void |
setTopLeft(char topLeft) |
void |
setTopRight(char topRight) |
void |
setVertical(char vertical) |
String |
toString() |
protected IniConsoleSection(IniReader iniReader)
public final char getTopLeft()
public void setTopLeft(char topLeft)
public final char getTopRight()
public void setTopRight(char topRight)
public final char getBottomLeft()
public void setBottomLeft(char bottomLeft)
public final char getBottomRight()
public void setBottomRight(char bottomRight)
public final char getVertical()
public void setVertical(char vertical)
public final char getHorizontal()
public void setHorizontal(char horizontal)
public final char getJunctionLeft()
public void setJunctionLeft(char junctionLeft)
public final char getJunctionRight()
public void setJunctionRight(char junctionRight)
Copyright © 2018 Ken Händel. All rights reserved.