public static class Glyph.Callout 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 ref="{http://sbgn.org/libsbgn/0.3}point"/>
</sequence>
<attribute name="target" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Point |
point |
protected Object |
target |
| Constructor and Description |
|---|
Callout() |
| Modifier and Type | Method and Description |
|---|---|
Point |
getPoint()
Gets the value of the point property.
|
Object |
getTarget()
Gets the value of the target property.
|
void |
setPoint(Point value)
Sets the value of the point property.
|
void |
setTarget(Object value)
Sets the value of the target property.
|
public Point getPoint()
Pointpublic void setPoint(Point value)
value - allowed object is
Pointpublic Object getTarget()
ObjectCopyright © 2018 SEMS project @ University of Rostock. All rights reserved.