|
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
public abstract class Insets2D
Similar to java.awt.Insets, but with doubles for the top, left, bottom, right values. This means that instances of this class can be used for setting proportionally sized insets which are better for components that should retain their shape and overall appearance when they are re-sized.
Insets
,
Serialized FormNested Class Summary | |
---|---|
static class |
Insets2D.Double
An Insets2D instance specified with double precision |
static class |
Insets2D.Float
An Insets2D instance specified with float precision |
Constructor Summary | |
---|---|
Insets2D()
|
Method Summary | |
---|---|
abstract double |
getBottom()
Returns the inset from the bottom in double precision |
abstract double |
getLeft()
Returns the inset from the left in double precision |
abstract double |
getRight()
Returns the inset from the right in double precision |
abstract double |
getTop()
Returns the inset from the top in double precision |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Insets2D()
Method Detail |
---|
public abstract double getTop()
public abstract double getLeft()
public abstract double getBottom()
public abstract double getRight()
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |