All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.alantea.swing.layout.percent.Where Maven / Gradle / Ivy

package net.alantea.swing.layout.percent;

public enum Where
{
   /** P : Align the start (left or top) position (only for position) */
   START,

   /** P : Align the end (right or bottom) position (only for position) */
   END,

   /** P : Align the center position to center position of reference (only for position) */
   CENTER,

   /** P : put the end of the element on the end of the parent (only for position, does not need a 'who' in referent) */
   FAR,

   /** PS : Align the end position to start position of reference, or fill space on left (or upper) for size */
   BEFORE,

   /** PS : Align the start position to end position of reference, or fill space on right (or after) for size */
   AFTER,

   /** S : Set same size (only for size) */
   SAME,
   
   /** SP : value is absolute */
   ABSOLUTE,
   
   /** S : Preferred size */
   PREFERRED
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy