com.metsci.glimpse.gl.layout
Class GLLayoutManagerMig

java.lang.Object
  extended by com.metsci.glimpse.gl.layout.GLLayoutManagerMig
All Implemented Interfaces:
GLLayoutManger

public class GLLayoutManagerMig
extends java.lang.Object
implements GLLayoutManger


Constructor Summary
GLLayoutManagerMig()
           
GLLayoutManagerMig(net.miginfocom.layout.LC layoutConstraints, net.miginfocom.layout.AC colConstraints, net.miginfocom.layout.AC rowConstraints)
           
GLLayoutManagerMig(java.lang.String layoutConstraints, java.lang.String colConstraints, java.lang.String rowConstraints)
           
 
Method Summary
 void addLayoutCallback(net.miginfocom.layout.LayoutCallback callback)
           
 void layout(javax.media.opengl.GLContext context, GLLayoutPainter parent)
           
 void removeLayoutCallback(net.miginfocom.layout.LayoutCallback callback)
           
 void setColumnConstraints(java.lang.String s)
           
 void setLayoutConstraints(java.lang.String s)
           
 void setRowConstraints(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GLLayoutManagerMig

public GLLayoutManagerMig()

GLLayoutManagerMig

public GLLayoutManagerMig(net.miginfocom.layout.LC layoutConstraints,
                          net.miginfocom.layout.AC colConstraints,
                          net.miginfocom.layout.AC rowConstraints)

GLLayoutManagerMig

public GLLayoutManagerMig(java.lang.String layoutConstraints,
                          java.lang.String colConstraints,
                          java.lang.String rowConstraints)
Method Detail

setLayoutConstraints

public void setLayoutConstraints(java.lang.String s)

setColumnConstraints

public void setColumnConstraints(java.lang.String s)

setRowConstraints

public void setRowConstraints(java.lang.String s)

addLayoutCallback

public void addLayoutCallback(net.miginfocom.layout.LayoutCallback callback)

removeLayoutCallback

public void removeLayoutCallback(net.miginfocom.layout.LayoutCallback callback)

layout

public void layout(javax.media.opengl.GLContext context,
                   GLLayoutPainter parent)
Specified by:
layout in interface GLLayoutManger


Copyright © 2012 Metron, Inc.. All Rights Reserved.