golib  0.5
goPlot::Object2DBox Class Reference

Box object. Draws a box. More...

#include <object2dbox.h>

Public Member Functions

 Object2DBox (goDouble x1=0.0, goDouble y1=0.0, goDouble x2=0.0, goDouble y2=0.0)
 
void setCorners (goDouble x1, goDouble y1, goDouble x2, goDouble y2)
 
void setCorners (const goMatrixd &)
 
const goMatrixd & getCorners () const
 
LineTraitslineTraits ()
 
const LineTraitslineTraits () const
 
virtual void draw ()
 
- Public Member Functions inherited from goPlot::Object2D
virtual void setContext (cairo_t *c)
 
const Trafo2Dtransform () const
 
void setTransform (const Trafo2D &T)
 
cairo_t * context ()
 
const cairo_t * context () const
 
bool visible () const
 
void setVisible (bool t)
 
void applyTransform (cairo_t *cr)
 

Detailed Description

Box object. Draws a box.


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