|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.writersforge.catalan.templates.generic.GenericOp
|
+--org.writersforge.catalan.templates.generic.ContentOp
|
+--org.writersforge.catalan.templates.generic.GroupOp
A vertical or horizontal container of other ops, depending on whether the op was a <row> or <column> element. Can have a border and insets.
| Constructor Summary | |
GroupOp(org.writersforge.bellows.Datum op,
StyleMap styleMap)
Creates a new instance of a vertically oriented GroupOp. |
|
GroupOp(org.writersforge.bellows.Datum op,
StyleMap styleMap,
int orientation)
Creates a new instance of a GroupOp. |
|
GroupOp(org.writersforge.bellows.Datum op,
StyleMap styleMap,
StyleChain chain)
Creates a new instance of a vertically oriented GroupOp with an optional StyleChain fallback. |
|
GroupOp(org.writersforge.bellows.Datum op,
StyleMap styleMap,
StyleChain chain,
int orientation)
Creates a new instance of a GroupOp with an optional StyleChain fallback. |
|
| Method Summary | |
boolean |
isHorizontal()
Determines if this group op should be oriented horizontally. |
boolean |
isVertical()
Determines if this group op should be oriented vertically. |
java.util.List |
resolve(org.writersforge.bellows.Datum xmlNode)
Runs a Datum XML node through the op and returns a List of LayoutArea objects. |
| Methods inherited from class org.writersforge.catalan.templates.generic.GenericOp |
createOp, createOp, getChain, getDatum, getDatumProperty, getOp, getOpType, getParameter, getStyleMap, resolveParameter, resolvePath, runQuery |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GroupOp(org.writersforge.bellows.Datum op,
StyleMap styleMap)
op - the XML template op to wrapstyleMap - the StyleMap to lookup named styles in
public GroupOp(org.writersforge.bellows.Datum op,
StyleMap styleMap,
StyleChain chain)
op - the XML template op to wrapstyleMap - the StyleMap to lookup named styles inchain - optional fallback StyleChain
public GroupOp(org.writersforge.bellows.Datum op,
StyleMap styleMap,
int orientation)
op - the XML template op to wrapstyleMap - the StyleMap to lookup named styles inorientation - the axis to arrange child objects along; can be
LayoutGroup.VERTICAL or LayoutGroup.HORIZONTAL
public GroupOp(org.writersforge.bellows.Datum op,
StyleMap styleMap,
StyleChain chain,
int orientation)
op - the XML template op to wrapstyleMap - the StyleMap to lookup named styles inchain - optional fallback StyleChainorientation - the axis to arrange child objects along; can be
LayoutGroup.VERTICAL or LayoutGroup.HORIZONTAL| Method Detail |
public boolean isVertical()
public boolean isHorizontal()
public java.util.List resolve(org.writersforge.bellows.Datum xmlNode)
resolve in class GenericOpxmlNode - the input data node to run through the op
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||