public class BasicEntityConstraint extends java.lang.Object implements LayoutConstraint
Modifier and Type | Field and Description |
---|---|
boolean |
hasPreferredLocation |
boolean |
hasPreferredSize |
double |
preferredHeight |
double |
preferredWidth |
double |
preferredX |
double |
preferredY |
Constructor and Description |
---|
BasicEntityConstraint() |
Modifier and Type | Method and Description |
---|---|
void |
clear()
This method clears all the fields of the layout constraints.
|
public boolean hasPreferredLocation
public double preferredX
public double preferredY
public boolean hasPreferredSize
public double preferredWidth
public double preferredHeight
public void clear()
LayoutConstraint
clear
in interface LayoutConstraint
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.