|
|
Package com.dassault_systemes.catjdialog |
Class GC
|
Class Hierarchy |
java.lang.Object | +-com.dassault_systemes.catjdialog.GC
Class Location |
Class Description |
public class GC
A grid layout constraints data structure.
This data structure holds all required information defining a component
layout within a grid layout implementation (see CATFrame).
See the CAA Use Case "Creating a Command" for a simple Grid Layout sample.
See the CAA Use Case "Grid Constraint Layout" for a complex Grid Layout sample.
Field Summary |
int | _x |
int | _y |
int | _w |
int | _h |
int | _align |
int | _justify |
int | BOTTOM |
int | CENTER |
int | LEFT |
int | RIGHT |
int | TOP |
int | FILL |
int | FILLH |
int | FILLV |
int | NOFILL |
Constructor Summary |
GC(int iX, int iY, int iW, int iH, int iAlign, int iJustify) |
Method Summary |
String | toString() |
Field Detail |
int _xPosition X
int _yPosition Y
int _wWidth
int _hHeight
int _alignAlignement
int _justifyJustification
int BOTTOMAlignment: bottom
int CENTERAlignment: center
int LEFTAlignment: left
int RIGHTAlignment: right
int TOPAlignment: top
int FILLJustify: horizontaly and verticaly
int FILLHJustify: horizontaly
int FILLVJustify: verticaly
int NOFILLJustify: none
Constructor Detail |
GC(int iX, int iY, int iW, int iH, int iAlign, int iJustify)Create a grid layout constraint set with specified values.
Method Detail |
String toString()Returns a string representation of this grid layout constraints object.