Class CategoryLayoutConstraints

java.lang.Object
mgui.interfaces.layouts.CategoryLayoutConstraints
All Implemented Interfaces:
java.io.Serializable

public class CategoryLayoutConstraints
extends java.lang.Object
implements java.io.Serializable
Extension of to include a category identifier String. This constraint is for use with the class which organizes controls by category and allows for collapsable category regions.
Since:
1.0
Version:
1.0
Author:
Andrew Reid
See Also:
Serialized Form
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.lang.String category  
    double hPos  
    double hWeight  
    int lineFrom  
    int lineTo  
    double vWeight  
  • Constructor Summary

    Constructors
    Constructor Description
    CategoryLayoutConstraints()  
    CategoryLayoutConstraints​(java.lang.String cat, int from, int to, double pos, double hweight, double vweight)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • lineFrom

      public int lineFrom
    • lineTo

      public int lineTo
    • hPos

      public double hPos
    • hWeight

      public double hWeight
    • vWeight

      public double vWeight
    • category

      public java.lang.String category
  • Constructor Details

    • CategoryLayoutConstraints

      public CategoryLayoutConstraints()
    • CategoryLayoutConstraints

      public CategoryLayoutConstraints​(java.lang.String cat, int from, int to, double pos, double hweight, double vweight)