org.gnu.gtk
Class TextView.VerticalLineRange
java.lang.Object
org.gnu.gtk.TextView.VerticalLineRange
- TextView
public static final class TextView.VerticalLineRange
extends java.lang.Object
Class to handle returns from TextView.VerticalLineRange
. Contains the
starting y-coordinates of a line and the height of the line.
int | getHeight() - 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.
|
int | getY() - 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.
|
VerticalLineRange
public VerticalLineRange(int y,
int height)
getHeight
public final int getHeight()
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.
getY
public final int getY()
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.
- The y-coordinate of the line in buffer coordinates