public class Insets
A set of insets for a rect space.
private float
top
bottom
left
right
Insets()
Insets(float top, float bottom, float left, float right)
float
getTop()
void
setTop(float top)
getBottom()
setBottom(float bottom)
getLeft()
setLeft(float left)
getRight()
setRight(float right)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
float getTop()
void setTop(float top)
float getBottom()
void setBottom(float bottom)
float getLeft()
void setLeft(float left)
float getRight()
void setRight(float right)