|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.androidplot.util.Dimension
public class Dimension
Constructor Summary | |
---|---|
Dimension(Dimension dimension)
|
|
Dimension(float width,
float height)
|
Method Summary | |
---|---|
float |
getHeight()
|
float |
getWidth()
|
void |
set(Dimension dimension)
|
void |
set(float width,
float height)
|
void |
setHeight(float height)
|
void |
setWidth(float width)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Dimension(float width, float height)
public Dimension(Dimension dimension)
Method Detail |
---|
public void set(Dimension dimension)
public void set(float width, float height)
public float getWidth()
public void setWidth(float width)
public float getHeight()
public void setHeight(float height)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |