Create an oval from four coordinates. Use colors from the preset color list or a web style hex color.
Mixin common commands.
Get the fill color.
Set the fill color. Use colors from the preset color list or a web style hex color.
Get the active fill color. An item's active state is triggered when the mouse rolls over the item.
Set the active fill color. An item's active state is triggered when the mouse rolls over the item. Use colors from the preset color list or a web style hex color.
Get the disabled fill color.
Set the disabled fill color. Use colors from the preset color list or a web style hex color.
Get the outline color.
Set the outline color. Use colors from the preset color list or a web style hex color.
Get the active outline color. An item's active state is triggered when the mouse rolls over the item.
Set the active outline color. An item's active state is triggered when the mouse rolls over the item. Use colors from the preset color list or a web style hex color.
Get the disabled outline color.
Set the disabled outline color. Use colors from the preset color list or a web style hex color.
Get the dash pattern.
Set the dash pattern of the outline. Each element represents the number of pixels of a line segment. Only the odd segments are drawn using the outline color. The other segments are drawn transparent.
Get the active dash pattern. An item's active state is triggered when the mouse rolls over the item.
Set the active dash pattern of the outline. Each element represents the number of pixels of a line segment. Only the odd segments are drawn using the outline color. The other segments are drawn transparent. An item's active state is triggered when the mouse rolls over the item.
Get the disabled dash pattern.
Set the disabled dash pattern of the outline. Each element represents the number of pixels of a line segment. Only the odd segments are drawn using the outline color. The other segments are drawn transparent.
Get the dash offset.
Set the dash offset.
Get the width of the outline.
Set the width of the outline.
Get the width of the active outline. An item's active state is triggered when the mouse rolls over the item.
Set the width of the active outline. An item's active state is triggered when the mouse rolls over the item.
Get the width of the disabled outline.
Set the width of the disabled outline.
Get the type of canvas item.
Get the coords of this item.
Set the coordinates used to draw this item.
Get the tags associated with this item.
Set tags associated with this item.
Add a specific tag to this item.
Delete a specific tag associated to this item.
Delete all tags associated to this item.
Destroy this item and remove it from the canvas.
Set the keyboard focus to this item in the canvas.
Lower an item in the drawing order.
Raise an item in the drawing order.
Move an item on the canvas by an amount.
Move an item on the canvas to a position.
Scale an item on the canvas. Note that some items have only a single pair of coordinates (e.g., text, images and widgets) and so scaling of them by this command can only move them around.
Mixin common commands.
These are injected common commands that can also be used with this canvas item.
A canvas oval item.