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 _

P

p1() - Method in class org.jzy3d.plot3d.builder.delaunay.jdt.Triangle_dt
returns the first vertex of this triangle.
p2() - Method in class org.jzy3d.plot3d.builder.delaunay.jdt.Triangle_dt
returns the second vertex of this triangle.
p3() - Method in class org.jzy3d.plot3d.builder.delaunay.jdt.Triangle_dt
returns the 3th vertex of this triangle.
paint(Graphics) - Method in class org.jzy3d.bridge.awt.DoubleBufferedPanelAWT
 
paint(Graphics) - Method in class org.jzy3d.bridge.awt.SimpleBufferedPanelAWT
 
paint(Graphics) - Method in interface org.jzy3d.plot3d.rendering.view.Renderer2d
 
paint(Graphics) - Method in class org.jzy3d.plot3d.text.TextRenderer
 
paintComponent(Graphics) - Method in class org.jzy3d.bridge.swing.DoubleBufferedPanelSwing
 
paintComponent(Graphics) - Method in class org.jzy3d.bridge.swing.SimpleBufferedPanelSwing
 
paintComponent(Graphics) - Method in class org.jzy3d.ui.views.ImagePanel
 
Pair<X,Y> - Class in org.jzy3d.maths
Class Pair.
Pair(X, Y) - Constructor for class org.jzy3d.maths.Pair
Construct a Pair(a, b)
Parallelepiped - Class in org.jzy3d.plot3d.primitives
A Parallelepiped is a parallelepiped rectangle that is Drawable and Wireframeable.
Parallelepiped() - Constructor for class org.jzy3d.plot3d.primitives.Parallelepiped
Initialize a parallelepiped.
Parallelepiped(BoundingBox3d) - Constructor for class org.jzy3d.plot3d.primitives.Parallelepiped
Initialize a parallelepiped.
PATCH - Static variable in class org.jzy3d.utils.Version
 
pause() - Method in class net.letskit.redbook.glskeleton
 
perform() - Method in interface org.jzy3d.plot3d.rendering.tooltips.IAction
 
PickablePoint - Class in org.jzy3d.plot3d.primitives.graphs.nodes
 
PickablePoint() - Constructor for class org.jzy3d.plot3d.primitives.graphs.nodes.PickablePoint
 
PickablePoint(Coord3d, Color, float) - Constructor for class org.jzy3d.plot3d.primitives.graphs.nodes.PickablePoint
 
PickablePoint(Coord3d, Color) - Constructor for class org.jzy3d.plot3d.primitives.graphs.nodes.PickablePoint
 
PickablePoint(Coord3d) - Constructor for class org.jzy3d.plot3d.primitives.graphs.nodes.PickablePoint
 
PickableTexture - Class in org.jzy3d.plot3d.primitives.graphs.nodes
 
PickableTexture(SharedTexture, PlaneAxis, float, List<Coord2d>, Color) - Constructor for class org.jzy3d.plot3d.primitives.graphs.nodes.PickableTexture
 
PickableTexture(SharedTexture, PlaneAxis, float, List<Coord2d>) - Constructor for class org.jzy3d.plot3d.primitives.graphs.nodes.PickableTexture
 
PickableTexture(SharedTexture, PlaneAxis, float) - Constructor for class org.jzy3d.plot3d.primitives.graphs.nodes.PickableTexture
 
PickableTexture(SharedTexture, PlaneAxis, float, Color) - Constructor for class org.jzy3d.plot3d.primitives.graphs.nodes.PickableTexture
 
PickableTexture(SharedTexture, PlaneAxis) - Constructor for class org.jzy3d.plot3d.primitives.graphs.nodes.PickableTexture
 
PickableTexture(SharedTexture) - Constructor for class org.jzy3d.plot3d.primitives.graphs.nodes.PickableTexture
 
pickdepth - Class in net.letskit.redbook.first
Picking is demonstrated in this program.
pickdepth() - Constructor for class net.letskit.redbook.first.pickdepth
 
PickingSupport - Class in org.jzy3d.picking
 
PickingSupport() - Constructor for class org.jzy3d.picking.PickingSupport
 
PickingSupport(int) - Constructor for class org.jzy3d.picking.PickingSupport
 
PickingSupport(int, int) - Constructor for class org.jzy3d.picking.PickingSupport
 
pickline - Class in net.letskit.redbook.first
Picking is demonstrated in this program.
pickline() - Constructor for class net.letskit.redbook.first.pickline
 
pickObjects(GL, GLU, View, Graph, IntegerCoord2d) - Method in class org.jzy3d.picking.PickingSupport
 
picksquare - Class in net.letskit.redbook.first
Use of multiple names and picking are demonstrated.
picksquare() - Constructor for class net.letskit.redbook.first.picksquare
 
PIXEL_NEIGHBOUR_THRESHOLD - Static variable in class org.jzy3d.contour.MapperContourMeshGenerator
 
PIXEL_NEIGHBOUR_THRESHOLD - Static variable in class org.jzy3d.contour.MapperContourPictureGenerator
 
plane - Class in net.letskit.redbook.first
This program demonstrates the use of local versus infinite lighting on a flat plane.
plane() - Constructor for class net.letskit.redbook.first.plane
 
PlaneAxis - Enum in org.jzy3d.maths
 
planet - Class in net.letskit.redbook.first
This program shows how to composite modeling transformations to draw translated and rotated models.
planet() - Constructor for class net.letskit.redbook.first.planet
 
planetup - Class in net.letskit.redbook.first
The planets (from planet.c) have been rotated so their polar regions are north/south.
planetup() - Constructor for class net.letskit.redbook.first.planetup
 
Plugs - Class in org.jzy3d.ui
 
Plugs() - Constructor for class org.jzy3d.ui.Plugs
 
Point - Class in org.jzy3d.plot3d.primitives
A Point3d is a storage for a Coord3d and a Color that represents a drawable 3d point.
Point() - Constructor for class org.jzy3d.plot3d.primitives.Point
Intialize a point at the origin, with a white color and a width of 1.
Point(Coord3d) - Constructor for class org.jzy3d.plot3d.primitives.Point
Intialize a point with a white color and a width of 1.
Point(Coord3d, Color) - Constructor for class org.jzy3d.plot3d.primitives.Point
Intialize a point with a width of 1.
Point(Coord3d, Color, float) - Constructor for class org.jzy3d.plot3d.primitives.Point
 
Point_dt - Class in org.jzy3d.plot3d.builder.delaunay.jdt
This class represents a 3D point, with some simple geometric methods (pointLineTest).
Point_dt() - Constructor for class org.jzy3d.plot3d.builder.delaunay.jdt.Point_dt
Default Constructor.
Point_dt(double, double, double) - Constructor for class org.jzy3d.plot3d.builder.delaunay.jdt.Point_dt
constructs a 3D point
Point_dt(double, double) - Constructor for class org.jzy3d.plot3d.builder.delaunay.jdt.Point_dt
constructs a 3D point with a z value of 0.
Point_dt(Point_dt) - Constructor for class org.jzy3d.plot3d.builder.delaunay.jdt.Point_dt
simple copy constructor
PointGraph2d<V,E> - Class in org.jzy3d.plot3d.primitives.graphs.impl
 
PointGraph2d() - Constructor for class org.jzy3d.plot3d.primitives.graphs.impl.PointGraph2d
 
pointLineTest(Point_dt, Point_dt) - Method in class org.jzy3d.plot3d.builder.delaunay.jdt.Point_dt
tests the relation between this point (as a 2D [x,y] point) and a 2D segment a,b (the Z values are ignored), returns one of the following: LEFT, RIGHT, INFRONTOFA, BEHINDB, ONSEGMENT
PointOrderingStrategy - Class in org.jzy3d.plot3d.rendering.ordering
 
PointOrderingStrategy() - Constructor for class org.jzy3d.plot3d.rendering.ordering.PointOrderingStrategy
 
pointp - Class in net.letskit.redbook.fourth
This program demonstrates point parameters and their effect on point primitives. 250 points are randomly generated within a 10 by 10 by 40 region, centered at the origin.
polar() - Method in class org.jzy3d.maths.Coord2d
Converts the current Coord2d into polar coordinates and return the result in a new Coord2d where X indicates angle, and Y indicates radius.
polar() - Method in class org.jzy3d.maths.Coord3d
Converts the current Coord3d into polar coordinates and return the result in a new Coord3d.
Polygon - Class in org.jzy3d.plot3d.primitives
A Polygon holds a List of Points that store a coordinate and a color.
Polygon() - Constructor for class org.jzy3d.plot3d.primitives.Polygon
Initializes an empty Polygon with face status defaulting to true, and wireframe status defaulting to false.
PolygonArray - Class in org.jzy3d.maths
 
PolygonArray(float[], float[], float[]) - Constructor for class org.jzy3d.maths.PolygonArray
 
PolygonProjection - Class in org.jzy3d.plot3d.primitives.interactive.tools
 
PolygonProjection(List<Coord3d>, List<Color>) - Constructor for class org.jzy3d.plot3d.primitives.interactive.tools.PolygonProjection
 
polyoff - Class in net.letskit.redbook.second
This program demonstrates polygon offset to draw a shaded polygon and its wireframe counterpart without ugly visual artifacts ("stitching").
polyoff() - Constructor for class net.letskit.redbook.second.polyoff
 
polys - Class in net.letskit.redbook.first
This program demonstrates polygon stippling.
polys() - Constructor for class net.letskit.redbook.first.polys
 
preload(List<String>) - Static method in class org.jzy3d.plot3d.rendering.textures.TextureFactory
 
preload(String) - Static method in class org.jzy3d.plot3d.rendering.textures.TextureFactory
 
print(Coord3d[]) - Static method in class org.jzy3d.maths.Array
 
print(double[]) - Static method in class org.jzy3d.maths.Array
 
print(float[]) - Static method in class org.jzy3d.maths.Array
 
print(int[]) - Static method in class org.jzy3d.maths.Array
 
print(char[]) - Static method in class org.jzy3d.maths.Array
 
print(double[][]) - Static method in class org.jzy3d.maths.Array
 
print(float[][]) - Static method in class org.jzy3d.maths.Array
 
print(int[][]) - Static method in class org.jzy3d.maths.Array
 
printGraphicParameters(Graphics2D) - Static method in class org.jzy3d.plot2d.rendering.JavaGraphics
 
project(GL, GLU, Camera) - Method in interface org.jzy3d.plot3d.primitives.interactive.IInteractive
 
project(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.interactive.InteractiveScatter
 
project(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.interactive.InteractiveSphere
 
project(Chart) - Static method in class org.jzy3d.plot3d.primitives.interactive.tools.ProjectionUtils
 
project(GL, GLU, Camera, Graph) - Static method in class org.jzy3d.plot3d.primitives.interactive.tools.ProjectionUtils
 
project(GL, GLU, Camera, List<AbstractDrawable>) - Static method in class org.jzy3d.plot3d.primitives.interactive.tools.ProjectionUtils
 
project(GL, GLU, Camera, AbstractComposite) - Static method in class org.jzy3d.plot3d.primitives.interactive.tools.ProjectionUtils
 
project(GL, GLU, Camera, ArrayList<AbstractDrawable>) - Static method in class org.jzy3d.plot3d.primitives.interactive.tools.ProjectionUtils
 
project(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.textured.TexturedCube
 
project(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.textured.TexturedCylinder
 
project(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.rendering.scene.Graph
Update all interactive AbstractDrawable projections
project() - Method in class org.jzy3d.plot3d.rendering.view.View
 
ProjectionComparator - Class in org.jzy3d.plot3d.primitives.interactive.tools
 
ProjectionComparator() - Constructor for class org.jzy3d.plot3d.primitives.interactive.tools.ProjectionComparator
 
ProjectionUtils - Class in org.jzy3d.plot3d.primitives.interactive.tools
 
ProjectionUtils() - Constructor for class org.jzy3d.plot3d.primitives.interactive.tools.ProjectionUtils
 
projectMouse(int, int) - Method in class org.jzy3d.chart.graphs.GraphView
 

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 _