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 int
max_height
int
max_width
int
min_height
int
min_width
boolean
minSizeRequested
int
requestedHeight
int
requestedWidth
boolean
resizeToplevel
-
Constructor Summary
Constructors Constructor Description SWTGeometry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaxHeight()
int
getMaxWidth()
int
getMinHeight()
boolean
getMinSizeRequested()
int
getMinWidth()
int
getRequestedHeight()
int
getRequestedWidth()
boolean
getResize()
void
setMaxHeight(int value)
void
setMaxWidth(int value)
void
setMinHeight(int value)
void
setMinSizeRequested(boolean value)
void
setMinWidth(int value)
void
setRequestedHeight(int value)
void
setRequestedWidth(int value)
void
setResize(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:
getMinWidth
in interfaceGeometryInterface
-
getMinHeight
public int getMinHeight()
- Specified by:
getMinHeight
in interfaceGeometryInterface
-
getMaxWidth
public int getMaxWidth()
- Specified by:
getMaxWidth
in interfaceGeometryInterface
-
getMaxHeight
public int getMaxHeight()
- Specified by:
getMaxHeight
in interfaceGeometryInterface
-
getResize
public boolean getResize()
- Specified by:
getResize
in interfaceGeometryInterface
-
getRequestedWidth
public int getRequestedWidth()
- Specified by:
getRequestedWidth
in interfaceGeometryInterface
-
getRequestedHeight
public int getRequestedHeight()
- Specified by:
getRequestedHeight
in interfaceGeometryInterface
-
setMinWidth
public void setMinWidth(int value)
- Specified by:
setMinWidth
in interfaceGeometryInterface
-
setMinHeight
public void setMinHeight(int value)
- Specified by:
setMinHeight
in interfaceGeometryInterface
-
setMaxWidth
public void setMaxWidth(int value)
- Specified by:
setMaxWidth
in interfaceGeometryInterface
-
setMaxHeight
public void setMaxHeight(int value)
- Specified by:
setMaxHeight
in interfaceGeometryInterface
-
setResize
public void setResize(boolean value)
- Specified by:
setResize
in interfaceGeometryInterface
-
setRequestedWidth
public void setRequestedWidth(int value)
- Specified by:
setRequestedWidth
in interfaceGeometryInterface
-
setRequestedHeight
public void setRequestedHeight(int value)
- Specified by:
setRequestedHeight
in interfaceGeometryInterface
-
getMinSizeRequested
public boolean getMinSizeRequested()
- Specified by:
getMinSizeRequested
in interfaceGeometryInterface
-
setMinSizeRequested
public void setMinSizeRequested(boolean value)
- Specified by:
setMinSizeRequested
in interfaceGeometryInterface
-
-