public class GLLayoutManagerMig extends Object implements GLLayoutManger
Constructor and Description |
---|
GLLayoutManagerMig() |
GLLayoutManagerMig(net.miginfocom.layout.LC layoutConstraints,
net.miginfocom.layout.AC colConstraints,
net.miginfocom.layout.AC rowConstraints) |
GLLayoutManagerMig(String layoutConstraints,
String colConstraints,
String rowConstraints) |
Modifier and Type | Method and Description |
---|---|
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(String s) |
void |
setLayoutConstraints(String s) |
void |
setRowConstraints(String s) |
public GLLayoutManagerMig()
public GLLayoutManagerMig(net.miginfocom.layout.LC layoutConstraints, net.miginfocom.layout.AC colConstraints, net.miginfocom.layout.AC rowConstraints)
public void setLayoutConstraints(String s)
public void setColumnConstraints(String s)
public void setRowConstraints(String s)
public void addLayoutCallback(net.miginfocom.layout.LayoutCallback callback)
public void removeLayoutCallback(net.miginfocom.layout.LayoutCallback callback)
public void layout(javax.media.opengl.GLContext context, GLLayoutPainter parent)
layout
in interface GLLayoutManger
Copyright © 2013 Metron, Inc.. All rights reserved.