public class LayerFreeLine extends Object
Java class for layerFreeLine complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="layerFreeLine"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="bounds" type="{http://www.sbml.org/2001/ns/celldesigner}layerLineBounds"/> <element name="line" type="{http://www.sbml.org/2001/ns/celldesigner}line"/> </sequence> <attribute name="isArrow" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="isDotted" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected LayerLineBounds |
bounds |
protected Boolean |
isArrow |
protected Boolean |
isDotted |
protected Line |
line |
Constructor and Description |
---|
LayerFreeLine() |
Modifier and Type | Method and Description |
---|---|
LayerLineBounds |
getBounds()
Gets the value of the bounds property.
|
Line |
getLine()
Gets the value of the line property.
|
Boolean |
isIsArrow()
Gets the value of the isArrow property.
|
Boolean |
isIsDotted()
Gets the value of the isDotted property.
|
void |
setBounds(LayerLineBounds value)
Sets the value of the bounds property.
|
void |
setIsArrow(Boolean value)
Sets the value of the isArrow property.
|
void |
setIsDotted(Boolean value)
Sets the value of the isDotted property.
|
void |
setLine(Line value)
Sets the value of the line property.
|
protected LayerLineBounds bounds
protected Line line
protected Boolean isArrow
protected Boolean isDotted
public LayerLineBounds getBounds()
LayerLineBounds
public void setBounds(LayerLineBounds value)
value
- allowed object is
LayerLineBounds
public void setLine(Line value)
value
- allowed object is
Line
public Boolean isIsArrow()
Boolean
public void setIsArrow(Boolean value)
value
- allowed object is
Boolean
public Boolean isIsDotted()
Boolean
Copyright © 2018. All rights reserved.