|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jidesoft.awt.geom.Insets2D
com.jidesoft.awt.geom.Insets2D.Double
public static class Insets2D.Double
An Insets2D instance specified with double precision
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.jidesoft.awt.geom.Insets2D |
|---|
Insets2D.Double, Insets2D.Float |
| Field Summary | |
|---|---|
double |
bottom
The inset from the bottom |
double |
left
The inset from the left |
double |
right
The inset from the right |
double |
top
The inset from the top |
| Constructor Summary | |
|---|---|
Insets2D.Double(double top,
double left,
double bottom,
double right)
Construct an Insets2D instance using double precision |
|
| Method Summary | |
|---|---|
double |
getBottom()
Returns the inset from the bottom in double precision |
double |
getLeft()
Returns the inset from the left in double precision |
double |
getRight()
Returns the inset from the right in double precision |
double |
getTop()
Returns the inset from the top in double precision |
void |
set(double top,
double left,
double bottom,
double right)
Sets the insets |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double top
public double left
public double bottom
public double right
| Constructor Detail |
|---|
public Insets2D.Double(double top,
double left,
double bottom,
double right)
top - the inset from the topleft - the inset from the leftbottom - the inset from the bottomright - the inset from the right| Method Detail |
|---|
public void set(double top,
double left,
double bottom,
double right)
top - the inset from the topleft - the inset from the leftbottom - the inset from the bottomright - the inset from the rightpublic double getBottom()
getBottom in class Insets2Dpublic double getLeft()
getLeft in class Insets2Dpublic double getRight()
getRight in class Insets2Dpublic double getTop()
getTop in class Insets2D
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||