Package | Description |
---|---|
org.sbgn.bindings |
Modifier and Type | Field and Description |
---|---|
protected Bbox |
Glyph.bbox |
protected Bbox |
Map.bbox |
protected Bbox |
Label.bbox |
Modifier and Type | Method and Description |
---|---|
Bbox |
ObjectFactory.createBbox()
Create an instance of
Bbox |
Bbox |
Glyph.getBbox()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://sbgn.org/libsbgn/0.3" xmlns:sbgn="http://sbgn.org/libsbgn/0.3" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The bbox element is mandatory and unique: exactly one per
glyph.
|
Bbox |
Map.getBbox()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://sbgn.org/libsbgn/0.3" xmlns:sbgn="http://sbgn.org/libsbgn/0.3" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The bbox element on a map is not mandatory, it allows the
application to define a canvas, and at the same time
define a whitespace margin around the glyphs.
|
Bbox |
Label.getBbox()
Gets the value of the bbox property.
|
Modifier and Type | Method and Description |
---|---|
void |
Glyph.setBbox(Bbox value)
Sets the value of the bbox property.
|
void |
Map.setBbox(Bbox value)
Sets the value of the bbox property.
|
void |
Label.setBbox(Bbox value)
Sets the value of the bbox property.
|
Copyright © 2018 SEMS project @ University of Rostock. All rights reserved.