org.gnu.gtk
public static final class TextView.VerticalLineRange extends Object
Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Class to handle returns from VerticalLineRange. Contains the starting y-coordinates of a line and the height of the line.| Constructor Summary | |
|---|---|
| VerticalLineRange(int y, int height) | |
| Method Summary | |
|---|---|
| int | getHeight() |
| int | getY() |
Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Returns: The height of the line
Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Returns: The y-coordinate of the line in buffer coordinates