@ParametersAreNonnullByDefault
public class ExtendedCodeAreaVisibility
extends java.lang.Object
| Constructor and Description |
|---|
ExtendedCodeAreaVisibility() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxRowDataChars() |
int |
getSkipRestFrom() |
int |
getSkipRestFromChar() |
int |
getSkipTo() |
int |
getSkipToChar() |
int |
getSplitLinePos()
Returns pixel position of slit line relative to data view or 0 if not in
use.
|
boolean |
isCodeSectionVisible() |
boolean |
isPreviewSectionVisible() |
void |
recomputeCharPositions(org.exbin.bined.swing.basic.BasicCodeAreaMetrics metrics,
org.exbin.bined.extended.ExtendedCodeAreaStructure structure,
ExtendedCodeAreaDimensions dimensions,
org.exbin.bined.extended.layout.ExtendedCodeAreaLayoutProfile layout,
ExtendedCodeAreaScrolling scrolling) |
public void recomputeCharPositions(org.exbin.bined.swing.basic.BasicCodeAreaMetrics metrics,
org.exbin.bined.extended.ExtendedCodeAreaStructure structure,
ExtendedCodeAreaDimensions dimensions,
org.exbin.bined.extended.layout.ExtendedCodeAreaLayoutProfile layout,
ExtendedCodeAreaScrolling scrolling)
public int getSplitLinePos()
public int getSkipTo()
public int getSkipToChar()
public int getSkipRestFrom()
public int getSkipRestFromChar()
public boolean isCodeSectionVisible()
public boolean isPreviewSectionVisible()
public int getMaxRowDataChars()