public class Halo extends Object
Java class for halo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="halo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="width" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}short">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="height" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}short">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="x" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}short">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="y" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}short">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected short |
height |
protected short |
width |
protected short |
x |
protected short |
y |
| Constructor and Description |
|---|
Halo() |
| Modifier and Type | Method and Description |
|---|---|
short |
getHeight()
Gets the value of the height property.
|
short |
getWidth()
Gets the value of the width property.
|
short |
getX()
Gets the value of the x property.
|
short |
getY()
Gets the value of the y property.
|
void |
setHeight(short value)
Sets the value of the height property.
|
void |
setWidth(short value)
Sets the value of the width property.
|
void |
setX(short value)
Sets the value of the x property.
|
void |
setY(short value)
Sets the value of the y property.
|
protected short width
protected short height
protected short x
protected short y
public short getWidth()
public void setWidth(short value)
public short getHeight()
public void setHeight(short value)
public short getX()
public void setX(short value)
public short getY()
public void setY(short value)
Copyright © 2018. All rights reserved.