public final class SizeParams extends Object
| Constructor and Description |
|---|
SizeParams(int width,
int height,
int spacing)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
Get the graph height.
|
int |
getSpacing()
Get the spacing between data points.
|
int |
getWidth()
Get the graph width.
|
public SizeParams(int width,
int height,
int spacing)
width - graph width (in pixels).height - graph height (in pixels).spacing - spacing between data points (in pixels).public int getHeight()
public int getSpacing()
public int getWidth()