Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

CanvasHxBSplineCurve Class Reference

Display a HxBSplineCurve (C++ object). More...

Inheritance diagram for CanvasHxBSplineCurve::

CanvasFigure CanvasObject List of all members.

Public Methods

 CanvasHxBSplineCurve (String name, int nrC)
 Constructor. More...

String getSaName ()
 Overrides CanvasObject interface. More...

void setShowControlPoly (boolean b)
double getMinT ()
double getMaxT ()
double getCX (double t)
double getCY (double t)
String getSampleC (int n)
int getNumP ()
String getControlP ()
Vector getVisualChangeMethods ()
 Overrides CanvasObject interface. More...


Protected Methods

Shape getShape ()
 Derived classes have to implement this method to supply the shape that represents the CanvasFigures. More...

boolean hitOnStroke ()
 Derived classes have to implement this method to indicate whether they are selected (hit) based on their stroke (border) or on their interior. More...


Detailed Description

Display a HxBSplineCurve (C++ object).


Constructor & Destructor Documentation

CanvasHxBSplineCurve::CanvasHxBSplineCurve String    name,
int    nrC
[inline]
 

Constructor.


Member Function Documentation

String CanvasHxBSplineCurve::getSaName   [inline]
 

Overrides CanvasObject interface.

Reimplemented from CanvasObject.

void CanvasHxBSplineCurve::setShowControlPoly boolean    b [inline]
 

double CanvasHxBSplineCurve::getMinT   [inline]
 

double CanvasHxBSplineCurve::getMaxT   [inline]
 

double CanvasHxBSplineCurve::getCX double    t [inline]
 

double CanvasHxBSplineCurve::getCY double    t [inline]
 

String CanvasHxBSplineCurve::getSampleC int    n [inline]
 

int CanvasHxBSplineCurve::getNumP   [inline]
 

String CanvasHxBSplineCurve::getControlP   [inline]
 

Vector CanvasHxBSplineCurve::getVisualChangeMethods   [inline]
 

Overrides CanvasObject interface.

Extends the list of callable functions obtained from the parent with the functions for this class.

Reimplemented from CanvasFigure.

Shape CanvasHxBSplineCurve::getShape   [inline, protected, virtual]
 

Derived classes have to implement this method to supply the shape that represents the CanvasFigures.

It is used to draw to figure as well as determine which figure is selected (hit) by the cursor within a canvas.

Reimplemented from CanvasFigure.

boolean CanvasHxBSplineCurve::hitOnStroke   [inline, protected, virtual]
 

Derived classes have to implement this method to indicate whether they are selected (hit) based on their stroke (border) or on their interior.

Reimplemented from CanvasFigure.


The documentation for this class was generated from the following file:
Generated on Tue Jan 8 14:14:22 2002 for JavaReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001