public static class CodeAreaFX.ScrollPosition
extends java.lang.Object
Constructor and Description |
---|
ScrollPosition() |
Modifier and Type | Method and Description |
---|---|
int |
getLineByteShift() |
int |
getScrollCharOffset() |
int |
getScrollCharPosition() |
int |
getScrollLineOffset() |
long |
getScrollLinePosition() |
boolean |
isVerticalMaxMode() |
void |
setLineByteShift(int lineByteShift) |
void |
setScrollCharOffset(int scrollCharOffset) |
void |
setScrollCharPosition(int scrollCharPosition) |
void |
setScrollLineOffset(int scrollLineOffset) |
void |
setScrollLinePosition(long scrollLinePosition) |
void |
setVerticalMaxMode(boolean verticalMaxMode) |
public long getScrollLinePosition()
public int getScrollLineOffset()
public int getScrollCharPosition()
public int getScrollCharOffset()
public int getLineByteShift()
public void setScrollLinePosition(long scrollLinePosition)
public void setScrollLineOffset(int scrollLineOffset)
public void setScrollCharPosition(int scrollCharPosition)
public void setScrollCharOffset(int scrollCharOffset)
public void setLineByteShift(int lineByteShift)
public boolean isVerticalMaxMode()
public void setVerticalMaxMode(boolean verticalMaxMode)