com.androidplot.util
Class Dimension

java.lang.Object
  extended by com.androidplot.util.Dimension

Deprecated.

@Deprecated
public class Dimension
extends Object


Constructor Summary
Dimension(Dimension dimension)
          Deprecated.  
Dimension(float width, float height)
          Deprecated.  
 
Method Summary
 float getHeight()
          Deprecated.  
 float getWidth()
          Deprecated.  
 void set(Dimension dimension)
          Deprecated.  
 void set(float width, float height)
          Deprecated.  
 void setHeight(float height)
          Deprecated.  
 void setWidth(float width)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dimension

public Dimension(float width,
                 float height)
Deprecated. 

Dimension

public Dimension(Dimension dimension)
Deprecated. 
Method Detail

set

public void set(Dimension dimension)
Deprecated. 

set

public void set(float width,
                float height)
Deprecated. 

getWidth

public float getWidth()
Deprecated. 

setWidth

public void setWidth(float width)
Deprecated. 

getHeight

public float getHeight()
Deprecated. 

setHeight

public void setHeight(float height)
Deprecated. 


Copyright © 2011. All Rights Reserved.