public class UsualView extends Object
Java class for usualView complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="usualView"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="innerPosition" type="{http://www.sbml.org/2001/ns/celldesigner}innerPosition" minOccurs="0"/> <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 |
---|
UsualView() |
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()
InnerPosition
public void setInnerPosition(InnerPosition value)
value
- allowed object is
InnerPosition
public BoxSize getBoxSize()
BoxSize
public void setBoxSize(BoxSize value)
value
- allowed object is
BoxSize
public SingleLine getSingleLine()
SingleLine
public void setSingleLine(SingleLine value)
value
- allowed object is
SingleLine
public Paint getPaint()
Paint
Copyright © 2018. All rights reserved.