Chemical Data Processing Library Python API - Version 1.1.1
CDPL.Vis.ClipPathPrimitive2D Member List

This is the complete list of members for CDPL.Vis.ClipPathPrimitive2D, including all inherited members.

__bool__()CDPL.Vis.Path2D
__eq__(Path2D path)CDPL.Vis.Path2D
__iadd__(Path2D path)CDPL.Vis.Path2D
__init__()CDPL.Vis.ClipPathPrimitive2D
__init__(ClipPathPrimitive2D prim)CDPL.Vis.ClipPathPrimitive2D
CDPL::Vis::Path2D.__init__(Path2D path)CDPL.Vis.Path2D
__ne__(Path2D path)CDPL.Vis.Path2D
addEllipse(float x, float y, float width, float height)CDPL.Vis.Path2D
addEllipse(Math.Vector2D pos, float width, float height)CDPL.Vis.Path2D
addRectangle(float x, float y, float width, float height)CDPL.Vis.Path2D
addRectangle(Math.Vector2D pos, float width, float height)CDPL.Vis.Path2D
arc(float cx, float cy, float rx, float ry, float start_ang, float sweep)CDPL.Vis.Path2D
arc(Math.Vector2D ctr, float rx, float ry, float start_ang, float sweep)CDPL.Vis.Path2D
arcTo(float cx, float cy, float rx, float ry, float start_ang, float sweep)CDPL.Vis.Path2D
arcTo(Math.Vector2D ctr, float rx, float ry, float start_ang, float sweep)CDPL.Vis.Path2D
assign(ClipPathPrimitive2D prim)CDPL.Vis.ClipPathPrimitive2D
CDPL::Vis::Path2D.assign(Path2D path)CDPL.Vis.Path2D
clear()CDPL.Vis.Path2D
clone()CDPL.Vis.GraphicsPrimitive2D
closePath()CDPL.Vis.Path2D
convert(Path2DConverter conv)CDPL.Vis.Path2D
emptyCDPL.Vis.Path2Dstatic
fillRule (defined in CDPL.Vis.Path2D)CDPL.Vis.Path2Dstatic
CDPL::Vis::Path2D.getBounds(Rectangle2D bounds)CDPL.Vis.Path2D
CDPL::Vis::GraphicsPrimitive2D.getBounds(Rectangle2D bounds, FontMetrics font_metrics=0)CDPL.Vis.GraphicsPrimitive2D
getFillRule()CDPL.Vis.Path2D
CDPL::Vis::Path2D.getObjectID()CDPL.Vis.Path2D
CDPL::Vis::GraphicsPrimitive2D.getObjectID()CDPL.Vis.GraphicsPrimitive2D
hasDrawingElemCDPL.Vis.Path2Dstatic
hasDrawingElements()CDPL.Vis.Path2D
isEmpty()CDPL.Vis.Path2D
lineTo(float x, float y)CDPL.Vis.Path2D
lineTo(Math.Vector2D pos)CDPL.Vis.Path2D
moveTo(float x, float y)CDPL.Vis.Path2D
moveTo(Math.Vector2D pos)CDPL.Vis.Path2D
objectID (defined in CDPL.Vis.Path2D)CDPL.Vis.Path2Dstatic
objectID (defined in CDPL.Vis.GraphicsPrimitive2D)CDPL.Vis.GraphicsPrimitive2Dstatic
render(Renderer2D renderer)CDPL.Vis.GraphicsPrimitive2D
setFillRule(FillRule rule)CDPL.Vis.Path2D