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 _

F

f(double, double) - Method in class org.jzy3d.plot3d.builder.concrete.BufferedImageMapper
 
f(double, double) - Method in class org.jzy3d.plot3d.builder.Mapper
 
f(double[], double[]) - Method in class org.jzy3d.plot3d.builder.Mapper
Default implementation providing iterative call to Mapper.f(double x, double y).
f(double[][]) - Method in class org.jzy3d.plot3d.builder.Mapper
Default implementation providing iterative call to Mapper.f(double x, double y).
fallInsideCircumcircle(Point_dt[]) - Method in class org.jzy3d.plot3d.builder.delaunay.jdt.Triangle_dt
 
fAsFloat(double[], double[]) - Method in class org.jzy3d.plot3d.builder.Mapper
Default implementation providing iterative call to Mapper.f(double x, double y).
fAsFloat(float[], float[]) - Method in class org.jzy3d.plot3d.builder.Mapper
Default implementation providing iterative call to Mapper.f(double x, double y).
fAsFloat(double[][]) - Method in class org.jzy3d.plot3d.builder.Mapper
Default implementation providing iterative call to Mapper.f(double x, double y).
fAsFloat(float[][]) - Method in class org.jzy3d.plot3d.builder.Mapper
Default implementation providing iterative call to Mapper.f(double x, double y).
Fastest - Static variable in class org.jzy3d.plot3d.rendering.canvas.Quality
 
feedback - Class in net.letskit.redbook.first
This program demonstrates use of OpenGL feedback.
feedback() - Constructor for class net.letskit.redbook.first.feedback
 
FeedbackBufferAxeBox - Class in org.jzy3d.plot3d.primitives.axes
This AxeBox implementation was the first to appear in Jzy3d.
FeedbackBufferAxeBox(BoundingBox3d) - Constructor for class org.jzy3d.plot3d.primitives.axes.FeedbackBufferAxeBox
 
FeedbackBufferAxeBox(BoundingBox3d, IAxeLayout) - Constructor for class org.jzy3d.plot3d.primitives.axes.FeedbackBufferAxeBox
 
FIELD_COLOR - Static variable in class org.jzy3d.events.DrawableChangedEvent
 
FIELD_DATA - Static variable in class org.jzy3d.events.DrawableChangedEvent
 
FIELD_DISPLAYED - Static variable in class org.jzy3d.events.DrawableChangedEvent
 
FIELD_METADATA - Static variable in class org.jzy3d.events.DrawableChangedEvent
 
FIELD_TRANSFORM - Static variable in class org.jzy3d.events.DrawableChangedEvent
 
FileDataset - Class in org.jzy3d.io
 
FileDataset() - Constructor for class org.jzy3d.io.FileDataset
 
FileImage - Class in org.jzy3d.io
 
FileImage() - Constructor for class org.jzy3d.io.FileImage
 
filterNaNs(double[]) - Static method in class org.jzy3d.maths.Array
 
find(double[], double) - Static method in class org.jzy3d.maths.Array
 
find(int[], int) - Static method in class org.jzy3d.maths.Array
 
find(Point_dt) - Method in class org.jzy3d.plot3d.builder.delaunay.jdt.Delaunay_Triangulation
finds the triangle the query point falls in, note if out-side of this triangulation a half plane triangle will be returned (see contains), the search has expected time of O(n^0.5), and it starts form a fixed triangle (this.startTriangle),
find(Point_dt, Triangle_dt) - Method in class org.jzy3d.plot3d.builder.delaunay.jdt.Delaunay_Triangulation
finds the triangle the query point falls in, note if out-side of this triangulation a half plane triangle will be returned (see contains). the search starts from the the start triangle
findCellTriangleOf(Point_dt) - Method in class org.jzy3d.plot3d.builder.delaunay.jdt.GridIndex
Finds a triangle near the given point
findClosePoint(Point_dt) - Method in class org.jzy3d.plot3d.builder.delaunay.jdt.Delaunay_Triangulation
return a point from the trangulation that is close to pointToDelete
findTriangleNeighborhood(Triangle_dt, Point_dt) - Method in class org.jzy3d.plot3d.builder.delaunay.jdt.Delaunay_Triangulation
 
FixedDecimalTickRenderer - Class in org.jzy3d.plot3d.primitives.axes.layout.renderers
Force number to be represented with a given number of decimals
FixedDecimalTickRenderer() - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.renderers.FixedDecimalTickRenderer
 
FixedDecimalTickRenderer(int) - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.renderers.FixedDecimalTickRenderer
 
fixZ(float) - Method in class org.jzy3d.plot3d.primitives.contour.ContourLevel
 
FlatLine2d - Class in org.jzy3d.plot3d.primitives
 
FlatLine2d() - Constructor for class org.jzy3d.plot3d.primitives.FlatLine2d
 
FlatLine2d(float[], float[], float) - Constructor for class org.jzy3d.plot3d.primitives.FlatLine2d
 
FlatLine2d(float[], float[], float, float) - Constructor for class org.jzy3d.plot3d.primitives.FlatLine2d
 
flatten(double[][]) - Static method in class org.jzy3d.maths.Array
 
flatten(double[][], boolean) - Static method in class org.jzy3d.maths.Array
 
flatten(float[][]) - Static method in class org.jzy3d.maths.Array
 
flatten(float[][], boolean) - Static method in class org.jzy3d.maths.Array
 
flip(float) - Method in class org.jzy3d.chart.Chart
 
flipPixels(int[], int, int) - Static method in class org.jzy3d.io.GLImage
Flip an array of pixels vertically
fog - Class in net.letskit.redbook.first
This program draws 5 red teapots, each at a different z distance from the eye, in different types of fog.
fog() - Constructor for class net.letskit.redbook.first.fog
 
fogcoord - Class in net.letskit.redbook.fourth
This program demonstrates the use of explicit fog coordinates.
font - Class in net.letskit.redbook.first
Draws some text in a bitmapped font.
font() - Constructor for class net.letskit.redbook.first.font
 
forceRepaint() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
 
forceRepaint() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasSwing
Force repaint and ensure that GL rendering will occur in the GUI thread, wherever the caller stands.
forceRepaint() - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
Invoked when a user requires the Canvas to be repainted (e.g. a non 3d layer has changed).
forceRepaint() - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
forInput(BoundingBox3d) - Method in class org.jzy3d.plot3d.primitives.axes.AxeFactory
 
format(float) - Method in class org.jzy3d.plot3d.primitives.axes.layout.renderers.DateTickRenderer
 
format(float) - Method in class org.jzy3d.plot3d.primitives.axes.layout.renderers.DefaultDecimalTickRenderer
 
format(float) - Method in class org.jzy3d.plot3d.primitives.axes.layout.renderers.FixedDecimalTickRenderer
 
format(float) - Method in class org.jzy3d.plot3d.primitives.axes.layout.renderers.IntegerTickRenderer
 
format(float) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.renderers.ITickRenderer
 
format(float) - Method in class org.jzy3d.plot3d.primitives.axes.layout.renderers.ScientificNotationTickRenderer
 
format(float) - Method in class org.jzy3d.plot3d.primitives.axes.layout.renderers.TickLabelMap
 
format(Coord3d) - Method in class org.jzy3d.plot3d.rendering.tooltips.CoordinateTooltipRenderer
 
format(Coord3d) - Method in class org.jzy3d.plot3d.rendering.tooltips.TooltipRenderer
 
frame(Chart) - Static method in class org.jzy3d.ui.Plugs
 
frame(Chart, Rectangle, String) - Static method in class org.jzy3d.ui.Plugs
 
FrameAWT - Class in org.jzy3d.bridge.awt
 
FrameAWT(Chart, Rectangle, String) - Constructor for class org.jzy3d.bridge.awt.FrameAWT
 
FrameSwing - Class in org.jzy3d.bridge.swing
 
FrameSwing(Chart, Rectangle, String) - Constructor for class org.jzy3d.bridge.swing.FrameSwing
 
FrameSWT - Class in org.jzy3d.bridge.swt
 
FrameSWT(Chart, Rectangle, String) - Constructor for class org.jzy3d.bridge.swt.FrameSWT
 
fullPolar() - Method in class org.jzy3d.maths.Coord2d
Return a real polar value, with an angle in the range [0;2*PI] http://fr.wikipedia.org/wiki/Coordonn%C3%A9es_polaires

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 _