public class LineInfo 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="lineStyle">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</element>
<element name="lineWidth">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
</restriction>
</simpleType>
</element>
<element name="lineColor">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</element>
<element name="lineTransparent">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}boolean">
</restriction>
</simpleType>
</element>
<element name="pointArray">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
lineColor |
protected String |
lineStyle |
protected boolean |
lineTransparent |
protected int |
lineWidth |
protected String |
pointArray |
| Constructor and Description |
|---|
LineInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLineColor()
Gets the value of the lineColor property.
|
String |
getLineStyle()
Gets the value of the lineStyle property.
|
int |
getLineWidth()
Gets the value of the lineWidth property.
|
String |
getPointArray()
Gets the value of the pointArray property.
|
boolean |
isLineTransparent()
Gets the value of the lineTransparent property.
|
void |
setLineColor(String value)
Sets the value of the lineColor property.
|
void |
setLineStyle(String value)
Sets the value of the lineStyle property.
|
void |
setLineTransparent(boolean value)
Sets the value of the lineTransparent property.
|
void |
setLineWidth(int value)
Sets the value of the lineWidth property.
|
void |
setPointArray(String value)
Sets the value of the pointArray property.
|
protected String lineStyle
protected int lineWidth
protected String lineColor
protected boolean lineTransparent
protected String pointArray
public String getLineStyle()
Stringpublic void setLineStyle(String value)
value - allowed object is
Stringpublic int getLineWidth()
public void setLineWidth(int value)
public String getLineColor()
Stringpublic void setLineColor(String value)
value - allowed object is
Stringpublic boolean isLineTransparent()
public void setLineTransparent(boolean value)
public String getPointArray()
StringCopyright © 2016 SAPERION AG. All rights reserved.