|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.ui.hud.listeners.QuadDividerAdapter
public abstract class QuadDividerAdapter
The QuadDividerAdapter simply implements the QuadDividerListener.
| Constructor Summary | |
|---|---|
QuadDividerAdapter()
|
|
| Method Summary | |
|---|---|
void |
onDividerResized(QuadDivider quadDivider,
float leftWidth,
float rightWidth,
float topHeight,
float bottomHeight)
This event is fired when a QuadDivider was resized. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QuadDividerAdapter()
| Method Detail |
|---|
public void onDividerResized(QuadDivider quadDivider,
float leftWidth,
float rightWidth,
float topHeight,
float bottomHeight)
onDividerResized in interface QuadDividerListenerquadDivider - the QuadDivider, that was resizedleftWidth - the width of the two left areasrightWidth - the width of the two right areastopHeight - the height of the two top areasbottomHeight - the height of the two bottom areas
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||