|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Envelope | |
monotonic |
Uses of Envelope in monotonic |
Classes in monotonic that implement Envelope | |
class |
StraightEnvelope
Defines a straight line as an envelope. |
Fields in monotonic declared as Envelope | |
protected Envelope |
Monotonic.upperEnvelope
|
protected Envelope |
Monotonic.lowerEnvelope
|
Methods in monotonic with parameters of type Envelope | |
void |
Monotonic.setLowerEnvelope(Envelope envelope)
Sets lower envelope |
void |
Monotonic.setUpperEnvelope(Envelope envelope)
Sets upper envelope |
Constructors in monotonic with parameters of type Envelope | |
Monotonic(Envelope upperEnvelope,
Envelope lowerEnvelope,
double sNear)
Monotonic constructor lets user to define upper and lower envelope and sNear. |
|
Convex(Envelope upperEnvelope,
Envelope lowerEnvelope,
double sNear)
Constructs a convex object with upper and lower envelopes and sNear parameter. |
|
Concave(Envelope upperEnvelope,
Envelope lowerEnvelope,
double sNear)
Creates a concave object with upper and lower envelopes and sNear parameter |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |