Package org.exbin.bined.swing.extended
Class ExtendedCodeAreaVisibility
- java.lang.Object
-
- org.exbin.bined.swing.extended.ExtendedCodeAreaVisibility
-
@ParametersAreNonnullByDefault public class ExtendedCodeAreaVisibility extends java.lang.ObjectBasic code area component characters visibility in scroll window.
-
-
Constructor Summary
Constructors Constructor Description ExtendedCodeAreaVisibility()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxRowDataChars()intgetSkipRestFrom()intgetSkipRestFromChar()intgetSkipTo()intgetSkipToChar()intgetSplitLinePos()Returns pixel position of slit line relative to data view or 0 if not in use.booleanisCodeSectionVisible()booleanisPreviewSectionVisible()voidrecomputeCharPositions(org.exbin.bined.swing.basic.BasicCodeAreaMetrics metrics, org.exbin.bined.extended.ExtendedCodeAreaStructure structure, ExtendedCodeAreaDimensions dimensions, org.exbin.bined.extended.layout.ExtendedCodeAreaLayoutProfile layout, ExtendedCodeAreaScrolling scrolling)
-
-
-
Method Detail
-
recomputeCharPositions
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)
-
getSplitLinePos
public int getSplitLinePos()
Returns pixel position of slit line relative to data view or 0 if not in use.- Returns:
- x-position or 0
-
getSkipTo
public int getSkipTo()
-
getSkipToChar
public int getSkipToChar()
-
getSkipRestFrom
public int getSkipRestFrom()
-
getSkipRestFromChar
public int getSkipRestFromChar()
-
isCodeSectionVisible
public boolean isCodeSectionVisible()
-
isPreviewSectionVisible
public boolean isPreviewSectionVisible()
-
getMaxRowDataChars
public int getMaxRowDataChars()
-
-