[][src]Trait plotters::element::PointElement

pub trait PointElement<Coord> {
    fn make_point(pos: Coord, size: u32, style: ShapeStyle) -> Self;
}

The element that used to describe a point

Required methods

fn make_point(pos: Coord, size: u32, style: ShapeStyle) -> Self

Loading content...

Implementors

impl<Coord> PointElement<Coord> for Circle<Coord>[src]

impl<Coord> PointElement<Coord> for Cross<Coord>[src]

impl<Coord> PointElement<Coord> for Pixel<Coord>[src]

Loading content...