VerticalFlowLayout.public class VerticalFlowLayout extends VerticalFlowLayout
| Modifier and Type | Field and Description |
|---|---|
static int |
BOTTOM
Deprecated.
|
static int |
MIDDLE
Deprecated.
|
static int |
TOP
Deprecated.
|
| Constructor and Description |
|---|
VerticalFlowLayout()
Deprecated.
|
VerticalFlowLayout(boolean hfill,
boolean vfill)
Deprecated.
|
VerticalFlowLayout(int align)
Deprecated.
|
VerticalFlowLayout(int align,
boolean hfill,
boolean vfill)
Deprecated.
|
VerticalFlowLayout(int align,
int hgap,
int vgap,
boolean hfill,
boolean vfill)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getHorizontalFill()
Deprecated.
|
boolean |
getVerticalFill()
Deprecated.
|
void |
layoutContainer(java.awt.Container target)
Deprecated.
Lays out the container.
|
java.awt.Dimension |
minimumLayoutSize(java.awt.Container target)
Deprecated.
Returns the minimum size needed to layout the target container
|
java.awt.Dimension |
preferredLayoutSize(java.awt.Container target)
Deprecated.
Returns the preferred dimensions given the components
in the target container.
|
void |
setHorizontalFill(boolean hfill)
Deprecated.
|
void |
setVerticalFill(boolean vfill)
Deprecated.
|
public static final int TOP
public static final int MIDDLE
public static final int BOTTOM
public VerticalFlowLayout()
public VerticalFlowLayout(boolean hfill,
boolean vfill)
public VerticalFlowLayout(int align)
public VerticalFlowLayout(int align,
boolean hfill,
boolean vfill)
public VerticalFlowLayout(int align,
int hgap,
int vgap,
boolean hfill,
boolean vfill)
public java.awt.Dimension preferredLayoutSize(java.awt.Container target)
VerticalFlowLayoutpreferredLayoutSize in interface java.awt.LayoutManagerpreferredLayoutSize in class VerticalFlowLayouttarget - the component to lay outpublic java.awt.Dimension minimumLayoutSize(java.awt.Container target)
VerticalFlowLayoutminimumLayoutSize in interface java.awt.LayoutManagerminimumLayoutSize in class VerticalFlowLayouttarget - the component to lay outpublic void setVerticalFill(boolean vfill)
setVerticalFill in class VerticalFlowLayoutpublic boolean getVerticalFill()
getVerticalFill in class VerticalFlowLayoutpublic void setHorizontalFill(boolean hfill)
setHorizontalFill in class VerticalFlowLayoutpublic boolean getHorizontalFill()
getHorizontalFill in class VerticalFlowLayoutpublic void layoutContainer(java.awt.Container target)
VerticalFlowLayoutlayoutContainer in interface java.awt.LayoutManagerlayoutContainer in class VerticalFlowLayouttarget - the container to lay out.