com::cosylab::gui::components::r2::chart::Point Class Reference

Collaboration diagram for com::cosylab::gui::components::r2::chart::Point:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Point ()
 Point (double x, double y)
Object clone ()
String toString ()

Public Attributes

double x = 0.0
double y = 0.0
Point next

Detailed Description

This type represent coordinates of one point (it practically represent point).


Constructor & Destructor Documentation

com::cosylab::gui::components::r2::chart::Point::Point (  )  [inline]

Point default constructor with no parameter.

Referenced by com::cosylab::gui::components::r2::chart::demo::FunctionDataModel::next().

com::cosylab::gui::components::r2::chart::Point::Point ( double  x,
double  y 
) [inline]

Point constructor that takes coordinates as a parameters.


Member Function Documentation

Object com::cosylab::gui::components::r2::chart::Point::clone (  )  [inline]
String com::cosylab::gui::components::r2::chart::Point::toString (  )  [inline]

This method returns string that describe this point.

References x, and y.


Member Data Documentation


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2