|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoundingBox3d | |
---|---|
org.jzy3d.maths | Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions. |
org.jzy3d.plot3d.primitives | Provides 3d primitives that either implement plot3d.rendering.Drawable or
plot3d.rendering.Composite3d , and thus provide a draw() and transform() function
for the plot3d.rendering.Scene . |
org.jzy3d.plot3d.primitives.axes | Provides concrete axes implementing the Axe interface |
org.jzy3d.plot3d.primitives.textured | |
org.jzy3d.plot3d.rendering.scene | |
org.jzy3d.plot3d.rendering.view | Provides interfaces, abstract classes and concrete classes to perform rendering of 3d objects into a canvas. |
org.jzy3d.plot3d.text | Provides utilities for rendering texts into a 3 dimensional scene. |
Uses of BoundingBox3d in org.jzy3d.maths |
---|
Methods in org.jzy3d.maths that return BoundingBox3d | |
---|---|
BoundingBox3d |
GridLoader.getBoundingBox()
Deprecated. Return a BoundingBox indicating the bounds of the loaded data. |
BoundingBox3d |
Grid.getBounds()
|
BoundingBox3d |
BoundingBox3d.margin(float margin)
|
static BoundingBox3d |
BoundingBox3d.newBoundsAtOrigin()
|
BoundingBox3d |
BoundingBox3d.scale(Coord3d scale)
Return a copy of the current bounding box after scaling. |
BoundingBox3d |
BoundingBox3d.selfMargin(float margin)
|
BoundingBox3d |
BoundingBox3d.shift(Coord3d offset)
|
Methods in org.jzy3d.maths with parameters of type BoundingBox3d | |
---|---|
void |
BoundingBox3d.add(BoundingBox3d b)
Add a BoundingBox3d volume to the current one. |
boolean |
BoundingBox3d.contains(BoundingBox3d b2)
Return true if b2 is contained by this. |
boolean |
BoundingBox3d.intersect(BoundingBox3d b2)
Return true if intersect b2. |
Constructors in org.jzy3d.maths with parameters of type BoundingBox3d | |
---|---|
BoundingBox3d(BoundingBox3d box)
|
Uses of BoundingBox3d in org.jzy3d.plot3d.primitives |
---|
Methods in org.jzy3d.plot3d.primitives that return BoundingBox3d | |
---|---|
BoundingBox3d |
CompileableComposite.getBounds()
Creates and return a BoundingBox3d that embed all available Drawable bounds. |
BoundingBox3d |
AbstractDrawable.getBounds()
Return the BoundingBox of this object. |
BoundingBox3d |
AbstractComposite.getBounds()
Creates and return a BoundingBox3d that embed all available Drawable bounds. |
Methods in org.jzy3d.plot3d.primitives with parameters of type BoundingBox3d | |
---|---|
void |
Parallelepiped.setData(BoundingBox3d box)
Set the parallelepiped data. |
Constructors in org.jzy3d.plot3d.primitives with parameters of type BoundingBox3d | |
---|---|
Parallelepiped(BoundingBox3d b)
Initialize a parallelepiped. |
Uses of BoundingBox3d in org.jzy3d.plot3d.primitives.axes |
---|
Methods in org.jzy3d.plot3d.primitives.axes that return BoundingBox3d | |
---|---|
BoundingBox3d |
IAxe.getBoxBounds()
|
BoundingBox3d |
AxeBox.getBoxBounds()
|
BoundingBox3d |
AxeBase.getBoxBounds()
|
BoundingBox3d |
AxeBox.getWholeBounds()
Return the boundingBox of this axis, including the volume occupied by the texts. |
Methods in org.jzy3d.plot3d.primitives.axes with parameters of type BoundingBox3d | |
---|---|
void |
AxeFactory.forInput(BoundingBox3d box)
|
void |
IAxe.setAxe(BoundingBox3d box)
|
void |
AxeBox.setAxe(BoundingBox3d bbox)
|
void |
AxeBase.setAxe(BoundingBox3d box)
|
Constructors in org.jzy3d.plot3d.primitives.axes with parameters of type BoundingBox3d | |
---|---|
AxeBase(BoundingBox3d box)
Create a simple axe centered on (box.xmin, box.ymin, box.zmin) |
|
AxeBox(BoundingBox3d bbox)
|
|
AxeBox(BoundingBox3d bbox,
IAxeLayout layout)
|
|
ContourAxeBox(BoundingBox3d bbox)
|
|
ContourAxeBox(BoundingBox3d bbox,
IAxeLayout layout)
|
|
FeedbackBufferAxeBox(BoundingBox3d bbox)
|
|
FeedbackBufferAxeBox(BoundingBox3d bbox,
IAxeLayout layout)
|
Uses of BoundingBox3d in org.jzy3d.plot3d.primitives.textured |
---|
Methods in org.jzy3d.plot3d.primitives.textured that return BoundingBox3d | |
---|---|
BoundingBox3d |
TexturedCylinder.getBounds()
|
BoundingBox3d |
TexturedCube.getBounds()
|
BoundingBox3d |
DrawableTexture.getBounds()
|
Uses of BoundingBox3d in org.jzy3d.plot3d.rendering.scene |
---|
Methods in org.jzy3d.plot3d.rendering.scene that return BoundingBox3d | |
---|---|
BoundingBox3d |
Graph.getBounds()
Creates and return a BoundingBox3d that embed all Drawable bounds, among those that have a defined bounding box. |
Uses of BoundingBox3d in org.jzy3d.plot3d.rendering.view |
---|
Methods in org.jzy3d.plot3d.rendering.view that return BoundingBox3d | |
---|---|
BoundingBox3d |
View.getBounds()
Get the AxeBox 's BoundingBox3d |
Methods in org.jzy3d.plot3d.rendering.view with parameters of type BoundingBox3d | |
---|---|
void |
View.lookToBox(BoundingBox3d box)
Set the surrounding AxeBox dimensions and the Camera target, and the colorbar range. |
void |
View.setBoundManual(BoundingBox3d bounds)
Set a manual bounding box and switch the bounding mode to manual. |
Uses of BoundingBox3d in org.jzy3d.plot3d.text |
---|
Methods in org.jzy3d.plot3d.text that return BoundingBox3d | |
---|---|
BoundingBox3d |
TextBitmap.drawText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
java.lang.String s,
Coord3d position,
Halign halign,
Valign valign,
Color color)
|
BoundingBox3d |
TextBillboard.drawText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
java.lang.String s,
Coord3d position,
Halign halign,
Valign valign,
Color color)
Draw a string at the specified position and compute the 3d volume occupied by the string according to the current Camera configuration. |
BoundingBox3d |
TextBitmap.drawText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
java.lang.String s,
Coord3d position,
Halign halign,
Valign valign,
Color color,
Coord2d screenOffset)
|
BoundingBox3d |
TextBitmap.drawText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
java.lang.String s,
Coord3d position,
Halign halign,
Valign valign,
Color color,
Coord2d screenOffset,
Coord3d sceneOffset)
Draw a string at the specified position and compute the 3d volume occupied by the string according to the current Camera configuration. |
BoundingBox3d |
TextBitmap.drawText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
java.lang.String s,
Coord3d position,
Halign halign,
Valign valign,
Color color,
Coord3d sceneOffset)
|
BoundingBox3d |
TextBitmapDrawable.getBounds()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |