| java.lang.Object tools.tracesviewer.PercentLayoutConstraint
PercentLayoutConstraint | public class PercentLayoutConstraint (Code) | | |
Constructor Summary | |
public | PercentLayoutConstraint(double x, double y, double width, double height) Creates a Constraint Object. |
xywidthheight | double xywidthheight(Code) | | |
PercentLayoutConstraint | public PercentLayoutConstraint(double x, double y, double width, double height)(Code) | | Creates a Constraint Object.
Parameters: x - The X position of the top left corner of the component (0-100) Parameters: y - The Y position of the top left corner of the component (0-100) Parameters: width - The percentage width of the component (0-100) Parameters: height - The percentage height of the component (0-100) |
|
|