-
- All Implemented Interfaces:
-
androidx.compose.ui.unit.Density,androidx.compose.ui.unit.FontScaling,com.kyant.backdrop.RuntimeShaderCache
public interface BackdropEffectScope implements Density, RuntimeShaderCache
-
-
Method Summary
Modifier and Type Method Description abstract SizegetSize()abstract LayoutDirectiongetLayoutDirection()abstract ShapegetShape()abstract FloatgetPadding()abstract UnitsetPadding(Float padding)abstract RenderEffectgetRenderEffect()abstract UnitsetRenderEffect(RenderEffect renderEffect)abstract FloatgetDensity()abstract FloatgetFontScale()-
Methods inherited from class com.kyant.backdrop.BackdropEffectScope
obtainRuntimeShader, roundToPx, roundToPx, toDp, toDp, toDpSize, toPx, toPx, toRect, toSize, toSp, toSp -
Methods inherited from class androidx.compose.ui.unit.Density
toDp, toSp -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getSize
abstract Size getSize()
-
getLayoutDirection
abstract LayoutDirection getLayoutDirection()
-
getShape
abstract Shape getShape()
-
getPadding
abstract Float getPadding()
-
setPadding
abstract Unit setPadding(Float padding)
-
getRenderEffect
abstract RenderEffect getRenderEffect()
-
setRenderEffect
abstract Unit setRenderEffect(RenderEffect renderEffect)
-
getDensity
abstract Float getDensity()
-
getFontScale
abstract Float getFontScale()
-
-
-
-