org.fuin.utils4swing.layout.scalable
Class ScaledTitledBorder
java.lang.Object
org.fuin.utils4swing.layout.scalable.ScaledBorder
org.fuin.utils4swing.layout.scalable.ScaledTitledBorder
public final class ScaledTitledBorder
- extends ScaledBorder
Helper class for scaled borders.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScaledTitledBorder
public ScaledTitledBorder(TitledBorder border,
ScalableLayoutRegistry registry)
- Constructor with component.
- Parameters:
border - Border (not yet scaled).registry - Registry to use.
getTitledBorder
public final TitledBorder getTitledBorder()
- return the original border.
- Returns:
- Border.
getInnerBorder
public final ScaledBorder getInnerBorder()
- Returns the original inner border.
- Returns:
- Inner border.
Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.