This is the complete list of members for te::map::Canvas, including all inherited members.
| calcAspectRatio(double &llx, double &lly, double &urx, double &ury, const AlignType hAlign=Center, const AlignType vAlign=Center)=0 | te::map::Canvas | pure virtual | 
| calcAspectRatio(te::gm::Envelope *envelope, const AlignType hAlign=Center, const AlignType vAlign=Center)=0 | te::map::Canvas | pure virtual | 
| Canvas() | te::map::Canvas | inline | 
| clear()=0 | te::map::Canvas | pure virtual | 
| draw(const te::gm::Geometry *geom)=0 | te::map::Canvas | pure virtual | 
| draw(const te::gm::Point *point)=0 | te::map::Canvas | pure virtual | 
| draw(const te::gm::MultiPoint *mpoint)=0 | te::map::Canvas | pure virtual | 
| draw(const te::gm::LineString *line)=0 | te::map::Canvas | pure virtual | 
| draw(const te::gm::MultiLineString *mline)=0 | te::map::Canvas | pure virtual | 
| draw(const te::gm::Polygon *poly)=0 | te::map::Canvas | pure virtual | 
| draw(const te::gm::MultiPolygon *mpoly)=0 | te::map::Canvas | pure virtual | 
| draw(const te::gm::GeometryCollection *g)=0 | te::map::Canvas | pure virtual | 
| draw(const te::gm::MultiSurface *g)=0 | te::map::Canvas | pure virtual | 
| drawImage(char *src, std::size_t size, ImageType t)=0 | te::map::Canvas | pure virtual | 
| drawImage(te::color::RGBAColor **src, int w, int h)=0 | te::map::Canvas | pure virtual | 
| drawImage(int x, int y, char *src, std::size_t size, ImageType t)=0 | te::map::Canvas | pure virtual | 
| drawImage(int x, int y, te::color::RGBAColor **src, int w, int h)=0 | te::map::Canvas | pure virtual | 
| drawImage(int x, int y, int w, int h, char *src, std::size_t size, ImageType t)=0 | te::map::Canvas | pure virtual | 
| drawImage(int x, int y, int w, int h, te::color::RGBAColor **src, int srcw, int srch)=0 | te::map::Canvas | pure virtual | 
| drawImage(int x, int y, int w, int h, char *src, std::size_t size, ImageType t, int sx, int sy, int sw, int sh)=0 | te::map::Canvas | pure virtual | 
| drawImage(int x, int y, int w, int h, te::color::RGBAColor **src, int sx, int sy, int sw, int sh)=0 | te::map::Canvas | pure virtual | 
| drawImage(int x, int y, te::rst::Raster *src, int opacity=TE_OPAQUE)=0 | te::map::Canvas | pure virtual | 
| drawImage(int x, int y, int w, int h, te::rst::Raster *src, int sx, int sy, int sw, int sh, int opacity=TE_OPAQUE)=0 | te::map::Canvas | pure virtual | 
| drawPixel(int x, int y)=0 | te::map::Canvas | pure virtual | 
| drawPixel(int x, int y, const te::color::RGBAColor &color)=0 | te::map::Canvas | pure virtual | 
| drawText(int x, int y, const std::string &txt, float angle=0.0, double anchorX=0.5, double anchorY=0.5, int displacementX=0, int displacementY=0)=0 | te::map::Canvas | pure virtual | 
| drawText(const te::gm::Point *p, const std::string &txt, float angle=0.0, double anchorX=0.5, double anchorY=0.5, int displacementX=0, int displacementY=0)=0 | te::map::Canvas | pure virtual | 
| drawText(const double &x, const double &y, const std::string &txt, float angle=0.0, double anchorX=0.5, double anchorY=0.5, int displacementX=0, int displacementY=0)=0 | te::map::Canvas | pure virtual | 
| freeImage(char *img) const =0 | te::map::Canvas | pure virtual | 
| getBackgroundColor() const =0 | te::map::Canvas | pure virtual | 
| getHeight() const =0 | te::map::Canvas | pure virtual | 
| getImage(ImageType t, std::size_t &size, int quality=75, int fg=0) const =0 | te::map::Canvas | pure virtual | 
| getImage(const int x=0, const int y=0, const int w=0, const int h=0) const =0 | te::map::Canvas | pure virtual | 
| getTextBoundary(int x, int y, const std::string &txt, float angle=0.0, double anchorX=0.5, double anchorY=0.5, int displacementX=0, int displacementY=0)=0 | te::map::Canvas | pure virtual | 
| getTextBoundary(const te::gm::Point *p, const std::string &txt, float angle=0.0, double anchorX=0.5, double anchorY=0.5, int displacementX=0, int displacementY=0)=0 | te::map::Canvas | pure virtual | 
| getTextBoundary(const double &x, const double &y, const std::string &txt, float angle=0.0, double anchorX=0.5, double anchorY=0.5, int displacementX=0, int displacementY=0)=0 | te::map::Canvas | pure virtual | 
| getWidth() const =0 | te::map::Canvas | pure virtual | 
| resize(int w, int h)=0 | te::map::Canvas | pure virtual | 
| save(const char *fileName, ImageType t, int quality=75, int fg=0) const =0 | te::map::Canvas | pure virtual | 
| setBackgroundColor(const te::color::RGBAColor &color)=0 | te::map::Canvas | pure virtual | 
| setEraseMode()=0 | te::map::Canvas | pure virtual | 
| setFontFamily(const std::string &family)=0 | te::map::Canvas | pure virtual | 
| setLineCapStyle(LineCapStyle style)=0 | te::map::Canvas | pure virtual | 
| setLineColor(const te::color::RGBAColor &color)=0 | te::map::Canvas | pure virtual | 
| setLineDashStyle(LineDashStyle style)=0 | te::map::Canvas | pure virtual | 
| setLineDashStyle(const std::vector< double > &style)=0 | te::map::Canvas | pure virtual | 
| setLineJoinStyle(LineJoinStyle style)=0 | te::map::Canvas | pure virtual | 
| setLinePattern(te::color::RGBAColor **pattern, int ncols, int nrows)=0 | te::map::Canvas | pure virtual | 
| setLinePattern(char *pattern, std::size_t size, ImageType t)=0 | te::map::Canvas | pure virtual | 
| setLinePatternOpacity(int opacity)=0 | te::map::Canvas | pure virtual | 
| setLinePatternRotation(const double &angle)=0 | te::map::Canvas | pure virtual | 
| setLineWidth(int w)=0 | te::map::Canvas | pure virtual | 
| setNormalMode()=0 | te::map::Canvas | pure virtual | 
| setPointColor(const te::color::RGBAColor &color)=0 | te::map::Canvas | pure virtual | 
| setPointPattern(te::color::RGBAColor **pattern, int ncols, int nrows)=0 | te::map::Canvas | pure virtual | 
| setPointPattern(char *pattern, std::size_t size, ImageType t)=0 | te::map::Canvas | pure virtual | 
| setPointPatternOpacity(int opacity)=0 | te::map::Canvas | pure virtual | 
| setPointPatternRotation(const double &angle)=0 | te::map::Canvas | pure virtual | 
| setPointWidth(int w)=0 | te::map::Canvas | pure virtual | 
| setPolygonContourCapStyle(LineCapStyle style)=0 | te::map::Canvas | pure virtual | 
| setPolygonContourColor(const te::color::RGBAColor &color)=0 | te::map::Canvas | pure virtual | 
| setPolygonContourDashStyle(LineDashStyle style)=0 | te::map::Canvas | pure virtual | 
| setPolygonContourDashStyle(const std::vector< double > &style)=0 | te::map::Canvas | pure virtual | 
| setPolygonContourJoinStyle(LineJoinStyle style)=0 | te::map::Canvas | pure virtual | 
| setPolygonContourPattern(te::color::RGBAColor **pattern, int ncols, int nrows)=0 | te::map::Canvas | pure virtual | 
| setPolygonContourPattern(char *pattern, std::size_t size, ImageType t)=0 | te::map::Canvas | pure virtual | 
| setPolygonContourPatternOpacity(int opacity)=0 | te::map::Canvas | pure virtual | 
| setPolygonContourPatternRotation(const double &angle)=0 | te::map::Canvas | pure virtual | 
| setPolygonContourWidth(int w)=0 | te::map::Canvas | pure virtual | 
| setPolygonFillColor(const te::color::RGBAColor &color)=0 | te::map::Canvas | pure virtual | 
| setPolygonFillPattern(te::color::RGBAColor **pattern, int ncols, int nrows)=0 | te::map::Canvas | pure virtual | 
| setPolygonFillPattern(char *pattern, std::size_t size, ImageType t)=0 | te::map::Canvas | pure virtual | 
| setPolygonPatternOpacity(int opacity)=0 | te::map::Canvas | pure virtual | 
| setPolygonPatternRotation(const double &angle)=0 | te::map::Canvas | pure virtual | 
| setPolygonPatternWidth(int w)=0 | te::map::Canvas | pure virtual | 
| setTextColor(const te::color::RGBAColor &color)=0 | te::map::Canvas | pure virtual | 
| setTextContourColor(const te::color::RGBAColor &color)=0 | te::map::Canvas | pure virtual | 
| setTextContourEnabled(bool b)=0 | te::map::Canvas | pure virtual | 
| setTextContourOpacity(int opacity)=0 | te::map::Canvas | pure virtual | 
| setTextContourWidth(int width)=0 | te::map::Canvas | pure virtual | 
| setTextDecorationColor(const te::color::RGBAColor &color)=0 | te::map::Canvas | pure virtual | 
| setTextDecorationWidth(int width)=0 | te::map::Canvas | pure virtual | 
| setTextJustification(int justType)=0 | te::map::Canvas | pure virtual | 
| setTextMultiLineSpacing(int spacing)=0 | te::map::Canvas | pure virtual | 
| setTextOpacity(int opacity)=0 | te::map::Canvas | pure virtual | 
| setTextOverline(bool b)=0 | te::map::Canvas | pure virtual | 
| setTextPointSize(double size)=0 | te::map::Canvas | pure virtual | 
| setTextStretch(std::size_t stretch)=0 | te::map::Canvas | pure virtual | 
| setTextStrikeOut(bool b)=0 | te::map::Canvas | pure virtual | 
| setTextStyle(te::se::Font::FontStyleType style)=0 | te::map::Canvas | pure virtual | 
| setTextUnderline(bool b)=0 | te::map::Canvas | pure virtual | 
| setTextWeight(te::se::Font::FontWeightType weight)=0 | te::map::Canvas | pure virtual | 
| setWindow(const double &llx, const double &lly, const double &urx, const double &ury)=0 | te::map::Canvas | pure virtual | 
| ~Canvas() | te::map::Canvas | inlinevirtual |