Class OverlayConstraints

java.lang.Object
net.anwiba.commons.swing.layout.OverlayConstraints

public class OverlayConstraints extends Object
  • Constructor Details

    • OverlayConstraints

      public OverlayConstraints(Set<Anchor> anchors, Insets insets, double topFactor, double leftFactor, double bottomFactor, double rightFactor, double widthFactor, double heightFactor)
  • Method Details

    • getAnchors

      public Set<Anchor> getAnchors()
    • getWidthFactor

      public double getWidthFactor()
    • getHeightFactor

      public double getHeightFactor()
    • getInsets

      public Insets getInsets()
    • getTopFactor

      public double getTopFactor()
    • getLeftFactor

      public double getLeftFactor()
    • getBottomFactor

      public double getBottomFactor()
    • getRightFactor

      public double getRightFactor()