org.solovyev.android.view
Class GrayableImpl

java.lang.Object
  extended by org.solovyev.android.view.GrayableImpl
All Implemented Interfaces:
Grayable, ViewGrayable

public class GrayableImpl
extends Object
implements ViewGrayable

User: serso Date: 4/19/12 Time: 12:51 AM


Constructor Summary
GrayableImpl()
           
 
Method Summary
 void dispatchDraw(android.view.View view, android.graphics.Canvas canvas)
           
 void grayIn()
           
 void grayOut()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrayableImpl

public GrayableImpl()
Method Detail

grayOut

public void grayOut()
Specified by:
grayOut in interface Grayable

grayIn

public void grayIn()
Specified by:
grayIn in interface Grayable

dispatchDraw

public void dispatchDraw(@Nonnull
                         android.view.View view,
                         @Nonnull
                         android.graphics.Canvas canvas)
Specified by:
dispatchDraw in interface ViewGrayable


Copyright © 2014 se.solovyev. All Rights Reserved.