|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpl.fredy.generate.GridBagObject
public class GridBagObject
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 |
---|
public boolean debug
Constructor Detail |
---|
public GridBagObject()
public GridBagObject(java.awt.GridBagConstraints g)
public GridBagObject(org.jdom.Element elt)
public GridBagObject(org.jdom.Namespace ns, org.jdom.Element elt)
Method Detail |
---|
public java.lang.String getInsets()
public void setInsets(java.lang.String v)
v
- Value to assign to insets.public java.lang.String getAnchor()
public void setAnchor(java.lang.String v)
v
- Value to assign to anchor.public java.lang.String getFill()
public void setFill(java.lang.String v)
v
- Value to assign to fill.public java.lang.String getWeightx()
public void setWeightx(java.lang.String v)
v
- Value to assign to weightx.public java.lang.String getWeighty()
public void setWeighty(java.lang.String v)
v
- Value to assign to weighty.public java.lang.String getGridwidth()
public void setGridwidth(java.lang.String v)
v
- Value to assign to gridwidth.public java.lang.String getGridheight()
public void setGridheight(java.lang.String v)
v
- Value to assign to gridheight.public java.lang.String getGridx()
public void setGridx(java.lang.String v)
v
- Value to assign to gridx.public java.lang.String getGridy()
public void setGridy(java.lang.String v)
v
- Value to assign to gridy.public java.awt.GridBagConstraints getGbc()
public void setGbc(java.awt.GridBagConstraints v)
v
- Value to assign to gbc.public java.awt.Insets getInsetValue()
public org.jdom.Namespace getNs()
public void setNs(org.jdom.Namespace v)
v
- Value to assign to ns.public java.lang.String getName()
public void setName(java.lang.String v)
v
- Value to assign to name.public org.jdom.Element getElt()
public void setElt(org.jdom.Element v)
v
- Value to assign to gElement.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |