org.bdgp.swing
Class XMLLayout.DividerElement
java.lang.Object
|
+--org.bdgp.swing.XMLLayout.LayoutItem
|
+--org.bdgp.swing.XMLLayout.DividerElement
- Enclosing class:
- XMLLayout
- public static class XMLLayout.DividerElement
- extends XMLLayout.LayoutItem
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERTICAL
public static final int VERTICAL
HORIZONTAL
public static final int HORIZONTAL
width
protected int width
orientation
protected int orientation
first
protected XMLLayout.LayoutItem first
second
protected XMLLayout.LayoutItem second
XMLLayout.DividerElement
public XMLLayout.DividerElement(XMLLayout.LayoutItem first,
XMLLayout.LayoutItem second,
int width,
int orientation)
XMLLayout.DividerElement
public XMLLayout.DividerElement(int width,
int orientation)
setFirst
public void setFirst(XMLLayout.LayoutItem first)
setSecond
public void setSecond(XMLLayout.LayoutItem second)
getFirst
public XMLLayout.LayoutItem getFirst()
getSecond
public XMLLayout.LayoutItem getSecond()
getOrientation
public int getOrientation()
getWidth
public int getWidth()