Uses of Class
org.jzy3d.plot3d.primitives.Polygon
-
Packages that use Polygon Package Description org.jzy3d.chart.factories org.jzy3d.maths Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.org.jzy3d.plot3d.builder org.jzy3d.plot3d.builder.concrete org.jzy3d.plot3d.builder.delaunay org.jzy3d.plot3d.primitives org.jzy3d.plot3d.primitives.interactive.tools org.jzy3d.plot3d.primitives.pickable org.jzy3d.plot3d.primitives.textured org.jzy3d.plot3d.primitives.vbo.drawable org.jzy3d.plot3d.primitives.vbo.drawable.loaders org.jzy3d.plot3d.rendering.scene org.jzy3d.svm.demos -
-
Uses of Polygon in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return Polygon Modifier and Type Method Description Polygon
IDrawableFactoryDesign. newPolygon()
-
Uses of Polygon in org.jzy3d.maths
Methods in org.jzy3d.maths that return types with arguments of type Polygon Modifier and Type Method Description List<Polygon>
GridLoader. getExtrapolatedRingPolygons(float ringMax, IColorMap cmap, Color colorFactor)
Deprecated.List<Polygon>
GridLoader. getInterpolatedRingPolygons(float ringMin, float ringMax, IColorMap cmap, Color colorFactor)
Deprecated.Load data standing on an orthonormal grid.Vector<Polygon>
GridLoader. getSquarePolygons(IColorMap cmap, Color colorFactor)
Deprecated.Methods in org.jzy3d.maths with parameters of type Polygon Modifier and Type Method Description void
BoundingBox3d. add(Polygon p)
Add the points of a Polygon to the BoundingBox3d.Constructors in org.jzy3d.maths with parameters of type Polygon Constructor Description BoundingBox3d(Polygon polygon)
-
Uses of Polygon in org.jzy3d.plot3d.builder
Methods in org.jzy3d.plot3d.builder with parameters of type Polygon Modifier and Type Method Description void
Mapper. remapPolygon(Polygon p)
-
Uses of Polygon in org.jzy3d.plot3d.builder.concrete
Methods in org.jzy3d.plot3d.builder.concrete that return types with arguments of type Polygon Modifier and Type Method Description List<Polygon>
OldRingTesselator. getExtrapolatedRingPolygons(float ringMax, ColorMapper cmap, Color colorFactor)
Deprecated.List<Polygon>
OldRingTesselator. getInterpolatedRingPolygons(float ringMin, float ringMax, ColorMapper cmap, Color colorFactor)
Deprecated.Load data standing on an orthonormal grid. -
Uses of Polygon in org.jzy3d.plot3d.builder.delaunay
Methods in org.jzy3d.plot3d.builder.delaunay that return Polygon Modifier and Type Method Description static Polygon
JDTConverter. toJzyPolygon(Triangle triangle)
Methods in org.jzy3d.plot3d.builder.delaunay that return types with arguments of type Polygon Modifier and Type Method Description protected List<Polygon>
DelaunayTessellator. computePolygons(List<Coord3d> coordinates)
-
Uses of Polygon in org.jzy3d.plot3d.primitives
Subclasses of Polygon in org.jzy3d.plot3d.primitives Modifier and Type Class Description class
ColoredWireframePolygon
class
Quad
class
SimplePolygon
ASimplePolygon
makes the simplest possible GL rendering with especially no: gl.glPolygonMode(GL2.GL_FRONT_AND_BACK, GL2.GL_FILL); gl.glEnable(GL2.GL_POLYGON_OFFSET_FILL);Fields in org.jzy3d.plot3d.primitives declared as Polygon Modifier and Type Field Description protected Polygon
CubeComposite. east
protected Polygon
CubeComposite. far
protected Polygon
Cylinder. low
protected Polygon
CubeComposite. near
protected Polygon
CubeComposite. north
protected Polygon[]
ParallelepipedComposite. quads
protected Polygon
CubeComposite. south
protected Polygon
Cylinder. top
protected Polygon
CubeComposite. west
Methods in org.jzy3d.plot3d.primitives that return Polygon Modifier and Type Method Description protected Polygon
ParallelepipedComposite. createPolygon()
Polygon
CubeComposite. getEast()
Polygon
CubeComposite. getFar()
Polygon
CubeComposite. getNear()
Polygon
CubeComposite. getNorth()
Polygon
CubeComposite. getSouth()
Polygon
CubeComposite. getWest()
protected Polygon
TesselatedPolygon. newTriangle()
Polygon
RandomGeom. poly(int x, int y, int z)
Polygon
RandomGeom. poly(int x, int y, int z, boolean leftRightOrNearFar, Color color)
Polygon
RandomGeom. poly(int x, int y, int z, int w, int h)
Polygon
RandomGeom. poly(int x, int y, int z, int w, int h, boolean leftRightOrNearFar, Color color)
Return a polygon at specified position, width and height. -
Uses of Polygon in org.jzy3d.plot3d.primitives.interactive.tools
Methods in org.jzy3d.plot3d.primitives.interactive.tools with parameters of type Polygon Modifier and Type Method Description static List<Color>
ProjectionUtils. getColors(Polygon p)
static ArrayList<Color>
ProjectionUtils. getColorsAsArrayList(Polygon p)
static List<Coord3d>
ProjectionUtils. getCoordinates(Polygon p)
static ArrayList<Coord3d>
ProjectionUtils. getCoordinatesAsArrayList(Polygon p)
-
Uses of Polygon in org.jzy3d.plot3d.primitives.pickable
Subclasses of Polygon in org.jzy3d.plot3d.primitives.pickable Modifier and Type Class Description class
PickablePolygon
-
Uses of Polygon in org.jzy3d.plot3d.primitives.textured
Subclasses of Polygon in org.jzy3d.plot3d.primitives.textured Modifier and Type Class Description class
TranslucentQuad
-
Uses of Polygon in org.jzy3d.plot3d.primitives.vbo.drawable
Method parameters in org.jzy3d.plot3d.primitives.vbo.drawable with type arguments of type Polygon Modifier and Type Method Description static VBOBufferLoaderForPolygons
DrawableVBO2. makeLoader(List<Polygon> polygons, int verticesPerGeometry)
Constructor parameters in org.jzy3d.plot3d.primitives.vbo.drawable with type arguments of type Polygon Constructor Description DrawableVBO2(List<Polygon> polygons)
Build a VBO out of simple polygons. -
Uses of Polygon in org.jzy3d.plot3d.primitives.vbo.drawable.loaders
Fields in org.jzy3d.plot3d.primitives.vbo.drawable.loaders with type parameters of type Polygon Modifier and Type Field Description protected List<Polygon>
VBOBufferLoaderForPolygons. polygons
protected List<Polygon>
VBOBufferLoaderForPolygonsPrimitiveRestart. polygons
Constructor parameters in org.jzy3d.plot3d.primitives.vbo.drawable.loaders with type arguments of type Polygon Constructor Description VBOBufferLoaderForPolygons(List<Polygon> polygons, int pointsPerPolygon)
VBOBufferLoaderForPolygonsPrimitiveRestart(List<Polygon> polygons, int pointsPerPolygon)
-
Uses of Polygon in org.jzy3d.plot3d.rendering.scene
Methods in org.jzy3d.plot3d.rendering.scene that return types with arguments of type Polygon Modifier and Type Method Description static List<Polygon>
Decomposition. getPolygonDecomposition(List<? extends Drawable> drawables)
static List<Polygon>
Decomposition. getPolygonDecomposition(Composite input)
-
Uses of Polygon in org.jzy3d.svm.demos
Methods in org.jzy3d.svm.demos that return types with arguments of type Polygon Modifier and Type Method Description List<Polygon>
RingInterpolator. getInterpolatedRingPolygons()
Load data standing on an orthonormal grid.
-