public interface IFrame
| Modifier and Type | Method and Description |
|---|---|
java.awt.Rectangle |
getBounds()
Gets the window bounds.
|
int |
getHeight()
Gets the window height.
|
java.awt.Dimension |
getMinimumSize()
Gets the minimum allowed size for this window.
|
java.lang.String |
getTitle()
Gets the title property
|
int |
getWidth()
Gets the window width.
|
int |
getX()
Returns the current x coordinate of the window's origin.
|
int |
getY()
Returns the current y coordinate of the window's origin.
|
void |
setBounds(java.awt.Rectangle bounds)
Sets the window bounds.
|
void |
setHeight(int height)
Sets the window height.
|
void |
setLocation(int x,
int y) |
void |
setMinimumSize(java.awt.Dimension minSize)
Sets the minimum allowed size for this window.
|
void |
setTitle(java.lang.String title)
Sets the title property.
|
void |
setWidth(int width)
Sets the window width.
|
void |
setX(int x)
Sets the value of the x coordinate for the origin of the associated
window.
|
void |
setY(int y)
Sets the value of the y coordinate for the origin of the associated
window.
|
java.awt.Rectangle getBounds()
int getHeight()
java.awt.Dimension getMinimumSize()
java.lang.String getTitle()
int getWidth()
int getX()
int getY()
void setBounds(java.awt.Rectangle bounds)
bounds - The window bounds.void setHeight(int height)
The - window height (in pixels)void setLocation(int x,
int y)
void setMinimumSize(java.awt.Dimension minSize)
minSize - The minimum allowed size for this window.void setTitle(java.lang.String title)
title - The new title.void setWidth(int width)
The - window width (in pixels)void setX(int x)
x - The value (in pixels) of the x coordinatevoid setY(int y)
y - The value (in pixels) of the y coordinateCopyright © 2018 gvSIG Association. All rights reserved.