Interface IMinimumSizeConfiguration
-
- All Superinterfaces:
IPatternConfiguration
public interface IMinimumSizeConfiguration extends IPatternConfiguration
The Interface IMinimumSizeConfiguration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMinimumHeight()Gets the minimum height.intgetMinimumWidth()Gets the minimum width.voidsetMinimumHeight(int minimumHeight)Sets the minimum height.voidsetMinimumWidth(int minimumWidth)Sets the minimum width.
-
-
-
Method Detail
-
getMinimumHeight
int getMinimumHeight()
Gets the minimum height.- Returns:
- the minimum height
-
getMinimumWidth
int getMinimumWidth()
Gets the minimum width.- Returns:
- the minimum width
-
setMinimumHeight
void setMinimumHeight(int minimumHeight)
Sets the minimum height.- Parameters:
minimumHeight- the new minimum height
-
setMinimumWidth
void setMinimumWidth(int minimumWidth)
Sets the minimum width.- Parameters:
minimumWidth- the new minimum width
-
-