Package com.ribsapp.shapes
Interface RJMinMaxSizeSettable
- 
- All Known Implementing Classes:
- JButtonShape,- JCheckBoxShape,- JComboBoxShape,- JFormattedTextFieldShape,- JLabelShape,- JListShape,- JPasswordFieldShape,- JProgressBarShape,- JRadioButtonShape,- JScrollPaneShape,- JSeparatorShape,- JSliderShape,- JSpinnerShape,- JSplitPaneShape,- JTabbedPaneShape,- JTableShape,- JTextAreaShape,- JTextFieldShape,- JToggleButtonShape,- JTreeShape,- RBDocument,- RJButtonOrLabelShape,- RJColorDockShape,- RJColorWellShape,- RJCustomViewShape,- RJMenuButtonShape,- RJPanelShape,- RJShape,- RJSwitchPaneShape,- RJTextShape,- RJThumbWheelShape
 
 public interface RJMinMaxSizeSettable
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description RMSizegetDefaultMaximumSize()RMSizegetDefaultMinimumSize()Default values for the extremaRMSizegetMaximumSize()RMSizegetMinimumSize()The extremaRMSizegetSize()The current sizevoidsetMaximumSize(RMSize sz)voidsetMinimumSize(RMSize sz)
 
- 
- 
- 
Method Detail- 
getSizeRMSize getSize() The current size
 - 
getMinimumSizeRMSize getMinimumSize() The extrema
 - 
setMinimumSizevoid setMinimumSize(RMSize sz) 
 - 
getMaximumSizeRMSize getMaximumSize() 
 - 
setMaximumSizevoid setMaximumSize(RMSize sz) 
 - 
getDefaultMinimumSizeRMSize getDefaultMinimumSize() Default values for the extrema
 - 
getDefaultMaximumSizeRMSize getDefaultMaximumSize() 
 
- 
 
-