Circle¶
- class pywwt.annotation.Circle(**kwargs: Any)[source]¶
Bases:
Annotation
A circular annotation.
Attributes Summary
Whether or not the circle should be filled (
bool
)Assigns line width in pixels (
Quantity
)Sets the radius for the circle (
Quantity
)The name of the shape (
str
).Methods Summary
set_center
(coord)Set the center coordinates of the circle object.
Attributes Documentation
Methods Documentation