com.xtremelabs.robolectric.shadows
Class ShadowTextView.CompoundDrawables
java.lang.Object
com.xtremelabs.robolectric.shadows.ShadowTextView.CompoundDrawables
- Enclosing class:
- ShadowTextView
public static class ShadowTextView.CompoundDrawables
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
left
public int left
top
public int top
right
public int right
bottom
public int bottom
leftDrawable
public android.graphics.drawable.Drawable leftDrawable
topDrawable
public android.graphics.drawable.Drawable topDrawable
rightDrawable
public android.graphics.drawable.Drawable rightDrawable
bottomDrawable
public android.graphics.drawable.Drawable bottomDrawable
ShadowTextView.CompoundDrawables
public ShadowTextView.CompoundDrawables(android.graphics.drawable.Drawable left,
android.graphics.drawable.Drawable top,
android.graphics.drawable.Drawable right,
android.graphics.drawable.Drawable bottom)
ShadowTextView.CompoundDrawables
public ShadowTextView.CompoundDrawables(int left,
int top,
int right,
int bottom)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object