Lines Matching defs:Figure
407 pub struct Figure { struct
422 impl Figure { argument
562 pub fn save(&self, path: &Path) -> io::Result<&Figure> { in save()
570 impl Configure<Axis> for Figure { implementation
589 impl Configure<Key> for Figure { implementation
608 impl Set<BoxWidth> for Figure { implementation
616 fn set(&mut self, width: BoxWidth) -> &mut Figure { in set()
626 impl Set<Font> for Figure { implementation
628 fn set(&mut self, font: Font) -> &mut Figure { in set()
634 impl Set<FontSize> for Figure { implementation
640 fn set(&mut self, size: FontSize) -> &mut Figure { in set()
650 impl Set<Output> for Figure { implementation
654 fn set(&mut self, output: Output) -> &mut Figure { in set()
660 impl Set<Size> for Figure { implementation
662 fn set(&mut self, size: Size) -> &mut Figure { in set()
668 impl Set<Terminal> for Figure { implementation
672 fn set(&mut self, terminal: Terminal) -> &mut Figure { in set()
678 impl Set<Title> for Figure { implementation
680 fn set(&mut self, title: Title) -> &mut Figure { in set()
686 impl Default for Figure { implementation