Package xyz.cofe.term.win
Class ScreenBufferInfo
- java.lang.Object
-
- xyz.cofe.term.win.ScreenBufferInfo
-
public class ScreenBufferInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ScreenBufferInfo(com.sun.jna.platform.win32.Wincon.CONSOLE_SCREEN_BUFFER_INFO info)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharAttributesgetCharAttributes()intgetHeight()intgetHeightMax()intgetWidth()intgetWidthMax()intgetXCursor()intgetYCursor()StringtoString()
-
-
-
Method Detail
-
getXCursor
public int getXCursor()
-
getYCursor
public int getYCursor()
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
getWidthMax
public int getWidthMax()
-
getHeightMax
public int getHeightMax()
-
getCharAttributes
public CharAttributes getCharAttributes()
-
-