|
Class: GridBagLayoutInfo
Object
|
+--GridBagLayoutInfo
- Package:
- stx:libwidg2
- Category:
- Views-Support
- Version:
- rev:
1.4
date: 2021/01/20 14:40:18
- user: cg
- file: GridBagLayoutInfo.st directory: libwidg2
- module: stx stc-classLibrary: libwidg2
This is a helper class for the GridBagLayoutView and not usable for general purposes.
Instance variables:
int width, height number of cells horizontally, vertically
int startx, starty starting point for layout
int minWidth[] largest minWidth in each column
int minHeight[] largest minHeight in each row
double weightX[] largest weight in each column
double weightY[] largest weight in each row
copyrightCOPYRIGHT (c) 1998 by Andreas Vogel
COPYRIGHT (c) 1998 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
accessing
-
height
-
-
height: something
-
-
minHeight
-
-
minHeight: something
-
-
minWidth
-
-
minWidth: something
-
-
startX
-
-
startX: something
-
-
startY
-
-
startY: something
-
-
weightX
-
-
weightX: something
-
-
weightY
-
-
weightY: something
-
-
width
-
-
width: something
-
initialization
-
initialize
-
(comment from inherited method)
just to ignore initialize to objects which do not need it
|