Lines Matching defs:Figure
407 pub struct Figure { struct
422 impl Figure { argument
565 pub fn save(&self, path: &Path) -> io::Result<&Figure> { in save()
573 impl Configure<Axis> for Figure { implementation
592 impl Configure<Key> for Figure { implementation
611 impl Set<BoxWidth> for Figure { implementation
619 fn set(&mut self, width: BoxWidth) -> &mut Figure { in set()
629 impl Set<Font> for Figure { implementation
631 fn set(&mut self, font: Font) -> &mut Figure { in set()
637 impl Set<FontSize> for Figure { implementation
643 fn set(&mut self, size: FontSize) -> &mut Figure { in set()
653 impl Set<Output> for Figure { implementation
657 fn set(&mut self, output: Output) -> &mut Figure { in set()
663 impl Set<Size> for Figure { implementation
665 fn set(&mut self, size: Size) -> &mut Figure { in set()
671 impl Set<Terminal> for Figure { implementation
675 fn set(&mut self, terminal: Terminal) -> &mut Figure { in set()
681 impl Set<Title> for Figure { implementation
683 fn set(&mut self, title: Title) -> &mut Figure { in set()
689 impl Default for Figure { implementation