Documentation of 'sgtplot.swing.prop.GridBagConstraints' Java class
GridBagConstraints
sgtplot.swing.prop

Class GridBagConstraints

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable


    public class GridBagConstraints
    extends java.awt.GridBagConstraints
    Creates a GridBagConstraints object from the constructor. This class duplicates functionality available in jdk1.2
    Since:
    2.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.awt.GridBagConstraints

        ABOVE_BASELINE, ABOVE_BASELINE_LEADING, ABOVE_BASELINE_TRAILING, anchor, BASELINE, BASELINE_LEADING, BASELINE_TRAILING, BELOW_BASELINE, BELOW_BASELINE_LEADING, BELOW_BASELINE_TRAILING, BOTH, CENTER, EAST, fill, FIRST_LINE_END, FIRST_LINE_START, gridheight, gridwidth, gridx, gridy, HORIZONTAL, insets, ipadx, ipady, LAST_LINE_END, LAST_LINE_START, LINE_END, LINE_START, NONE, NORTH, NORTHEAST, NORTHWEST, PAGE_END, PAGE_START, RELATIVE, REMAINDER, SOUTH, SOUTHEAST, SOUTHWEST, VERTICAL, weightx, weighty, WEST
    • Constructor Summary

      Constructors 
      Constructor and Description
      GridBagConstraints(int gridX, int gridY, int gridWidth, int gridHeight, double weightX, double weightY, int anchor, int fills, java.awt.Insets inset, int ipadX, int ipadY)
      Creates a GridBagConstraint object.
    • Method Summary

      • Methods inherited from class java.awt.GridBagConstraints

        clone
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GridBagConstraints

        public GridBagConstraints(int gridX,
                                  int gridY,
                                  int gridWidth,
                                  int gridHeight,
                                  double weightX,
                                  double weightY,
                                  int anchor,
                                  int fills,
                                  java.awt.Insets inset,
                                  int ipadX,
                                  int ipadY)
        Creates a GridBagConstraint object.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.