public class PercentLayoutConstraint extends Object
Constructor and Description |
---|
PercentLayoutConstraint(double x,
double y,
double width,
double height)
Creates a Constraint Object.
|
public PercentLayoutConstraint(double x, double y, double width, double height)
x
- The X position of the top left corner of the component (0-100)y
- The Y position of the top left corner of the component (0-100)width
- The percentage width of the component (0-100)height
- The percentage height of the component (0-100)Copyright © 2018. All Rights Reserved.