Struct conrod::Circle [] [src]

pub struct Circle;

A tiny wrapper around the Oval widget type.

Methods

impl Circle
[src]

fn styled(radius: Scalar, style: Style) -> Oval

Build a circular Oval with the given dimensions and style.

fn fill(radius: Scalar) -> Oval

Build a new Filled circular Oval.

fn fill_with(radius: Scalar, color: Color) -> Oval

Build a new circular Oval Filled with the given color.

fn outline(radius: Scalar) -> Oval

Build a new circular Outlined Oval widget.

fn outline_styled(radius: Scalar, line_style: LineStyle) -> Oval

Build a new circular Oval Outlined with the given style.

Trait Implementations

impl Debug for Circle
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for Circle
[src]

fn clone(&self) -> Circle

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for Circle
[src]