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