[]Struct jni_android_sys::java::awt::font::NumericShaper

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

public final class NumericShaper

Required feature: "java-awt-font-NumericShaper"

Methods

impl NumericShaper

pub fn getShaper_int<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<Option<Local<'env, NumericShaper>>, Local<'env, Throwable>>
[src]

getShaper

Required features: "java-awt-font-NumericShaper"

pub fn getShaper_Range<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env NumericShaper_Range>>
) -> Result<Option<Local<'env, NumericShaper>>, Local<'env, Throwable>>
[src]

getShaper

Required features: "java-awt-font-NumericShaper", "java-awt-font-NumericShaper_Range"

pub fn getContextualShaper_int<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<Option<Local<'env, NumericShaper>>, Local<'env, Throwable>>
[src]

getContextualShaper

Required features: "java-awt-font-NumericShaper"

pub fn getContextualShaper_Set<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Set>>
) -> Result<Option<Local<'env, NumericShaper>>, Local<'env, Throwable>>
[src]

getContextualShaper

Required features: "java-awt-font-NumericShaper", "java-util-Set"

pub fn getContextualShaper_int_int<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32
) -> Result<Option<Local<'env, NumericShaper>>, Local<'env, Throwable>>
[src]

getContextualShaper

Required features: "java-awt-font-NumericShaper"

pub fn getContextualShaper_Set_Range<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Set>>,
    arg1: impl Into<Option<&'env NumericShaper_Range>>
) -> Result<Option<Local<'env, NumericShaper>>, Local<'env, Throwable>>
[src]

getContextualShaper

Required features: "java-awt-font-NumericShaper", "java-awt-font-NumericShaper_Range", "java-util-Set"

pub fn shape_char_array_int_int<'env>(
    &'env self,
    arg0: impl Into<Option<&'env CharArray>>,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn shape_char_array_int_int_int<'env>(
    &'env self,
    arg0: impl Into<Option<&'env CharArray>>,
    arg1: i32,
    arg2: i32,
    arg3: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn shape_char_array_int_int_Range<'env>(
    &'env self,
    arg0: impl Into<Option<&'env CharArray>>,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env NumericShaper_Range>>
) -> Result<(), Local<'env, Throwable>>
[src]

shape

Required features: "java-awt-font-NumericShaper_Range"

pub fn isContextual<'env>(&'env self) -> Result<bool, Local<'env, Throwable>>[src]

pub fn getRanges<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

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

getRangeSet

Required features: "java-util-Set"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

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

equals

Required features: "java-lang-Object"

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

toString

Required features: "java-lang-String"

pub const ALL_RANGES: i32[src]

public static final ALL_RANGES

pub const ARABIC: i32[src]

public static final ARABIC

pub const BENGALI: i32[src]

public static final BENGALI

pub const DEVANAGARI: i32[src]

public static final DEVANAGARI

pub const EASTERN_ARABIC: i32[src]

public static final EASTERN_ARABIC

pub const ETHIOPIC: i32[src]

public static final ETHIOPIC

pub const EUROPEAN: i32[src]

public static final EUROPEAN

pub const GUJARATI: i32[src]

public static final GUJARATI

pub const GURMUKHI: i32[src]

public static final GURMUKHI

pub const KANNADA: i32[src]

public static final KANNADA

pub const KHMER: i32[src]

public static final KHMER

pub const LAO: i32[src]

public static final LAO

pub const MALAYALAM: i32[src]

public static final MALAYALAM

pub const MONGOLIAN: i32[src]

public static final MONGOLIAN

pub const MYANMAR: i32[src]

public static final MYANMAR

pub const ORIYA: i32[src]

public static final ORIYA

pub const TAMIL: i32[src]

public static final TAMIL

pub const TELUGU: i32[src]

public static final TELUGU

pub const THAI: i32[src]

public static final THAI

pub const TIBETAN: i32[src]

public static final TIBETAN

Methods from Deref<Target = Object>

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

getClass

Required features: "java-lang-Class"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

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

equals

Required features: "java-lang-Object"

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

toString

Required features: "java-lang-String"

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

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

pub fn wait_long<'env>(
    &'env self,
    arg0: i64
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait_long_int<'env>(
    &'env self,
    arg0: i64,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

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

Trait Implementations

impl AsJValue for NumericShaper

impl AsRef<Serializable> for NumericShaper

impl AsValidJObjectAndEnv for NumericShaper

impl Deref for NumericShaper

type Target = Object

The resulting type after dereferencing.

impl JniType for NumericShaper

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.