Since: API Level 3.0
public interface

EffectLayoutInterface

com.droidux.core.components.ui.EffectLayoutInterface

Class Overview

An interface to be implemented by special layouts that support applying painting with effects. It's used mostly for DroidUX special layouts.

Summary

Public Methods
abstract Paint getEffectPaint()
abstract void setEffectPaint(Paint effectPaint)

Public Methods

public abstract Paint getEffectPaint ()

Since: API Level 3.0

public abstract void setEffectPaint (Paint effectPaint)

Since: API Level 3.0