|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlhammer.model.preferences.Frame
public class Frame
Java class for frame element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="frame">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.xmlhammer.org/2007/preferences}split"/>
</sequence>
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}int" default="600" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}int" default="800" />
<attribute name="xPos" type="{http://www.w3.org/2001/XMLSchema}int" default="-1" />
<attribute name="yPos" type="{http://www.w3.org/2001/XMLSchema}int" default="-1" />
</restriction>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected java.lang.Integer |
height
|
protected Split |
split
|
protected java.lang.Integer |
width
|
protected java.lang.Integer |
xPos
|
protected java.lang.Integer |
yPos
|
| Constructor Summary | |
|---|---|
Frame()
|
|
| Method Summary | |
|---|---|
int |
getHeight()
Gets the value of the height property. |
Split |
getSplit()
Gets the value of the split property. |
int |
getWidth()
Gets the value of the width property. |
int |
getXPos()
Gets the value of the xPos property. |
int |
getYPos()
Gets the value of the yPos property. |
void |
setHeight(java.lang.Integer value)
Sets the value of the height property. |
void |
setSplit(Split value)
Sets the value of the split property. |
void |
setWidth(java.lang.Integer value)
Sets the value of the width property. |
void |
setXPos(java.lang.Integer value)
Sets the value of the xPos property. |
void |
setYPos(java.lang.Integer value)
Sets the value of the yPos property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Split split
protected java.lang.Integer height
protected java.lang.Integer width
protected java.lang.Integer xPos
protected java.lang.Integer yPos
| Constructor Detail |
|---|
public Frame()
| Method Detail |
|---|
public Split getSplit()
Splitpublic void setSplit(Split value)
value - allowed object is
Splitpublic int getHeight()
Integerpublic void setHeight(java.lang.Integer value)
value - allowed object is
Integerpublic int getWidth()
Integerpublic void setWidth(java.lang.Integer value)
value - allowed object is
Integerpublic int getXPos()
Integerpublic void setXPos(java.lang.Integer value)
value - allowed object is
Integerpublic int getYPos()
Integerpublic void setYPos(java.lang.Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||