Package org.eclipse.swt.internal
Class SWTGeometry
- java.lang.Object
-
- org.eclipse.swt.internal.SWTGeometry
-
- All Implemented Interfaces:
GeometryInterface
public class SWTGeometry extends java.lang.Object implements GeometryInterface
-
-
Field Summary
Fields Modifier and Type Field Description intmax_heightintmax_widthintmin_heightintmin_widthbooleanminSizeRequestedintrequestedHeightintrequestedWidthbooleanresizeToplevel
-
Constructor Summary
Constructors Constructor Description SWTGeometry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxHeight()intgetMaxWidth()intgetMinHeight()booleangetMinSizeRequested()intgetMinWidth()intgetRequestedHeight()intgetRequestedWidth()booleangetResize()voidsetMaxHeight(int value)voidsetMaxWidth(int value)voidsetMinHeight(int value)voidsetMinSizeRequested(boolean value)voidsetMinWidth(int value)voidsetRequestedHeight(int value)voidsetRequestedWidth(int value)voidsetResize(boolean value)
-
-
-
Field Detail
-
min_width
public int min_width
-
min_height
public int min_height
-
max_width
public int max_width
-
max_height
public int max_height
-
resizeToplevel
public boolean resizeToplevel
-
minSizeRequested
public boolean minSizeRequested
-
requestedWidth
public int requestedWidth
-
requestedHeight
public int requestedHeight
-
-
Method Detail
-
getMinWidth
public int getMinWidth()
- Specified by:
getMinWidthin interfaceGeometryInterface
-
getMinHeight
public int getMinHeight()
- Specified by:
getMinHeightin interfaceGeometryInterface
-
getMaxWidth
public int getMaxWidth()
- Specified by:
getMaxWidthin interfaceGeometryInterface
-
getMaxHeight
public int getMaxHeight()
- Specified by:
getMaxHeightin interfaceGeometryInterface
-
getResize
public boolean getResize()
- Specified by:
getResizein interfaceGeometryInterface
-
getRequestedWidth
public int getRequestedWidth()
- Specified by:
getRequestedWidthin interfaceGeometryInterface
-
getRequestedHeight
public int getRequestedHeight()
- Specified by:
getRequestedHeightin interfaceGeometryInterface
-
setMinWidth
public void setMinWidth(int value)
- Specified by:
setMinWidthin interfaceGeometryInterface
-
setMinHeight
public void setMinHeight(int value)
- Specified by:
setMinHeightin interfaceGeometryInterface
-
setMaxWidth
public void setMaxWidth(int value)
- Specified by:
setMaxWidthin interfaceGeometryInterface
-
setMaxHeight
public void setMaxHeight(int value)
- Specified by:
setMaxHeightin interfaceGeometryInterface
-
setResize
public void setResize(boolean value)
- Specified by:
setResizein interfaceGeometryInterface
-
setRequestedWidth
public void setRequestedWidth(int value)
- Specified by:
setRequestedWidthin interfaceGeometryInterface
-
setRequestedHeight
public void setRequestedHeight(int value)
- Specified by:
setRequestedHeightin interfaceGeometryInterface
-
getMinSizeRequested
public boolean getMinSizeRequested()
- Specified by:
getMinSizeRequestedin interfaceGeometryInterface
-
setMinSizeRequested
public void setMinSizeRequested(boolean value)
- Specified by:
setMinSizeRequestedin interfaceGeometryInterface
-
-