[−][src]Module plotters::element
Defines the drawing elements, the high-level drawing unit in Plotters drawing system
Structs
| CandleStick | The candelstick data point element |
| Circle | A circle element |
| ComposedElement | |
| Cross | Describe a cross |
| EmptyElement | An empty composibable element, which is the start point of an ad-hoc composible element |
| OwnedText | A text element. This is similar to the text element, but it owns the string. |
| Path | An element of a series of connected lines |
| Rectangle | A rectangle element |
| Text | A text element |
Traits
| Drawable | The trait indicates we are able to draw it on a drawing area |
| PointCollection | The trait indicates it's a collection of points |
| PointElement | The element that used to describe a point |