|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.javagl.swogl.layout.BrowseLayout3D
public class BrowseLayout3D
An implementation of the LayoutManager3D interface that allows browsing through the components. It arranges the components of a SwoglContainer along the view direction, and may give a browsable overview over the components.
Constructor Summary | |
---|---|
BrowseLayout3D()
Creates a new BrowseLayout |
Method Summary | |
---|---|
void |
doLayout3D()
|
void |
scrollAbout(int steps)
Scroll through the components for the given number of steps |
void |
setBrowseModeActivated(boolean activated)
Set the browse mode (overview mode) activation status |
void |
setSwoglContainer(de.javagl.swogl.SwoglContainer swoglContainer)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BrowseLayout3D()
Method Detail |
---|
public void setBrowseModeActivated(boolean activated)
activated
- The browse mode activation statuspublic void setSwoglContainer(de.javagl.swogl.SwoglContainer swoglContainer)
setSwoglContainer
in interface de.javagl.swogl.layout.LayoutManager3D
public void doLayout3D()
doLayout3D
in interface de.javagl.swogl.layout.LayoutManager3D
public void scrollAbout(int steps)
steps
- The number of steps
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |