Zest
1.5.0.201305060205

org.eclipse.zest.layouts.constraints
Class BasicEdgeConstraints

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

public class BasicEdgeConstraints
extends java.lang.Object
implements LayoutConstraint


Field Summary
 boolean isBiDirectional
           
 int weight
           
 
Constructor Summary
BasicEdgeConstraints()
           
 
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

isBiDirectional

public boolean isBiDirectional

weight

public int weight
Constructor Detail

BasicEdgeConstraints

public BasicEdgeConstraints()
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.