Uses of Class
me.araopj.cscreen.classes.Position
-
Packages that use Position Package Description me.araopj.cscreen.classes me.araopj.cscreen.components -
-
Uses of Position in me.araopj.cscreen.classes
Methods in me.araopj.cscreen.classes that return Position Modifier and Type Method Description static PositionPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static Position[]Position. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in me.araopj.cscreen.classes with parameters of type Position Modifier and Type Method Description static StringUtilities. alignedString(String str, int len, Position pos) -
Uses of Position in me.araopj.cscreen.components
Methods in me.araopj.cscreen.components with parameters of type Position Modifier and Type Method Description voidScreen. addTitle(String title, Position pos)Adds a title to the screen at the specified position.voidCTable. setColumnAlignment(int columnIndex, Position position)Sets the alignment for a specific column in the table.voidCTable. setColumnAlignment(Position position)Sets the alignment for all columns in the table.voidCList. setTitle(String title, Position pos)Sets the title of the list and its position.voidScreen. setTitlePosition(Position pos)Sets the position of the title on the screen.Constructors in me.araopj.cscreen.components with parameters of type Position Constructor Description CTable(List<List<String>> arr, Position pos, boolean hasSeparator, String... columnHeader)Constructs a `CTable` with the specified 2D list, column headers, position, and separator option.
-