Uses of Class
org.fusesource.jansi.internal.Kernel32.COORD
-
Uses of Kernel32.COORD in org.fusesource.jansi.internal
Fields in org.fusesource.jansi.internal declared as Kernel32.COORDModifier and TypeFieldDescriptionKernel32.CONSOLE_SCREEN_BUFFER_INFO.cursorPosition
Kernel32.CONSOLE_SCREEN_BUFFER_INFO.maximumWindowSize
Kernel32.MOUSE_EVENT_RECORD.mousePosition
Kernel32.CONSOLE_SCREEN_BUFFER_INFO.size
Kernel32.WINDOW_BUFFER_SIZE_RECORD.size
Methods in org.fusesource.jansi.internal that return Kernel32.COORDMethods in org.fusesource.jansi.internal with parameters of type Kernel32.COORDModifier and TypeMethodDescriptionstatic final int
Kernel32.FillConsoleOutputAttribute
(long consoleOutput, short attribute, int length, Kernel32.COORD writeCoord, int[] numberOfAttrsWritten) see: https://msdn.microsoft.com/en-us/library/ms682662%28VS.85%29.aspxstatic final int
Kernel32.FillConsoleOutputCharacterW
(long consoleOutput, char character, int length, Kernel32.COORD writeCoord, int[] numberOfCharsWritten) see: http://msdn.microsoft.com/en-us/library/ms682663%28VS.85%29.aspxstatic final int
Kernel32.ScrollConsoleScreenBuffer
(long consoleOutput, Kernel32.SMALL_RECT scrollRectangle, Kernel32.SMALL_RECT clipRectangle, Kernel32.COORD destinationOrigin, Kernel32.CHAR_INFO fill) see: https://msdn.microsoft.com/en-us/library/windows/desktop/ms685107(v=vs.85).aspxstatic final int
Kernel32.SetConsoleCursorPosition
(long consoleOutput, Kernel32.COORD cursorPosition) http://msdn.microsoft.com/en-us/library/ms686025%28VS.85%29.aspx