Relacs  0.9.8
Public Member Functions | List of all members
Plot::PointStyle Class Reference

#include <plot.h>

Public Member Functions

 PointStyle (void)
 
 PointStyle (Plot::Points type, int size, int color, int fill=-2)
 
Plot::Points type (void) const
 
void setType (Plot::Points type)
 
int size (void) const
 
void setSize (int size)
 
int color (void) const
 
void setColor (int color)
 
int fillColor (void) const
 
void setFillColor (int fill)
 

Detailed Description

Style of a plotted point (point type, size, color, and fill color).

Author
Jan Benda

Constructor & Destructor Documentation

PointStyle ( void  )
inline
PointStyle ( Plot::Points  type,
int  size,
int  color,
int  fill = -2 
)
inline

Member Function Documentation

Plot::Points type ( void  ) const
inline
void setType ( Plot::Points  type)
inline
int size ( void  ) const
inline
void setSize ( int  size)
inline
int color ( void  ) const
inline
void setColor ( int  color)
inline

References Plot::Transparent.

int fillColor ( void  ) const
inline
void setFillColor ( int  fill)
inline

References Plot::Transparent.


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