public static class Project.Layouts.Layout.Bars.BarGroup.Text 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"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="color" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="font" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
color |
protected String |
font |
protected String |
name |
protected String |
type |
Constructor and Description |
---|
Project.Layouts.Layout.Bars.BarGroup.Text() |
Modifier and Type | Method and Description |
---|---|
String |
getColor()
Gets the value of the color property.
|
String |
getFont()
Gets the value of the font property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setFont(String value)
Sets the value of the font property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String name
protected String type
protected String color
protected String font
public Project.Layouts.Layout.Bars.BarGroup.Text()
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getColor()
String
public void setColor(String value)
value
- allowed object is
String
public String getFont()
String
Copyright © 2000–2017 Packwood Software. All rights reserved.