public class Label extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="x" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="y" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="width" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="height" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fontColor" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="color" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="thickness" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fade" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected String |
description |
protected String |
fade |
protected String |
fontColor |
protected String |
height |
protected String |
name |
protected String |
thickness |
protected String |
type |
protected String |
width |
protected String |
x |
protected String |
y |
| Constructor and Description |
|---|
Label() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the value of the color property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getFade()
Gets the value of the fade property.
|
String |
getFontColor()
Gets the value of the fontColor property.
|
String |
getHeight()
Gets the value of the height property.
|
String |
getName()
Gets the value of the name property.
|
String |
getThickness()
Gets the value of the thickness property.
|
String |
getType()
Gets the value of the type property.
|
String |
getWidth()
Gets the value of the width property.
|
String |
getX()
Gets the value of the x property.
|
String |
getY()
Gets the value of the y property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFade(String value)
Sets the value of the fade property.
|
void |
setFontColor(String value)
Sets the value of the fontColor property.
|
void |
setHeight(String value)
Sets the value of the height property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setThickness(String value)
Sets the value of the thickness property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setWidth(String value)
Sets the value of the width property.
|
void |
setX(String value)
Sets the value of the x property.
|
void |
setY(String value)
Sets the value of the y property.
|
protected String name
protected String description
protected String x
protected String y
protected String width
protected String height
protected String fontColor
protected String color
protected String type
protected String thickness
protected String fade
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic void setX(String value)
value - allowed object is
Stringpublic void setY(String value)
value - allowed object is
Stringpublic String getWidth()
Stringpublic void setWidth(String value)
value - allowed object is
Stringpublic String getHeight()
Stringpublic void setHeight(String value)
value - allowed object is
Stringpublic String getFontColor()
Stringpublic void setFontColor(String value)
value - allowed object is
Stringpublic String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getThickness()
Stringpublic void setThickness(String value)
value - allowed object is
Stringpublic String getFade()
StringCopyright © 2015 FastConnect SAS. All rights reserved.