Maven module :un.api : api-display :
Class : un.api.layout.FormConstraint
Extends/Implements : un.api.layout.LayoutConstraint
Subclasses : -

author  Johann Sorel


Variables : FILL_NORMAL, FILL_HEIGHT, FILL_WIDTH, FILL_BOTH
Functions : FormConstraint, FormConstraint, FormConstraint, FormConstraint, FormConstraint, getX, getY, getSpanX, getSpanY, getFill, equals, hashCode


public int FILL_NORMAL

public int FILL_HEIGHT

public int FILL_WIDTH

public int FILL_BOTH


public void FormConstraint ()

public void FormConstraint (int x, int y)

public void FormConstraint (int x, int y, int fill)

public void FormConstraint (int x, int y, int spanx, int spany)

public void FormConstraint (int x, int y, int spanx, int spany, int fill)

public int getX ()

public int getY ()

public int getSpanX ()

public int getSpanY ()

public int getFill ()

public boolean equals (Object obj)

public int hashCode ()