com.android.sdklib.devices
Class Meta

java.lang.Object
  extended by com.android.sdklib.devices.Meta

public class Meta
extends java.lang.Object


Constructor Summary
Meta()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.io.File getFrame()
           
 java.awt.Point getFrameOffsetLandscape()
           
 java.awt.Point getFrameOffsetPortrait()
           
 java.io.File getIconSixteen()
           
 java.io.File getIconSixtyFour()
           
 boolean hasFrame()
           
 int hashCode()
           
 boolean hasIconSixteen()
           
 boolean hasIconSixtyFour()
           
 void setFrame(java.io.File frame)
           
 void setFrameOffsetLandscape(java.awt.Point offset)
           
 void setFrameOffsetPortrait(java.awt.Point offset)
           
 void setIconSixteen(java.io.File iconSixteen)
           
 void setIconSixtyFour(java.io.File iconSixtyFour)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Meta

public Meta()
Method Detail

getIconSixtyFour

public java.io.File getIconSixtyFour()

setIconSixtyFour

public void setIconSixtyFour(@Nullable
                             java.io.File iconSixtyFour)

hasIconSixtyFour

public boolean hasIconSixtyFour()

getIconSixteen

@Nullable
public java.io.File getIconSixteen()

setIconSixteen

public void setIconSixteen(@Nullable
                           java.io.File iconSixteen)

hasIconSixteen

public boolean hasIconSixteen()

getFrame

@Nullable
public java.io.File getFrame()

setFrame

public void setFrame(@Nullable
                     java.io.File frame)

hasFrame

public boolean hasFrame()

getFrameOffsetLandscape

@Nullable
public java.awt.Point getFrameOffsetLandscape()

setFrameOffsetLandscape

public void setFrameOffsetLandscape(@Nullable
                                    java.awt.Point offset)

getFrameOffsetPortrait

@Nullable
public java.awt.Point getFrameOffsetPortrait()

setFrameOffsetPortrait

public void setFrameOffsetPortrait(@Nullable
                                   java.awt.Point offset)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object