gpl.fredy.generate
Class GridBagObject

java.lang.Object
  extended by gpl.fredy.generate.GridBagObject

public class GridBagObject
extends java.lang.Object


Field Summary
 boolean debug
           
 
Constructor Summary
GridBagObject()
           
GridBagObject(org.jdom.Element elt)
           
GridBagObject(java.awt.GridBagConstraints g)
           
GridBagObject(org.jdom.Namespace ns, org.jdom.Element elt)
           
 
Method Summary
 java.lang.String getAnchor()
          Get the value of anchor.
 org.jdom.Element getElt()
          Get the value of Element.
 java.lang.String getFill()
          Get the value of fill.
 java.awt.GridBagConstraints getGbc()
          Get the value of gbc.
 java.lang.String getGridheight()
          Get the value of gridheight.
 java.lang.String getGridwidth()
          Get the value of gridwidth.
 java.lang.String getGridx()
          Get the value of gridx.
 java.lang.String getGridy()
          Get the value of gridy.
 java.lang.String getInsets()
          Get the value of insets.
 java.awt.Insets getInsetValue()
           
 java.lang.String getName()
          Get the value of name.
 org.jdom.Namespace getNs()
          Get the value of ns.
 java.lang.String getWeightx()
          Get the value of weightx.
 java.lang.String getWeighty()
          Get the value of weighty.
 void setAnchor(java.lang.String v)
          Set the value of anchor.
 void setElt(org.jdom.Element v)
          Set the value of gElement.
 void setFill(java.lang.String v)
          Set the value of fill.
 void setGbc(java.awt.GridBagConstraints v)
          Set the value of gbc.
 void setGridheight(java.lang.String v)
          Set the value of gridheight.
 void setGridwidth(java.lang.String v)
          Set the value of gridwidth.
 void setGridx(java.lang.String v)
          Set the value of gridx.
 void setGridy(java.lang.String v)
          Set the value of gridy.
 void setInsets(java.lang.String v)
          Set the value of insets.
 void setName(java.lang.String v)
          Set the value of name.<
 void setNs(org.jdom.Namespace v)
          Set the value of ns.
 void setWeightx(java.lang.String v)
          Set the value of weightx.
 void setWeighty(java.lang.String v)
          Set the value of weighty.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public boolean debug
Constructor Detail

GridBagObject

public GridBagObject()

GridBagObject

public GridBagObject(java.awt.GridBagConstraints g)

GridBagObject

public GridBagObject(org.jdom.Element elt)

GridBagObject

public GridBagObject(org.jdom.Namespace ns,
                     org.jdom.Element elt)
Method Detail

getInsets

public java.lang.String getInsets()
Get the value of insets.

Returns:
value of insets.

setInsets

public void setInsets(java.lang.String v)
Set the value of insets.

Parameters:
v - Value to assign to insets.

getAnchor

public java.lang.String getAnchor()
Get the value of anchor.

Returns:
value of anchor.

setAnchor

public void setAnchor(java.lang.String v)
Set the value of anchor.

Parameters:
v - Value to assign to anchor.

getFill

public java.lang.String getFill()
Get the value of fill.

Returns:
value of fill.

setFill

public void setFill(java.lang.String v)
Set the value of fill.

Parameters:
v - Value to assign to fill.

getWeightx

public java.lang.String getWeightx()
Get the value of weightx.

Returns:
value of weightx.

setWeightx

public void setWeightx(java.lang.String v)
Set the value of weightx.

Parameters:
v - Value to assign to weightx.

getWeighty

public java.lang.String getWeighty()
Get the value of weighty.

Returns:
value of weighty.

setWeighty

public void setWeighty(java.lang.String v)
Set the value of weighty.

Parameters:
v - Value to assign to weighty.

getGridwidth

public java.lang.String getGridwidth()
Get the value of gridwidth.

Returns:
value of gridwidth.

setGridwidth

public void setGridwidth(java.lang.String v)
Set the value of gridwidth.

Parameters:
v - Value to assign to gridwidth.

getGridheight

public java.lang.String getGridheight()
Get the value of gridheight.

Returns:
value of gridheight.

setGridheight

public void setGridheight(java.lang.String v)
Set the value of gridheight.

Parameters:
v - Value to assign to gridheight.

getGridx

public java.lang.String getGridx()
Get the value of gridx.

Returns:
value of gridx.

setGridx

public void setGridx(java.lang.String v)
Set the value of gridx.

Parameters:
v - Value to assign to gridx.

getGridy

public java.lang.String getGridy()
Get the value of gridy.

Returns:
value of gridy.

setGridy

public void setGridy(java.lang.String v)
Set the value of gridy.

Parameters:
v - Value to assign to gridy.

getGbc

public java.awt.GridBagConstraints getGbc()
Get the value of gbc.

Returns:
value of gbc.

setGbc

public void setGbc(java.awt.GridBagConstraints v)
Set the value of gbc.

Parameters:
v - Value to assign to gbc.

getInsetValue

public java.awt.Insets getInsetValue()

getNs

public org.jdom.Namespace getNs()
Get the value of ns.

Returns:
value of ns.

setNs

public void setNs(org.jdom.Namespace v)
Set the value of ns.

Parameters:
v - Value to assign to ns.

getName

public java.lang.String getName()
Get the value of name.

Returns:
value of name.

setName

public void setName(java.lang.String v)
Set the value of name.<

Parameters:
v - Value to assign to name.

getElt

public org.jdom.Element getElt()
Get the value of Element.

Returns:
value of Element.

setElt

public void setElt(org.jdom.Element v)
Set the value of gElement.

Parameters:
v - Value to assign to gElement.