Struct cairo::RadialGradient [−][src]
pub struct RadialGradient { /* fields omitted */ }
Methods
impl RadialGradient
[src]
impl RadialGradient
pub fn new(
x0: f64,
y0: f64,
r0: f64,
x1: f64,
y1: f64,
r1: f64
) -> RadialGradient
[src]
pub fn new(
x0: f64,
y0: f64,
r0: f64,
x1: f64,
y1: f64,
r1: f64
) -> RadialGradient
pub fn get_radial_circles(&self) -> (f64, f64, f64, f64, f64, f64)
[src]
pub fn get_radial_circles(&self) -> (f64, f64, f64, f64, f64, f64)
Trait Implementations
impl Debug for RadialGradient
[src]
impl Debug for RadialGradient
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PatternTrait for RadialGradient
[src]
impl PatternTrait for RadialGradient
type PatternType = RadialGradient
unsafe fn from_raw_full(pointer: *mut cairo_pattern_t) -> Self::PatternType
[src]
unsafe fn from_raw_full(pointer: *mut cairo_pattern_t) -> Self::PatternType
fn as_ptr(&self) -> *mut cairo_pattern_t
[src]
fn as_ptr(&self) -> *mut cairo_pattern_t
fn ensure_status(&self)
[src]
fn ensure_status(&self)
fn status(&self) -> Status
[src]
fn status(&self) -> Status
fn get_reference_count(&self) -> isize
[src]
fn get_reference_count(&self) -> isize
fn set_extend(&self, extend: Extend)
[src]
fn set_extend(&self, extend: Extend)
fn get_extend(&self) -> Extend
[src]
fn get_extend(&self) -> Extend
fn set_filter(&self, filter: Filter)
[src]
fn set_filter(&self, filter: Filter)
fn get_filter(&self) -> Filter
[src]
fn get_filter(&self) -> Filter
fn set_matrix(&self, matrix: Matrix)
[src]
fn set_matrix(&self, matrix: Matrix)
fn get_matrix(&self) -> Matrix
[src]
fn get_matrix(&self) -> Matrix
unsafe fn from_raw_none(pointer: *mut cairo_pattern_t) -> Self::PatternType
[src]
unsafe fn from_raw_none(pointer: *mut cairo_pattern_t) -> Self::PatternType
impl Clone for RadialGradient
[src]
impl Clone for RadialGradient
fn clone(&self) -> Self
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Drop for RadialGradient
[src]
impl Drop for RadialGradient
impl Gradient for RadialGradient
[src]
impl Gradient for RadialGradient
Auto Trait Implementations
impl !Send for RadialGradient
impl !Send for RadialGradient
impl !Sync for RadialGradient
impl !Sync for RadialGradient