public class BriefView extends Object
Java class for briefView complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="briefView">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="innerPosition" type="{http://www.sbml.org/2001/ns/celldesigner}innerPosition"/>
<element name="boxSize" type="{http://www.sbml.org/2001/ns/celldesigner}boxSize"/>
<element name="singleLine" type="{http://www.sbml.org/2001/ns/celldesigner}singleLine"/>
<element name="paint" type="{http://www.sbml.org/2001/ns/celldesigner}paint"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BoxSize |
boxSize |
protected InnerPosition |
innerPosition |
protected Paint |
paint |
protected SingleLine |
singleLine |
| Constructor and Description |
|---|
BriefView() |
| Modifier and Type | Method and Description |
|---|---|
BoxSize |
getBoxSize()
Gets the value of the boxSize property.
|
InnerPosition |
getInnerPosition()
Gets the value of the innerPosition property.
|
Paint |
getPaint()
Gets the value of the paint property.
|
SingleLine |
getSingleLine()
Gets the value of the singleLine property.
|
void |
setBoxSize(BoxSize value)
Sets the value of the boxSize property.
|
void |
setInnerPosition(InnerPosition value)
Sets the value of the innerPosition property.
|
void |
setPaint(Paint value)
Sets the value of the paint property.
|
void |
setSingleLine(SingleLine value)
Sets the value of the singleLine property.
|
protected InnerPosition innerPosition
protected BoxSize boxSize
protected SingleLine singleLine
protected Paint paint
public InnerPosition getInnerPosition()
InnerPositionpublic void setInnerPosition(InnerPosition value)
value - allowed object is
InnerPositionpublic BoxSize getBoxSize()
BoxSizepublic void setBoxSize(BoxSize value)
value - allowed object is
BoxSizepublic SingleLine getSingleLine()
SingleLinepublic void setSingleLine(SingleLine value)
value - allowed object is
SingleLinepublic Paint getPaint()
PaintCopyright © 2018. All rights reserved.