Uses of Class
xyz.cofe.term.common.Position
-
Packages that use Position Package Description xyz.cofe.term.common xyz.cofe.term.common.ev xyz.cofe.term.common.nix xyz.cofe.term.common.win -
-
Uses of Position in xyz.cofe.term.common
Methods in xyz.cofe.term.common that return Position Modifier and Type Method Description PositionPosition. clone()PositionConsole. getCursorPosition()Возвращает позицию курсораPositionConsoleDelegate. getCursorPosition()PositionPosition. move(int x, int y)Смещение координатPositionInputMouseButtonEvent. position()Координата в которой была нажата клавишаPositionPosition. x(int x)Клонирует и указывает новые координатыPositionPosition. y(int y)Клонирует и указывает новые координатыMethods in xyz.cofe.term.common with parameters of type Position Modifier and Type Method Description voidConsole. setCursorPosition(Position position)Устанавливает позицию курсораvoidConsoleDelegate. setCursorPosition(Position position)Constructors in xyz.cofe.term.common with parameters of type Position Constructor Description Position(Position sample)Конструктор копирования -
Uses of Position in xyz.cofe.term.common.ev
Fields in xyz.cofe.term.common.ev declared as Position Modifier and Type Field Description protected PositionInputMouseButtonEventBase. positionMethods in xyz.cofe.term.common.ev that return Position Modifier and Type Method Description PositionInputMouseButtonEventBase. position()Constructors in xyz.cofe.term.common.ev with parameters of type Position Constructor Description InputMouseButtonEventBase(MouseButton button, boolean pressed, Position position) -
Uses of Position in xyz.cofe.term.common.nix
Methods in xyz.cofe.term.common.nix that return Position Modifier and Type Method Description PositionNixAbstractConsole. getCursorPosition()PositionNixAsyncConsole. getCursorPosition()Methods in xyz.cofe.term.common.nix with parameters of type Position Modifier and Type Method Description voidNixAbstractConsole. setCursorPosition(Position position)voidNixAsyncConsole. setCursorPosition(Position position)Constructors in xyz.cofe.term.common.nix with parameters of type Position Constructor Description NixInputMouseButtonEvent(MouseButton button, boolean pressed, Position position, com.googlecode.lanterna.input.MouseAction event) -
Uses of Position in xyz.cofe.term.common.win
Methods in xyz.cofe.term.common.win that return Position Modifier and Type Method Description PositionWinConsole. getCursorPosition()Methods in xyz.cofe.term.common.win with parameters of type Position Modifier and Type Method Description voidWinConsole. setCursorPosition(Position position)Constructors in xyz.cofe.term.common.win with parameters of type Position Constructor Description WinInputMouseButtonEvent(MouseButton button, boolean pressed, Position position, xyz.cofe.term.win.InputMouseEvent event)
-