org.gnu.gtk

Class TextView.VerticalLineRange

public static final class TextView.VerticalLineRange extends Object

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
intgetHeight()
intgetY()

Constructor Detail

VerticalLineRange

public VerticalLineRange(int y, int height)

Method Detail

getHeight

public final int getHeight()

Returns: The height of the line

getY

public final int getY()

Returns: The y-coordinate of the line in buffer coordinates