com.android.layoutlib.api
Interface IDensityBasedResourceValue

All Superinterfaces:
IResourceValue
All Known Implementing Classes:
DensityBasedResourceValue

Deprecated. use DensityBasedResourceValue.

@Deprecated
public interface IDensityBasedResourceValue
extends IResourceValue

Represents an Android Resources that has a density info attached to it.


Nested Class Summary
static class IDensityBasedResourceValue.Density
          Deprecated. use Density.
 
Method Summary
 IDensityBasedResourceValue.Density getDensity()
          Deprecated. use DensityBasedResourceValue.getResourceDensity()
 
Methods inherited from interface com.android.layoutlib.api.IResourceValue
getName, getType, getValue, isFramework
 

Method Detail

getDensity

@Deprecated
IDensityBasedResourceValue.Density getDensity()
Deprecated. use DensityBasedResourceValue.getResourceDensity()

Returns the density associated to the resource.