|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Axis | |
---|---|
pl.netanel.swt.matrix | Contains Matrix - a tabular SWT widget with unlimited capacity and instant rendering. |
Uses of Axis in pl.netanel.swt.matrix |
---|
Methods in pl.netanel.swt.matrix that return Axis | |
---|---|
Axis<N> |
Section.getAxis()
Returns the axis that this section belongs to. |
Axis<X> |
Matrix.getAxisX()
Returns the column (horizontal) axis. |
Axis<Y> |
Matrix.getAxisY()
Returns the row (vertical) axis. |
Constructors in pl.netanel.swt.matrix with parameters of type Axis | |
---|---|
Matrix(Composite parent,
int style,
Axis<X> axisX,
Axis<Y> axisY)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
Matrix(Composite parent,
int style,
Axis<X> axisX,
Axis<Y> axisY)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |