40   m_borderLineSize(0.3),
 
virtual void setVisible(bool visible)
 
virtual void setPolygonFillColor(const te::color::RGBAColor &color)=0
It sets the color used to fill the draw of polygon geometries. 
 
virtual void drawRectW(te::gm::Envelope box)
 
virtual void setPaperBox(te::gm::Envelope box)
 
virtual void drawRectW(te::gm::Envelope box, te::color::RGBAColor color, te::map::Canvas *canvas, Utils *utils)
 
te::gm::Envelope m_backEndBox
 
virtual te::gm::LinearRing * createSimpleLine(te::gm::Envelope box)
 
A LinearRing is a LineString that is both closed and simple. 
 
An Envelope defines a 2D rectangular region. 
 
virtual void drawLineW(te::gm::Envelope box, Utils *utils)
 
virtual void drawLineW(te::gm::LinearRing *line)
 
virtual ~AbstractRulerModel(void)
 
A canvas is an abstraction of a drawing area. 
 
virtual void setPolygonContourColor(const te::color::RGBAColor &color)=0
It sets the pen color used to draw the boundary of polygon geometries. 
 
A helper class for 32-bit RGBA (Red-Green-Blue-Alpha channel) color. 
 
virtual te::gm::Envelope getPaperBox()
 
te::gm::Envelope m_paperBox