Package org.robolectric.shadows
Class Converter2.FromColor
- java.lang.Object
-
- org.robolectric.shadows.Converter2<String>
-
- org.robolectric.shadows.Converter2.FromColor
-
- Enclosing class:
- Converter2<T>
public static class Converter2.FromColor extends Converter2<String>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.robolectric.shadows.Converter2
Converter2.FromCharSequence, Converter2.FromColor
-
-
Constructor Summary
Constructors Constructor Description FromColor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
fillTypedValue(String data, TypedValue typedValue, boolean throwOnFailure)
-
Methods inherited from class org.robolectric.shadows.Converter2
getConverterFor
-
-
-
-
Method Detail
-
fillTypedValue
public boolean fillTypedValue(String data, TypedValue typedValue, boolean throwOnFailure)
- Overrides:
fillTypedValue
in classConverter2<String>
-
-