com.android.ide.common.vectordrawable
Class VdOverrideInfo
java.lang.Object
com.android.ide.common.vectordrawable.VdOverrideInfo
public class VdOverrideInfo
- extends java.lang.Object
Used to represent info to override the VectorDrawble's XML file content.
Constructor Summary |
VdOverrideInfo(int width,
int height,
int opacity,
boolean autoMirrored)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VdOverrideInfo
public VdOverrideInfo(int width,
int height,
int opacity,
boolean autoMirrored)
getWidth
public int getWidth()
setWidth
public void setWidth(int width)
getOpacity
public int getOpacity()
setOpacity
public void setOpacity(int opacity)
getHeight
public int getHeight()
setHeight
public void setHeight(int height)