public class GridPanelConstraint
extends java.lang.Object
Constructor and Description |
---|
GridPanelConstraint(int x,
int y,
int width,
int height,
int handle,
java.awt.Component component)
Constructor for GridPanelConstraint.
|
public GridPanelConstraint(int x, int y, int width, int height, int handle, java.awt.Component component)
x
- horizontal position.y
- vertical position.width
- width in pixels.height
- height in pixels.handle
- a int.component
- a Component
object.Copyright © 1998–2019. All rights reserved.