public class LineType extends Object
Java class for LineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LineType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="startStyle" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="endStyle" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="showCaption" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="captionHorizontalOffset" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
<attribute name="captionVerticalOffset" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
<attribute name="captionPositioning" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="leaderLineLength" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
<attribute name="leaderLineOffsetLength" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
<attribute name="leaderLineExtensionLength" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Float |
captionHorizontalOffset |
protected String |
captionPositioning |
protected Float |
captionVerticalOffset |
protected String |
endStyle |
protected Float |
leaderLineExtensionLength |
protected Float |
leaderLineLength |
protected Float |
leaderLineOffsetLength |
protected Boolean |
showCaption |
protected String |
startStyle |
| Constructor and Description |
|---|
LineType() |
| Modifier and Type | Method and Description |
|---|---|
float |
getCaptionHorizontalOffset()
Gets the value of the captionHorizontalOffset property.
|
String |
getCaptionPositioning()
Gets the value of the captionPositioning property.
|
float |
getCaptionVerticalOffset()
Gets the value of the captionVerticalOffset property.
|
String |
getEndStyle()
Gets the value of the endStyle property.
|
float |
getLeaderLineExtensionLength()
Gets the value of the leaderLineExtensionLength property.
|
float |
getLeaderLineLength()
Gets the value of the leaderLineLength property.
|
float |
getLeaderLineOffsetLength()
Gets the value of the leaderLineOffsetLength property.
|
String |
getStartStyle()
Gets the value of the startStyle property.
|
boolean |
isSetCaptionHorizontalOffset() |
boolean |
isSetCaptionPositioning() |
boolean |
isSetCaptionVerticalOffset() |
boolean |
isSetEndStyle() |
boolean |
isSetLeaderLineExtensionLength() |
boolean |
isSetLeaderLineLength() |
boolean |
isSetLeaderLineOffsetLength() |
boolean |
isSetShowCaption() |
boolean |
isSetStartStyle() |
boolean |
isShowCaption()
Gets the value of the showCaption property.
|
void |
setCaptionHorizontalOffset(float value)
Sets the value of the captionHorizontalOffset property.
|
void |
setCaptionPositioning(String value)
Sets the value of the captionPositioning property.
|
void |
setCaptionVerticalOffset(float value)
Sets the value of the captionVerticalOffset property.
|
void |
setEndStyle(String value)
Sets the value of the endStyle property.
|
void |
setLeaderLineExtensionLength(float value)
Sets the value of the leaderLineExtensionLength property.
|
void |
setLeaderLineLength(float value)
Sets the value of the leaderLineLength property.
|
void |
setLeaderLineOffsetLength(float value)
Sets the value of the leaderLineOffsetLength property.
|
void |
setShowCaption(boolean value)
Sets the value of the showCaption property.
|
void |
setStartStyle(String value)
Sets the value of the startStyle property.
|
void |
unsetCaptionHorizontalOffset() |
void |
unsetCaptionVerticalOffset() |
void |
unsetLeaderLineExtensionLength() |
void |
unsetLeaderLineLength() |
void |
unsetLeaderLineOffsetLength() |
void |
unsetShowCaption() |
protected String startStyle
protected String endStyle
protected Boolean showCaption
protected Float captionHorizontalOffset
protected Float captionVerticalOffset
protected String captionPositioning
protected Float leaderLineLength
protected Float leaderLineOffsetLength
protected Float leaderLineExtensionLength
public String getStartStyle()
Stringpublic void setStartStyle(String value)
value - allowed object is
Stringpublic boolean isSetStartStyle()
public String getEndStyle()
Stringpublic void setEndStyle(String value)
value - allowed object is
Stringpublic boolean isSetEndStyle()
public boolean isShowCaption()
Booleanpublic void setShowCaption(boolean value)
value - allowed object is
Booleanpublic boolean isSetShowCaption()
public void unsetShowCaption()
public float getCaptionHorizontalOffset()
Floatpublic void setCaptionHorizontalOffset(float value)
value - allowed object is
Floatpublic boolean isSetCaptionHorizontalOffset()
public void unsetCaptionHorizontalOffset()
public float getCaptionVerticalOffset()
Floatpublic void setCaptionVerticalOffset(float value)
value - allowed object is
Floatpublic boolean isSetCaptionVerticalOffset()
public void unsetCaptionVerticalOffset()
public String getCaptionPositioning()
Stringpublic void setCaptionPositioning(String value)
value - allowed object is
Stringpublic boolean isSetCaptionPositioning()
public float getLeaderLineLength()
Floatpublic void setLeaderLineLength(float value)
value - allowed object is
Floatpublic boolean isSetLeaderLineLength()
public void unsetLeaderLineLength()
public float getLeaderLineOffsetLength()
Floatpublic void setLeaderLineOffsetLength(float value)
value - allowed object is
Floatpublic boolean isSetLeaderLineOffsetLength()
public void unsetLeaderLineOffsetLength()
public float getLeaderLineExtensionLength()
Floatpublic void setLeaderLineExtensionLength(float value)
value - allowed object is
Floatpublic boolean isSetLeaderLineExtensionLength()
public void unsetLeaderLineExtensionLength()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.