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

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

__bool__()CDPL.Vis.Path2D
__eq__(Path2D path)CDPL.Vis.Path2D
__iadd__(Path2D path)CDPL.Vis.Path2D
__init__()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(Path2D path)CDPL.Vis.Path2D
clear()CDPL.Vis.Path2D
closePath()CDPL.Vis.Path2D
convert(Path2DConverter conv)CDPL.Vis.Path2D
emptyCDPL.Vis.Path2Dstatic
fillRule (defined in CDPL.Vis.Path2D)CDPL.Vis.Path2Dstatic
getBounds(Rectangle2D bounds)CDPL.Vis.Path2D
getFillRule()CDPL.Vis.Path2D
getObjectID()CDPL.Vis.Path2D
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
setFillRule(FillRule rule)CDPL.Vis.Path2D