|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.facile.station.split.LockedResizeLayoutManager.ResizeRequest
protected static class LockedResizeLayoutManager.ResizeRequest
Represents the mismatch in size that some node has.
Constructor Summary | |
---|---|
LockedResizeLayoutManager.ResizeRequest(double deltaWidth,
double deltaHeight)
|
|
LockedResizeLayoutManager.ResizeRequest(double deltaWidth,
double deltaHeight,
int fractionWidth,
int fractionHeight)
|
Method Summary | |
---|---|
double |
getDeltaHeight()
Gets the mismatch in height this request represents. |
double |
getDeltaWidth()
Gets the mismatch in width this request represents. |
int |
getFractionHeight()
Gets the fraction of the mismatch the parent of the element that issued this request should provide. |
int |
getFractionWidth()
Gets the fraction of the mismatch the parent of the element that issued this request should provide. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LockedResizeLayoutManager.ResizeRequest(double deltaWidth, double deltaHeight)
public LockedResizeLayoutManager.ResizeRequest(double deltaWidth, double deltaHeight, int fractionWidth, int fractionHeight)
Method Detail |
---|
public double getDeltaWidth()
public double getDeltaHeight()
public int getFractionWidth()
public int getFractionHeight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |