public class OverlayConstraints extends Object
| Constructor and Description |
|---|
OverlayConstraints(Set<Anchor> anchors,
Insets insets,
double topFactor,
double leftFactor,
double bottomFactor,
double rightFactor,
double widthFactor,
double heightFactor) |
| Modifier and Type | Method and Description |
|---|---|
Set<Anchor> |
getAnchors() |
double |
getBottomFactor() |
double |
getHeightFactor() |
Insets |
getInsets() |
double |
getLeftFactor() |
double |
getRightFactor() |
double |
getTopFactor() |
double |
getWidthFactor() |
public double getWidthFactor()
public double getHeightFactor()
public Insets getInsets()
public double getTopFactor()
public double getLeftFactor()
public double getBottomFactor()
public double getRightFactor()
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.