|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.Dimension
public class Dimension
Field Summary | |
---|---|
int |
height
|
int |
width
|
Constructor Summary | |
---|---|
Dimension(int w,
int h)
|
Method Summary | |
---|---|
double |
getHeight()
|
double |
getWidth()
|
void |
setSize(double w,
double h)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int height
public int width
Constructor Detail |
---|
public Dimension(int w, int h)
Method Detail |
---|
public double getHeight()
public double getWidth()
public void setSize(double w, double h)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |