Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

pkgMcj.RowCol Class Reference

List of all members.

Detailed Description

holds the row (y) and column (x) coordinates of some widget on the ncurses screen. Since the Mcj screen must be at least 80x24, the given coordinates are clipped within.
Version:
$Id$

Definition at line 240 of file MenuBar.java.

Public Member Functions

void setPosition (MenuBar mb, int y, int x)

Package Functions

 RowCol (MenuBar mb, int y, int x)

Package Attributes

int yPos
 x
int xPos
 x


Constructor & Destructor Documentation

pkgMcj.RowCol.RowCol MenuBar  mb,
int  y,
int  x
[package]
 

sets the initial position of the widget

Parameters:
mb ..reference
y ..row position
x ..column position
Author:
Bob McIsaac

Definition at line 254 of file MenuBar.java.


Member Function Documentation

void pkgMcj.RowCol.setPosition MenuBar  mb,
int  y,
int  x
 

sets the screen position row and column

Parameters:
mb ..reference
y row
x column

Definition at line 270 of file MenuBar.java.

References pkgMcj.RowCol.xPos, and pkgMcj.RowCol.yPos.


The documentation for this class was generated from the following file:
SourceForge.net Logo