|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fuin.utils4swing.layout.scalable.AbstractScalableLayout
org.fuin.utils4swing.layout.scalable.ScalableLayout
org.fuin.utils4swing.layout.scalable.DefaultScalableLayout
public final class DefaultScalableLayout
A layout manager that resizes the content along to a given factor.
| Constructor Summary | |
|---|---|
DefaultScalableLayout(ScalableLayoutRegistry registry,
java.awt.Container container)
Constructor with registry and container. |
|
| Method Summary | |
|---|---|
void |
afterComponentsScaled(double factor)
This method will be called after all components are scaled. |
| Methods inherited from class org.fuin.utils4swing.layout.scalable.AbstractScalableLayout |
|---|
addLayoutComponent, addScaledComponent, findScaledComponent, getContainer, getFactor, layoutContainer, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, setFactor, setFactorRecursive |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultScalableLayout(ScalableLayoutRegistry registry,
java.awt.Container container)
registry - Registry to use.container - Container this layout should be applied to.| Method Detail |
|---|
public final void afterComponentsScaled(double factor)
afterComponentsScaled in class AbstractScalableLayoutfactor - Factor used.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||