com.android.ide.common.vectordrawable
Class VdOverrideInfo

java.lang.Object
  extended by 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)
           
 
Method Summary
 int getHeight()
           
 int getOpacity()
           
 int getWidth()
           
 void setHeight(int height)
           
 void setOpacity(int opacity)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VdOverrideInfo

public VdOverrideInfo(int width,
                      int height,
                      int opacity,
                      boolean autoMirrored)
Method Detail

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)