|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoundingBox | |
---|---|
org.faceless.graph | Contains the basic classes for creating a Graph. |
org.faceless.graph.output | Contains the classes for rendering a Graph to an output device. |
Uses of BoundingBox in org.faceless.graph |
---|
Methods in org.faceless.graph that return BoundingBox | |
---|---|
BoundingBox |
BoundingBox.intersection(BoundingBox b)
Return a new bounding box that is the intersection of this and the specified box. |
BoundingBox |
BoundingBox.superset(BoundingBox b)
Return the smallest bounding box that contains this box and the box passed as a parameter. |
Methods in org.faceless.graph with parameters of type BoundingBox | |
---|---|
boolean |
BoundingBox.contains(BoundingBox b)
Returns true if this contains the specified bounding box. |
BoundingBox |
BoundingBox.intersection(BoundingBox b)
Return a new bounding box that is the intersection of this and the specified box. |
BoundingBox |
BoundingBox.superset(BoundingBox b)
Return the smallest bounding box that contains this box and the box passed as a parameter. |
Uses of BoundingBox in org.faceless.graph.output |
---|
Methods in org.faceless.graph.output that return BoundingBox | |
---|---|
BoundingBox |
ImageOutput.getCanvas()
|
abstract BoundingBox |
Output.getCanvas()
Return the canvas as a BoundingBox . |
BoundingBox |
PDF2Output.getCanvas()
|
BoundingBox |
PDFOutput.getCanvas()
|
BoundingBox |
ImageOutput.getTextBox(String text,
Style s)
|
abstract BoundingBox |
Output.getTextBox(String text,
Style style)
Return the bounding box for given string in the specified style. |
BoundingBox |
PDF2Output.getTextBox(String text,
Style s)
|
BoundingBox |
PDFOutput.getTextBox(String text,
Style s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |