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.COORD
 Kernel32.COORD Kernel32.CONSOLE_SCREEN_BUFFER_INFO.cursorPosition
           
 Kernel32.COORD Kernel32.CONSOLE_SCREEN_BUFFER_INFO.maximumWindowSize
           
 Kernel32.COORD Kernel32.CONSOLE_SCREEN_BUFFER_INFO.size
           
 

Methods in org.fusesource.jansi.internal that return Kernel32.COORD
 Kernel32.COORD Kernel32.COORD.copy()
           
 

Methods in org.fusesource.jansi.internal with parameters of type Kernel32.COORD
static 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.aspx
static 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.aspx
static 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).aspx
static int Kernel32.SetConsoleCursorPosition(long consoleOutput, Kernel32.COORD cursorPosition)
          http://msdn.microsoft.com/en-us/library/ms686025%28VS.85%29.aspx
 



Copyright © 2009-2016 FuseSource, Corp.. All Rights Reserved.