com.android.ide.common.vectordrawable
Class VdPreview.SourceSize

java.lang.Object
  extended by com.android.ide.common.vectordrawable.VdPreview.SourceSize
Enclosing class:
VdPreview

public static class VdPreview.SourceSize
extends java.lang.Object

Since we allow overriding the vector drawable's size, we also need to keep the original size and aspect ratio.


Constructor Summary
VdPreview.SourceSize()
           
 
Method Summary
 int getHeight()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VdPreview.SourceSize

public VdPreview.SourceSize()
Method Detail

getHeight

public int getHeight()

getWidth

public int getWidth()