public class Bbox extends SBGNBase
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://sbgn.org/libsbgn/0.3}SBGNBase"> <attGroup ref="{http://sbgn.org/libsbgn/0.3}PointAttributes"/> <attribute name="w" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="h" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> </extension> </complexContent> </complexType>
SBGNBase.Extension, SBGNBase.Notes
Modifier and Type | Field and Description |
---|---|
protected float |
h |
protected float |
w |
protected float |
x |
protected float |
y |
Constructor and Description |
---|
Bbox() |
Modifier and Type | Method and Description |
---|---|
float |
getH()
Gets the value of the h property.
|
float |
getW()
Gets the value of the w property.
|
float |
getX()
Gets the value of the x property.
|
float |
getY()
Gets the value of the y property.
|
void |
setH(float value)
Sets the value of the h property.
|
void |
setW(float value)
Sets the value of the w property.
|
void |
setX(float value)
Sets the value of the x property.
|
void |
setY(float value)
Sets the value of the y property.
|
getExtension, getNotes, setExtension, setNotes
public float getW()
public void setW(float value)
public float getH()
public void setH(float value)
public float getX()
public void setX(float value)
public float getY()
public void setY(float value)
Copyright © 2018 SEMS project @ University of Rostock. All rights reserved.