[]Struct jni_android_sys::android::text::style::ReplacementSpan

#[repr(transparent)]
pub struct ReplacementSpan(_);

public class ReplacementSpan

Required feature: "android-text-style-ReplacementSpan"

Methods

impl ReplacementSpan

pub fn new<'env>(
    __jni_env: &'env Env
) -> Result<Local<'env, ReplacementSpan>, Local<'env, Throwable>>
[src]

pub fn getSize<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Paint>>,
    arg1: impl Into<Option<&'env CharSequence>>,
    arg2: i32,
    arg3: i32,
    arg4: impl Into<Option<&'env Paint_FontMetricsInt>>
) -> Result<i32, Local<'env, Throwable>>
[src]

getSize

Required features: "android-graphics-Paint", "android-graphics-Paint_FontMetricsInt", "java-lang-CharSequence"

pub fn draw<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Canvas>>,
    arg1: impl Into<Option<&'env CharSequence>>,
    arg2: i32,
    arg3: i32,
    arg4: f32,
    arg5: i32,
    arg6: i32,
    arg7: i32,
    arg8: impl Into<Option<&'env Paint>>
) -> Result<(), Local<'env, Throwable>>
[src]

draw

Required features: "android-graphics-Canvas", "android-graphics-Paint", "java-lang-CharSequence"

pub fn updateMeasureState<'env>(
    &'env self,
    arg0: impl Into<Option<&'env TextPaint>>
) -> Result<(), Local<'env, Throwable>>
[src]

updateMeasureState

Required features: "android-text-TextPaint"

pub fn updateDrawState<'env>(
    &'env self,
    arg0: impl Into<Option<&'env TextPaint>>
) -> Result<(), Local<'env, Throwable>>
[src]

updateDrawState

Required features: "android-text-TextPaint"

Methods from Deref<Target = MetricAffectingSpan>

pub fn updateMeasureState<'env>(
    &'env self,
    arg0: impl Into<Option<&'env TextPaint>>
) -> Result<(), Local<'env, Throwable>>
[src]

updateMeasureState

Required features: "android-text-TextPaint"

pub fn getUnderlying<'env>(
    &'env self
) -> Result<Option<Local<'env, MetricAffectingSpan>>, Local<'env, Throwable>>
[src]

getUnderlying

Required features: "android-text-style-MetricAffectingSpan"

Trait Implementations

impl AsJValue for ReplacementSpan

impl AsValidJObjectAndEnv for ReplacementSpan

impl Deref for ReplacementSpan

type Target = MetricAffectingSpan

The resulting type after dereferencing.

impl JniType for ReplacementSpan

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.