|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScaledComponent | |
|---|---|
| org.fuin.utils4swing.layout.scalable | A layout manager that resizes the content along to a given factor. |
| Uses of ScaledComponent in org.fuin.utils4swing.layout.scalable |
|---|
| Methods in org.fuin.utils4swing.layout.scalable that return ScaledComponent | |
|---|---|
ScaledComponent |
JSpinnerScaler.createScaledComponent(Component comp,
ScalableLayoutRegistry registry)
Creates a container for the original component values. |
ScaledComponent |
JComponentScaler.createScaledComponent(Component comp,
ScalableLayoutRegistry registry)
Creates a container for the original component values. |
ScaledComponent |
DefaultComponentScaler.createScaledComponent(Component comp,
ScalableLayoutRegistry registry)
Creates a container for the original component values. |
ScaledComponent |
ComponentScaler.createScaledComponent(Component comp,
ScalableLayoutRegistry registry)
Creates a container for the original component values. |
protected ScaledComponent |
AbstractScalableLayout.findScaledComponent(Component comp)
Returns the corresponding scaled component. |
| Methods in org.fuin.utils4swing.layout.scalable with parameters of type ScaledComponent | |
|---|---|
void |
JSpinnerScaler.scale(ScaledComponent sc,
double factor,
ScalableLayoutRegistry registry)
Resize the component. |
void |
JComponentScaler.scale(ScaledComponent sc,
double factor,
ScalableLayoutRegistry registry)
Resize the component. |
void |
DefaultComponentScaler.scale(ScaledComponent sc,
double factor,
ScalableLayoutRegistry registry)
Resize the component. |
void |
ComponentScaler.scale(ScaledComponent component,
double factor,
ScalableLayoutRegistry registry)
Resize the component. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||