[−][src]Trait plotters::coord::CoordTranslate
The trait that translates some customized object to the backend coordinate
The trait that translates some customized object to the backend coordinate
type Fromfn translate(&self, from: &Self::From) -> BackendCoordimpl CoordTranslate for Shift[src]type From = BackendCoordfn translate(&self, from: &Self::From) -> BackendCoord[src]impl<T: CoordTranslate> CoordTranslate for ShiftAndTrans<T>[src]impl<X: Ranged, Y: Ranged> CoordTranslate for RangedCoord<X, Y>[src]