JavaView® v2.12
A B C D E F G H I J K L M N O P Q R S T U V W Y Z

B

BACK_FORTH - Static variable in class jv.anim.PsAnimation
Change direction, repeat mode when either end of animation is reached.
BARYEPS - Static variable in class jvx.geom.PgPolygonOnElementSet
Accuracy used at checks for zero in barycentric coordinates as default (used e.g. in exp(...)).
base - Variable in class jvx.geom.PgFrame
Base point.
BASE_SURFACE_NAME - Static variable in class vgp.curve.common.PjCurve
 
BASE_SURFACE_NAME - Static variable in class vgp.minimal.weier.PjWeierstrass
 
BASE_SURFACE_NAME - Static variable in class vgp.surface.common.PjSurface
 
beep(String) - Static method in class jv.object.PsDebug
Issue a beep and print message to System.out.
binom(int, int) - Static method in class jv.vecmath.PuMath
Return binomial coefficients n over k.
BINORMAL - Variable in class jv.geom.PgPolygon
 
BINORMAL - Variable in class jv.geom.PgPolygonSet
 
blend(double, Color, double, Color) - Static method in class jv.number.PdColor
Interpolate between two colors with given weights.
blend(double, PdColor, double, PdColor) - Method in class jv.number.PdColor
Interpolate between two colors with given weights.
blend(double, PdVector, double, PdVector) - Method in class jv.vecmath.PdVector
Interpolate between two vectors with given weights.
blend(double, PgBndPolygon, double, PgBndPolygon) - Method in class jv.geom.PgBndPolygon
Name: public boolean blend(double s, PgBndPolygon a, double t, PgBndPolygon b) Description: Blend between two PgBndPolygons, used in interpolation and computing the associate surfaces this = s*a + t*b Arguments: double s, t weights of vertices of each PgBndPolygon PgBndPolygon a, b two PgBndPolygons used for blending Author: Konrad Polthier History: created: 31.12.97 (kp) revised:
blend(double, PgFrame, double, PgFrame) - Method in class jvx.geom.PgFrame
 
blend(double, PgGeometry, double, PgGeometry) - Method in class jv.geom.PgPointSet
Blend between two pointSets, used in interpolation and computing the associate surfaces this = s*a + t*b.
blend(double, PgGeometry, double, PgGeometry) - Method in class jv.geom.PgElementSet
Blend between two elementSets, used in interpolation and computing the associate surfaces this = s*a + t*b.
blend(double, PgGeometry, double, PgGeometry) - Method in class jv.geom.PgPolygonSet
Blend between two polygonSets, used in interpolation and computing the associate surfaces this = s*a + t*b.
blend(double, PgGeometry, double, PgGeometry) - Method in class jv.project.PgGeometry
Blend between two geometries, used in interpolation and computing the associate surfaces this = s*a + t*b.
blend(double, PgGeometry, double, PgGeometry) - Method in interface jv.project.PgGeometryIf
Interpolate between two geometries, for example, in a smooth animation.
blend(double, PgPolygon, double, PgPolygon) - Method in class jv.geom.PgPolygon
Blend between two Polygons using this = s*a + t*b
blend(double, PgVectorField, double, PgVectorField) - Method in class jv.geom.PgVectorField
Blend between two vector fields this = s*a + t*b, e.g. used in interpolation.
blend(double, PuDouble, double, PuDouble) - Method in class jv.number.PuDouble
Blend with other doubles using this = a*v + b*w.
blend(int, PiVector, int, PiVector) - Method in class jv.vecmath.PiVector
Interpolate between two vectors with given weights.
blendBase(PdColor, double, PdColor) - Method in class jv.number.PdColor
Interpolate between two colors with given weights.
blendBase(PdVector, double, PdVector) - Method in class jv.vecmath.PdVector
Interpolate between two vectors with given weights.
blendBase(PiVector, int, PiVector) - Method in class jv.vecmath.PiVector
Interpolate between two vectors with given weights.
blendNew(double, PdVector, double, PdVector) - Static method in class jv.vecmath.PdVector
Create a new vector this = a*v + b*w.
blendNew(int, PiVector, int, PiVector) - Static method in class jv.vecmath.PiVector
Create a new vector this = a*v + b*w.
bnd_cmp_logic(PgBndPolygon, double) - Method in class jv.geom.PgBndPolygon
Parameters: PgBndPolygon a, pointer on structure of bnd_curve PgBndPolygon b, pointer on structure of bnd_curve Returnvalue: int 0: boundaries are not equal 1: bnd's are equal with m_vertexInd.m_data[0] = b.m_vertexInd.m_data[0] -1: bnd's are invers equal with m_vertexInd.m_data[0] = b.m_vertexInd.m_data[nop-1] Description: compare boundaries of one triang2d structure, they may have different number of vertices.
bnd_dist(PgBndPolygon) - Method in class jv.geom.PgBndPolygon
Parameters: PgBndPolygon a, pointer to structure of bnd_curve PgBndPolygon b, pointer to structure of bnd_curve return: double dist distance of two boundaries int *orient 1: bnd's have same direction, i.e. a.m_vertexInd.m_data[i] = b.m_vertexInd.m_data[i] -1:bnd's have different directions, i.e. a.m_vertexInd.m_data[i] = b.m_vertexInd.m_data[nop-1-i] Returnvalue: 0 failure, orient and dist will not be defined on return; 1 success; Description: compare boundaries of one triang2d structure and return their distance, i.e. the maximal value of the minimal distance of boundary points
bnd_id(PgBndPolygon, int) - Method in class jv.geom.PgBndPolygon
Parameters: PgBndPolygon a, pointer to structure of type bnd_curve PgBndPolygon b, pointer to structure of type bnd_curve int orient, orientation marker orient >=0 : bnd's are equal orient < 0 : bnd's are invers equal Returnvalue: --- Description: identify boundaries History: created: 29.12.97 Konrad Polthier
bnd_paste(PgBndPolygon, int) - Method in class jv.geom.PgBndPolygon
Parameters: PgBndPolygon a, pointer on structure of bnd_curve PgBndPolygon b, pointer on structure of bnd_curve Returnvalue: int 0: paste didn't work 1: paste succeeded Description: paste two bnd's of a triang2d structure paste b at the end of a
bnd_shrink() - Method in class jv.geom.PgBndPolygon
Identify a boundary curve to a single point.
bndcmp(PgBndPolygon, double) - Method in class jv.geom.PgBndPolygon
Parameters: PgBndPolygon a, pointer on structure of bnd_curve PgBndPolygon b, pointer on structure of bnd_curve Returnvalue: int 0: boundaries are not equal 1: bnd's are equal: a.m_vertexInd.m_data[i] = b.m_vertexInd.m_data[i] -1: bnd's are invers equal: a.m_vertexInd.m_data[i] = b.m_vertexInd.m_data[nop-1-i] Description: compare boundaries of one triang2d structure
bndcp(int, int, int, PgBndPolygon, PgBndPolygon) - Static method in class jv.geom.PgBndPolygon
Parameters: int from, vertexno of beginning of source bnd_curve int to, vertexno of beginning of destination bnd_curve int nedges, number of edges to copy PgBndPolygon a, pointer on structure of source bnd_curve PgBndPolygon b, pointer on structure of destination bnd_curve Returnvalue: --- Description: copy part of bnd_curve number of edges = number of vertices - 1
bndcpy(int, int, int, PgBndPolygon, PgBndPolygon) - Static method in class jv.geom.PgBndPolygon
Parameters: int from, vertexno of beginning of source bnd_curve int to, vertexno of beginning of destination bnd_curve int nedges, number of edges to copy PgBndPolygon a, pointer on structure of source bnd_curve PgBndPolygon b, pointer on structure of destination bnd_curve Returnvalue: --- Description: copy part of bnd_curve number of edges = number of vertices
bndinv(int, int, int, PgBndPolygon, PgBndPolygon) - Static method in class jv.geom.PgBndPolygon
Parameters: int from, vertexno of beginning of source bnd_curve int to, vertexno of end of destination bnd_curve int nedges, number of edges to copy PgBndPolygon a, pointer on structure of source bnd_curve PgBndPolygon b, pointer on structure of destination bnd_curve Description: copy part of bnd_curve in reverse order
bndsh(int) - Method in class jv.geom.PgBndPolygon
Parameters: int n, length of shift PgBndPolygon bnd, pointer on structure of bnd_curve Returnvalue: --- Description: shifts vertices and neighbours from beginning to end of bnd_curve
bndtst(double) - Method in class jv.geom.PgBndPolygon
Parameters: double maxDist tolerance to first bnd vertex Returnvalue: int 0: some bnd_curve points are equal 1: all bnd_curve points are equal -1: all bnd_curve points are different Description: tests whether bnd_curve is a single point
BORDER_GROOVE - Static variable in class jv.object.PsPanel
 
BORDER_LINE - Static variable in class jv.object.PsPanel
 
BORDER_NONE - Static variable in class jv.object.PsPanel
 
BORDER_SUNK - Static variable in class jv.object.PsPanel
 
boundingBox(int, int, int, int) - Method in class jv.loader.PSGr
Insert bounding box statement for eps files.
bracketedString(String, char, char) - Static method in class jv.number.PuString
Get part of string which is bracketed by two given characters.
brokenIcon(Component) - Static method in class jvx.thirdParty.acmeGui.GuiUtils
 
buildElementSet(PgElementSet) - Method in class jv.loader.PgMacroPatch
Build an element set from the information of this macro patch.
buildPolygon(PdVector[], int) - Method in class jv.geom.PgElementSet
Generate the vertices for a macro polygon where all edges are subdivided into 'discr' points.
buildPolygonFromCurve(PgPolygon[]) - Method in class jv.geom.PgElementSet
Generate the vertices for a macro polygon given by a set of polygons, all with same discretization.
buildQuadr(PdVector[], int, int) - Method in class jv.geom.PgElementSet
Create a rectangular elements by bilinear interpolation of four given vertices and discretization.
buildQuadrFromCurve(PgPolygon[], PgBndConstraint[]) - Method in class jv.geom.PgElementSet
Generate the vertices for a macro quadrilateral given by four polygons with pairwise same discretization. curve[0] and curve[2] respectively curve[1] and curve[3] must have same discretization.
buildTriangle(PdVector[], int) - Method in class jv.geom.PgElementSet
Generate the vertices for a macro triangle where all edges are subdivided into 'discr' points.
buildTriangleFromCurve(PgPolygon[], PgBndConstraint[]) - Method in class jv.geom.PgElementSet
Generate the vertices for a macro triangle given by three polygons with same discretization.
BusyBox - class jvx.thirdParty.acmeGui.BusyBox.
A busy-box.
BusyBox(Frame, String) - Constructor for class jvx.thirdParty.acmeGui.BusyBox
 
BusyBox(Frame, String, String) - Constructor for class jvx.thirdParty.acmeGui.BusyBox
 
busyColor - Static variable in class jvx.thirdParty.acmeGui.GuiUtils
 
busyIcon(Component) - Static method in class jvx.thirdParty.acmeGui.GuiUtils
 
BUTTON_CANCEL - Static variable in class jv.object.PsDialog
 
BUTTON_CLOSE - Static variable in class jv.object.PsDialog
 
BUTTON_HIDE - Static variable in class jv.object.PsDialog
 
BUTTON_OK - Static variable in class jv.object.PsDialog
 
BUTTON_RESET - Static variable in class jv.object.PsDialog
 
BUTTON_SAVE - Static variable in class jv.object.PsDialog
 
ButtonDialog - class jvx.thirdParty.acmeGui.ButtonDialog.
A generic modal button box.
ButtonDialog(Frame, String, String, int) - Constructor for class jvx.thirdParty.acmeGui.ButtonDialog
Constructor, no title, one button.
ButtonDialog(Frame, String, String, int, String, int) - Constructor for class jvx.thirdParty.acmeGui.ButtonDialog
Constructor, no title, two buttons.
ButtonDialog(Frame, String, String, int, String, int, String, int) - Constructor for class jvx.thirdParty.acmeGui.ButtonDialog
Constructor, no title, three buttons.
ButtonDialog(Frame, String, String, int, String, int, String, int, String, int) - Constructor for class jvx.thirdParty.acmeGui.ButtonDialog
Constructor, no title, four buttons.
ButtonDialog(Frame, String, String, String, int) - Constructor for class jvx.thirdParty.acmeGui.ButtonDialog
Constructor, specified title, one button.
ButtonDialog(Frame, String, String, String, int, String, int) - Constructor for class jvx.thirdParty.acmeGui.ButtonDialog
Constructor, specified title, two buttons.
ButtonDialog(Frame, String, String, String, int, String, int, String, int) - Constructor for class jvx.thirdParty.acmeGui.ButtonDialog
Constructor, specified title, three buttons.
ButtonDialog(Frame, String, String, String, int, String, int, String, int, String, int) - Constructor for class jvx.thirdParty.acmeGui.ButtonDialog
Constructor, specified title, four buttons.

JavaView® v2.12
A B C D E F G H I J K L M N O P Q R S T U V W Y Z
The software JavaView® is copyright protected. All Rights Reserved.