|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsDimensionType
public class XLptsDimensionType
This is the class that holds dimension information for dialogs
Java class for XLptsDimensionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XLptsDimensionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="maximized" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="minimized" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="x" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="y" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="width" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="height" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected int |
height
|
protected boolean |
maximized
|
protected boolean |
minimized
|
protected int |
width
|
protected int |
x
|
protected int |
y
|
Constructor Summary | |
---|---|
XLptsDimensionType()
|
Method Summary | |
---|---|
int |
getHeight()
Gets the value of the height property. |
int |
getWidth()
Gets the value of the width property. |
int |
getX()
Gets the value of the x property. |
int |
getY()
Gets the value of the y property. |
boolean |
isMaximized()
Gets the value of the maximized property. |
boolean |
isMinimized()
Gets the value of the minimized property. |
void |
setHeight(int value)
Sets the value of the height property. |
void |
setMaximized(boolean value)
Sets the value of the maximized property. |
void |
setMinimized(boolean value)
Sets the value of the minimized property. |
void |
setWidth(int value)
Sets the value of the width property. |
void |
setX(int value)
Sets the value of the x property. |
void |
setY(int value)
Sets the value of the y property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int height
protected boolean maximized
protected boolean minimized
protected int width
protected int x
protected int y
Constructor Detail |
---|
public XLptsDimensionType()
Method Detail |
---|
public int getHeight()
public int getWidth()
public int getX()
public int getY()
public boolean isMaximized()
public boolean isMinimized()
public void setHeight(int value)
public void setMaximized(boolean value)
public void setMinimized(boolean value)
public void setWidth(int value)
public void setX(int value)
public void setY(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |