Package net.anwiba.commons.swing.layout
Class OverlayConstraints
- java.lang.Object
-
- net.anwiba.commons.swing.layout.OverlayConstraints
-
public class OverlayConstraints extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OverlayConstraints(java.util.Set<Anchor> anchors, java.awt.Insets insets, double topFactor, double leftFactor, double bottomFactor, double rightFactor, double widthFactor, double heightFactor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<Anchor>getAnchors()doublegetBottomFactor()doublegetHeightFactor()java.awt.InsetsgetInsets()doublegetLeftFactor()doublegetRightFactor()doublegetTopFactor()doublegetWidthFactor()
-
-
-
Constructor Detail
-
OverlayConstraints
public OverlayConstraints(java.util.Set<Anchor> anchors, java.awt.Insets insets, double topFactor, double leftFactor, double bottomFactor, double rightFactor, double widthFactor, double heightFactor)
-
-
Method Detail
-
getAnchors
public java.util.Set<Anchor> getAnchors()
-
getWidthFactor
public double getWidthFactor()
-
getHeightFactor
public double getHeightFactor()
-
getInsets
public java.awt.Insets getInsets()
-
getTopFactor
public double getTopFactor()
-
getLeftFactor
public double getLeftFactor()
-
getBottomFactor
public double getBottomFactor()
-
getRightFactor
public double getRightFactor()
-
-