fn get_id(&self) -> ID
fn draw(&self, g: &mut GfxCtx, app: &App, opts: &DrawOptions)
fn get_outline(&self, map: &Map) -> Polygon
fn get_zorder(&self) -> isize
fn contains_pt(&self, pt: Pt2D, map: &Map) -> bool
impl Renderable for DrawArea
[src]fn get_id(&self) -> ID
[src]fn draw(&self, _: &mut GfxCtx, _: &App, _: &DrawOptions)
[src]fn get_outline(&self, map: &Map) -> Polygon
[src]impl Renderable for DrawBike
[src]fn get_id(&self) -> ID
[src]fn draw(&self, g: &mut GfxCtx, _: &App, _: &DrawOptions)
[src]fn get_outline(&self, _: &Map) -> Polygon
[src]fn get_zorder(&self) -> isize
[src]impl Renderable for DrawBuilding
[src]fn get_id(&self) -> ID
[src]fn draw(&self, g: &mut GfxCtx, app: &App, opts: &DrawOptions)
[src]fn get_zorder(&self) -> isize
[src]fn get_outline(&self, map: &Map) -> Polygon
[src]fn contains_pt(&self, pt: Pt2D, map: &Map) -> bool
[src]impl Renderable for DrawBusStop
[src]fn get_id(&self) -> ID
[src]fn draw(&self, g: &mut GfxCtx, _: &App, _: &DrawOptions)
[src]fn get_outline(&self, _: &Map) -> Polygon
[src]fn contains_pt(&self, pt: Pt2D, _: &Map) -> bool
[src]fn get_zorder(&self) -> isize
[src]impl Renderable for DrawCar
[src]fn get_id(&self) -> ID
[src]fn draw(&self, g: &mut GfxCtx, _: &App, _: &DrawOptions)
[src]fn get_outline(&self, _: &Map) -> Polygon
[src]fn contains_pt(&self, pt: Pt2D, _: &Map) -> bool
[src]fn get_zorder(&self) -> isize
[src]impl Renderable for DrawIntersection
[src]fn get_id(&self) -> ID
[src]fn draw(&self, g: &mut GfxCtx, app: &App, opts: &DrawOptions)
[src]fn get_outline(&self, map: &Map) -> Polygon
[src]fn contains_pt(&self, pt: Pt2D, map: &Map) -> bool
[src]fn get_zorder(&self) -> isize
[src]impl Renderable for DrawLane
[src]fn get_id(&self) -> ID
[src]fn draw(&self, g: &mut GfxCtx, app: &App, _: &DrawOptions)
[src]fn get_outline(&self, map: &Map) -> Polygon
[src]fn contains_pt(&self, pt: Pt2D, _: &Map) -> bool
[src]fn get_zorder(&self) -> isize
[src]impl Renderable for DrawParkingLot
[src]fn get_id(&self) -> ID
[src]fn draw(&self, g: &mut GfxCtx, app: &App, _: &DrawOptions)
[src]fn get_zorder(&self) -> isize
[src]fn get_outline(&self, map: &Map) -> Polygon
[src]fn contains_pt(&self, pt: Pt2D, map: &Map) -> bool
[src]impl Renderable for DrawPedCrowd
[src]fn get_id(&self) -> ID
[src]fn draw(&self, g: &mut GfxCtx, _: &App, _: &DrawOptions)
[src]fn get_outline(&self, _: &Map) -> Polygon
[src]fn get_zorder(&self) -> isize
[src]impl Renderable for DrawPedestrian
[src]fn get_id(&self) -> ID
[src]fn draw(&self, g: &mut GfxCtx, _: &App, _: &DrawOptions)
[src]fn get_outline(&self, _: &Map) -> Polygon
[src]fn get_zorder(&self) -> isize
[src]impl Renderable for DrawRoad
[src]fn get_id(&self) -> ID
[src]fn draw(&self, g: &mut GfxCtx, app: &App, _: &DrawOptions)
[src]fn get_outline(&self, map: &Map) -> Polygon
[src]fn contains_pt(&self, pt: Pt2D, map: &Map) -> bool
[src]fn get_zorder(&self) -> isize
[src]