Zest
1.5.0.201305060205

org.eclipse.zest.layouts.constraints
Class BasicEntityConstraint

java.lang.Object
  extended by org.eclipse.zest.layouts.constraints.BasicEntityConstraint
All Implemented Interfaces:
LayoutConstraint

public class BasicEntityConstraint
extends java.lang.Object
implements LayoutConstraint


Field Summary
 boolean hasPreferredLocation
           
 boolean hasPreferredSize
           
 double preferredHeight
           
 double preferredWidth
           
 double preferredX
           
 double preferredY
           
 
Constructor Summary
BasicEntityConstraint()
           
 
Method Summary
 void clear()
          This method clears all the fields of the layout constraints.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hasPreferredLocation

public boolean hasPreferredLocation

preferredX

public double preferredX

preferredY

public double preferredY

hasPreferredSize

public boolean hasPreferredSize

preferredWidth

public double preferredWidth

preferredHeight

public double preferredHeight
Constructor Detail

BasicEntityConstraint

public BasicEntityConstraint()
Method Detail

clear

public void clear()
Description copied from interface: LayoutConstraint
This method clears all the fields of the layout constraints. This should not be called outside the layout package

Specified by:
clear in interface LayoutConstraint

Zest
1.5.0.201305060205

Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.