public class ModelDisplay extends Object
Java class for modelDisplay complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="modelDisplay"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="sizeX" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}short"> <minExclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="sizeY" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}short"> <minExclusive value="0"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected short |
sizeX |
protected short |
sizeY |
Constructor and Description |
---|
ModelDisplay() |
Modifier and Type | Method and Description |
---|---|
short |
getSizeX()
Gets the value of the sizeX property.
|
short |
getSizeY()
Gets the value of the sizeY property.
|
void |
setSizeX(short value)
Sets the value of the sizeX property.
|
void |
setSizeY(short value)
Sets the value of the sizeY property.
|
public short getSizeX()
public void setSizeX(short value)
public short getSizeY()
public void setSizeY(short value)
Copyright © 2018. All rights reserved.