y = 0;
}
+ if (ranges.isWrappedMode())
+ {
+ y = 0; // sorry, no vertical scroll when wrapped
+ }
+
//
// Convert x value to residue position
//
y = 0;
}
+ if (ranges.isWrappedMode())
+ {
+ y = 0; // sorry, no vertical scroll when wrapped
+ }
+
//
// Convert x value to residue position
//
wrappedMode = wrapped;
}
+ public boolean isWrappedMode()
+ {
+ return wrappedMode;
+ }
+
/**
* Answers the vertical scroll position (0..) to set, given the visible column
* that is at top left. Note that if called with the total visible width of