|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.representqueens.spark.SizeParams
public final class SizeParams
Graph size attributes.
Constructor Summary | |
---|---|
SizeParams(int width,
int height,
int spacing)
Constructor. |
Method Summary | |
---|---|
int |
getHeight()
Get the graph height. |
int |
getSpacing()
Get the spacing between data points. |
int |
getWidth()
Get the graph width. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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).Method Detail |
---|
public int getHeight()
public int getSpacing()
public int getWidth()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |