A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

B

b - Variable in class org.jzy3d.colors.Color
 
b - Variable in class org.jzy3d.maths.Pair
b in the pair (a, b)
b0 - Variable in class org.jzy3d.maths.algorithms.interpolation.bernstein.BernsteinPolynomial
 
b1 - Variable in class org.jzy3d.maths.algorithms.interpolation.bernstein.BernsteinPolynomial
 
b2 - Variable in class org.jzy3d.maths.algorithms.interpolation.bernstein.BernsteinPolynomial
 
b3 - Variable in class org.jzy3d.maths.algorithms.interpolation.bernstein.BernsteinPolynomial
 
background - Variable in class org.jzy3d.plot3d.rendering.legends.colorbars.ColorbarLegend
 
backgroundColor - Variable in class org.jzy3d.plot2d.primitive.ColorbarImageGenerator
 
barycentre - Variable in class org.jzy3d.maths.PolygonArray
 
BarycentreOrderingStrategy - Class in org.jzy3d.plot3d.rendering.ordering
The BarycentreOrderingStrategy compare two AbstractDrawables by computing their respective distances to the Camera, which must be referenced prior to any comparison.
BarycentreOrderingStrategy() - Constructor for class org.jzy3d.plot3d.rendering.ordering.BarycentreOrderingStrategy
 
bbox - Variable in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
bbox - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBase
 
before(GL2) - Method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
BEHINDB - Static variable in class org.jzy3d.plot3d.builder.delaunay.jdt.Point_dt
������a---------b���+���
bernstein - Variable in class org.jzy3d.maths.algorithms.interpolation.bernstein.Spline3D
 
BernsteinInterpolator - Class in org.jzy3d.maths.algorithms.interpolation.bernstein
 
BernsteinInterpolator() - Constructor for class org.jzy3d.maths.algorithms.interpolation.bernstein.BernsteinInterpolator
 
BernsteinPolynomial - Class in org.jzy3d.maths.algorithms.interpolation.bernstein
Helper class for the spline3d classes in this package.
BernsteinPolynomial(int) - Constructor for class org.jzy3d.maths.algorithms.interpolation.bernstein.BernsteinPolynomial
 
bgColor - Variable in class org.jzy3d.plot3d.rendering.view.View
 
bgImg - Variable in class org.jzy3d.plot3d.rendering.view.View
 
bgMask - Variable in class org.jzy3d.plot3d.primitives.textured.MaskPair
 
bgOverlay - Variable in class org.jzy3d.plot3d.rendering.view.View
 
bgViewport - Variable in class org.jzy3d.plot3d.rendering.view.View
 
bi - Variable in class org.jzy3d.maths.algorithms.interpolation.bernstein.Spline3D
 
BLACK - Static variable in class org.jzy3d.colors.Color
Black color.
blanks(int) - Static method in class org.jzy3d.maths.Utils
 
BLUE - Static variable in class org.jzy3d.colors.Color
Blue color.
borderColor - Variable in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
BoundingBox - Class in org.jzy3d.plot3d.builder.delaunay.jdt
Created by IntelliJ IDEA.
BoundingBox() - Constructor for class org.jzy3d.plot3d.builder.delaunay.jdt.BoundingBox
Creates an empty bounding box
BoundingBox(BoundingBox) - Constructor for class org.jzy3d.plot3d.builder.delaunay.jdt.BoundingBox
Copy constructor
BoundingBox(double, double, double, double) - Constructor for class org.jzy3d.plot3d.builder.delaunay.jdt.BoundingBox
Creates a bounding box given the extent
BoundingBox(Point_dt, Point_dt) - Constructor for class org.jzy3d.plot3d.builder.delaunay.jdt.BoundingBox
Create a bounding box between lowerLeft and upperRight
BoundingBox2d - Class in org.jzy3d.maths
A BoundingBox2d stores a couple of maximal and minimal limit on each dimension (x, y).
BoundingBox2d() - Constructor for class org.jzy3d.maths.BoundingBox2d
Initialize a BoundingBox by calling its reset method.
BoundingBox2d(List<Coord2d>) - Constructor for class org.jzy3d.maths.BoundingBox2d
 
BoundingBox2d(float, float, float, float) - Constructor for class org.jzy3d.maths.BoundingBox2d
Initialize a BoundingBox with raw values.
BoundingBox3d - Class in org.jzy3d.maths
A BoundingBox3d stores a couple of maximal and minimal limit on each dimension (x, y, and z).
BoundingBox3d() - Constructor for class org.jzy3d.maths.BoundingBox3d
Initialize a BoundingBox by calling its reset method, leaving the box in an inconsitent state, with minimums = Float.MAX_VALUE and maximums = -Float.MAX_VALUE.
BoundingBox3d(List<Coord3d>) - Constructor for class org.jzy3d.maths.BoundingBox3d
 
BoundingBox3d(Polygon) - Constructor for class org.jzy3d.maths.BoundingBox3d
 
BoundingBox3d(Coord3d, float) - Constructor for class org.jzy3d.maths.BoundingBox3d
 
BoundingBox3d(BoundingBox3d) - Constructor for class org.jzy3d.maths.BoundingBox3d
 
BoundingBox3d(float, float, float, float, float, float) - Constructor for class org.jzy3d.maths.BoundingBox3d
Initialize a BoundingBox with raw values.
boundmode - Variable in class org.jzy3d.plot3d.rendering.view.View
 
bounds - Variable in class org.jzy3d.maths.Grid
 
boxBounds - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
brushSize - Variable in class org.jzy3d.picking.PickingSupport
 
BufferedImageMapper - Class in org.jzy3d.plot3d.builder.concrete
Mapper which reads height information from the grayscale values of a BufferedImage, normalized to range [0..1].
BufferedImageMapper(BufferedImage) - Constructor for class org.jzy3d.plot3d.builder.concrete.BufferedImageMapper
 
BufferedImageTexture - Class in org.jzy3d.plot3d.rendering.textures
 
BufferedImageTexture(BufferedImage) - Constructor for class org.jzy3d.plot3d.rendering.textures.BufferedImageTexture
 
bufferSize - Variable in class org.jzy3d.picking.PickingSupport
 
build(Chart, AbstractMouseSelector) - Method in class org.jzy3d.chart.controllers.mouse.DualModeMouseSelector
 
build(List<Coord3d>) - Method in class org.jzy3d.plot3d.builder.concrete.OldRingTesselator
Deprecated.  
build(float[], float[], float[]) - Method in class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
 
build(float[], float[], float[]) - Method in class org.jzy3d.plot3d.builder.concrete.RingExtrapolator
 
build(float[], float[], float[]) - Method in class org.jzy3d.plot3d.builder.concrete.RingTessellator
 
build(List<Coord3d>) - Method in class org.jzy3d.plot3d.builder.delaunay.DelaunayTessellator
 
build(float[], float[], float[]) - Method in class org.jzy3d.plot3d.builder.delaunay.DelaunayTessellator
 
build(List<Coord3d>) - Method in class org.jzy3d.plot3d.builder.Tessellator
 
build(float[], float[], float[]) - Method in class org.jzy3d.plot3d.builder.Tessellator
 
build2d(List<Coord3d>) - Static method in class org.jzy3d.maths.ConvexHull
 
build2d(PolygonArray) - Static method in class org.jzy3d.maths.ConvexHull
 
buildAnchors() - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableSphere
 
buildAnchors(Coord3d, float) - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableSphere
 
buildComposite(Shape) - Static method in class org.jzy3d.plot3d.builder.Builder
 
buildDelaunay(List<Coord3d>) - Static method in class org.jzy3d.plot3d.builder.Builder
 
buildDrawable() - Method in class org.jzy3d.plot3d.builder.delaunay.DelaunayTriangulationManager
 
Builder - Class in org.jzy3d.plot3d.builder
 
Builder() - Constructor for class org.jzy3d.plot3d.builder.Builder
 
buildImage(int, int, double[][], IContourColoringPolicy) - Method in class org.jzy3d.contour.MapperContourPictureGenerator
 
buildMessageRenderer() - Method in class org.jzy3d.chart.controllers.mouse.DualModeMouseSelector
 
buildOrthonormal(OrthonormalGrid, Mapper) - Static method in class org.jzy3d.plot3d.builder.Builder
 
buildOrthonormalBig(OrthonormalGrid, Mapper) - Static method in class org.jzy3d.plot3d.builder.Builder
 
buildRing(OrthonormalGrid, Mapper, float, float) - Static method in class org.jzy3d.plot3d.builder.Builder
 
buildRing(OrthonormalGrid, Mapper, float, float, ColorMapper, Color) - Static method in class org.jzy3d.plot3d.builder.Builder
 
buildToggleKeyListener(Chart) - Method in class org.jzy3d.chart.controllers.mouse.DualModeMouseSelector
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _