de.ba_ravensburg.gdv.view
Class Utils

java.lang.Object
  extended by de.ba_ravensburg.gdv.view.Utils

public class Utils
extends Object

Author:
Max Schloss

Constructor Summary
Utils()
           
 
Method Summary
static GridBagConstraints makeGBC(int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int anchor, int fill)
           
static GridBagConstraints makeGBC(int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int topInset, int leftInset, int bottomInset, int rightInset, int anchor, int fill)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

makeGBC

public static GridBagConstraints makeGBC(int gridx,
                                         int gridy,
                                         int gridwidth,
                                         int gridheight,
                                         double weightx,
                                         double weighty,
                                         int anchor,
                                         int fill)

makeGBC

public static GridBagConstraints makeGBC(int gridx,
                                         int gridy,
                                         int gridwidth,
                                         int gridheight,
                                         double weightx,
                                         double weighty,
                                         int topInset,
                                         int leftInset,
                                         int bottomInset,
                                         int rightInset,
                                         int anchor,
                                         int fill)


Copyright © 2004 Max Schloss and Ansgar Wiechers. All Rights Reserved.