public class ZoomableViewportLayout
extends javax.swing.ViewportLayout
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ZOOM_POLICY_PROPERTY |
| Constructor and Description |
|---|
ZoomableViewportLayout() |
| Modifier and Type | Method and Description |
|---|---|
ZoomPolicy |
getZoomPolicy() |
void |
layoutContainer(java.awt.Container parent)
Called by the AWT when the specified container needs to be laid out.
|
void |
setZoomPolicy(ZoomPolicy newValue) |
public static final java.lang.String ZOOM_POLICY_PROPERTY
public void setZoomPolicy(ZoomPolicy newValue)
public ZoomPolicy getZoomPolicy()
public void layoutContainer(java.awt.Container parent)
layoutContainer in interface java.awt.LayoutManagerlayoutContainer in class javax.swing.ViewportLayoutparent - the container to lay outjava.awt.AWTError - if the target isn't the container specified to the
BoxLayout constructor