Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::SvgPrinter Member List

This is the complete list of members for ogdf::SvgPrinter, including all inherited members.

appendLineStyle(pugi::xml_node line, edge e, bool isArrowHead=false)ogdf::SvgPrinterprivate
draw(std::ostream &os)ogdf::SvgPrinter
drawArrowHead(pugi::xml_node xmlNode, const DPoint &start, DPoint &end, adjEntry adj)ogdf::SvgPrinterprivate
drawBezier(std::stringstream &ss, const DPoint &p1, const DPoint &p2, const DPoint &c1, const DPoint &c2)ogdf::SvgPrinterprivate
drawBezierPath(std::stringstream &ss, List< DPoint > &points)ogdf::SvgPrinterprivate
drawCluster(pugi::xml_node xmlNode, cluster c)ogdf::SvgPrinterprivate
drawClusters(pugi::xml_node xmlNode)ogdf::SvgPrinterprivate
drawCurve(pugi::xml_node xmlNode, edge e, List< DPoint > &points)ogdf::SvgPrinterprivate
drawEdge(pugi::xml_node xmlNode, edge e)ogdf::SvgPrinterprivate
drawEdges(pugi::xml_node xmlNode)ogdf::SvgPrinterprivate
drawLine(std::stringstream &ss, const DPoint &p1, const DPoint &p2)ogdf::SvgPrinterprivate
drawLines(std::stringstream &ss, List< DPoint > &points)ogdf::SvgPrinterprivate
drawNode(pugi::xml_node xmlNode, node v)ogdf::SvgPrinterprivate
drawNodes(pugi::xml_node xmlNode)ogdf::SvgPrinterprivate
drawPolygon(pugi::xml_node xmlNode, const std::list< double > points)ogdf::SvgPrinterprivate
drawRoundPath(std::stringstream &ss, List< DPoint > &points)ogdf::SvgPrinterprivate
getArrowSize(adjEntry adj)ogdf::SvgPrinterprivate
isArrowEnabled(adjEntry adj)ogdf::SvgPrinterprivate
isCoveredBy(const DPoint &point, adjEntry adj)ogdf::SvgPrinterprivate
m_attrogdf::SvgPrinterprivate
m_bboxogdf::SvgPrinterprivate
m_clsAttrogdf::SvgPrinterprivate
m_settingsogdf::SvgPrinterprivate
SvgPrinter(const GraphAttributes &attr, const GraphIO::SVGSettings &settings)ogdf::SvgPrinterinline
SvgPrinter(const ClusterGraphAttributes &attr, const GraphIO::SVGSettings &settings)ogdf::SvgPrinterinline
writeDashArray(pugi::xml_node xmlNode, StrokeType lineStyle, double lineWidth)ogdf::SvgPrinterprivate
writeHeader(pugi::xml_document &doc)ogdf::SvgPrinterprivate