|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.panayotis.gnuplot.layout.LayoutMetrics
public class LayoutMetrics
Container of the metrics for a specific graph
| Constructor Summary | |
|---|---|
LayoutMetrics()
Set default position, covering the whole screen |
|
LayoutMetrics(float x,
float y,
float width,
float height)
Set a specific position, in the area of 0,0-1,1 and with a minimum size |
|
| Method Summary | |
|---|---|
float |
getHeight()
Get height |
float |
getWidth()
Get width |
float |
getX()
Get horizontal position |
float |
getY()
Get vertical position |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LayoutMetrics()
public LayoutMetrics(float x,
float y,
float width,
float height)
x - horizontal positiony - vertical positionwidth - widthheight - height| Method Detail |
|---|
public float getX()
public float getY()
public float getWidth()
public float getHeight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||