AbstractReferenceGlyph, CompartmentGlyph, GeneralGlyph, GraphicalObject, ReactionGlyph, ReferenceGlyph, SpeciesGlyph, SpeciesReferenceGlyph, TextGlyphpublic interface IBoundingBox
BoundingBox, which
specifies the position and the size of the object.| Modifier and Type | Method | Description |
|---|---|---|
BoundingBox |
createBoundingBox() |
Creates and sets a
BoundingBox for this object. |
BoundingBox |
getBoundingBox() |
Returns the
BoundingBox. |
boolean |
isSetBoundingBox() |
Returns
true is the BoundingBox is set. |
void |
setBoundingBox(BoundingBox boundingBox) |
Sets the
BoundingBox. |
void |
unsetBoundingBox() |
Unsets the
BoundingBox. |
BoundingBox createBoundingBox()
BoundingBox for this object.BoundingBox.BoundingBox getBoundingBox()
BoundingBox.BoundingBox.boolean isSetBoundingBox()
true is the BoundingBox is set.BoundingBox is set.void setBoundingBox(BoundingBox boundingBox)
BoundingBox.boundingBox - the BoundingBox to set.void unsetBoundingBox()
BoundingBox.Copyright © 2009–2022. All rights reserved.