|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.ui.ScaledPanel.Bounds
public static class ScaledPanel.Bounds
Why the heck did I create yet another Rectangle. Because I needed some precise semantics, especially for the y screen coordinate. "upper" is what you want to be placed on the upper part of the screen, "lower" on the lower part.
| Constructor Summary | |
|---|---|
ScaledPanel.Bounds()
_more_ |
|
ScaledPanel.Bounds(double left,
double right,
double upper,
double lower)
_more_ |
|
| Method Summary | |
|---|---|
double |
getLeft()
_more_ |
double |
getLower()
_more_ |
Rectangle2D |
getRect()
_more_ |
double |
getRight()
_more_ |
double |
getUpper()
_more_ |
void |
set(ScaledPanel.Bounds b)
_more_ |
String |
toString()
_more_ |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ScaledPanel.Bounds()
public ScaledPanel.Bounds(double left,
double right,
double upper,
double lower)
left - right - upper - lower - | Method Detail |
|---|
public double getUpper()
public double getLower()
public double getRight()
public double getLeft()
public void set(ScaledPanel.Bounds b)
b - public Rectangle2D getRect()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||