|
xArch/xADL 2.0 Data Binding Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for accessing objects of the
RenderingHints xsi:type in the
hints namespace.
| Field Summary | |
static XArchTypeMetadata |
TYPE_METADATA
|
| Fields inherited from interface edu.uci.isr.xarch.IXArchElement |
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO |
| Method Summary | |
void |
addHints(IHints newHints)
Add a hints to this RenderingHints. |
void |
addHintss(Collection hintss)
Add a collection of hintss to this RenderingHints. |
void |
clearHintss()
Remove all hintss from this RenderingHints. |
Collection |
getAllHintss()
Get all the hintss from this RenderingHints. |
boolean |
hasAllHintss(Collection hintssToCheck)
Determine if this RenderingHints contains each element in the given set of hintss. |
boolean |
hasHints(IHints hintsToCheck)
Determine if this RenderingHints contains a given hints. |
Collection |
hasHintss(Collection hintssToCheck)
Determine if this RenderingHints contains the given set of hintss. |
boolean |
isEquivalent(IRenderingHints RenderingHintsToCheck)
Determine if another RenderingHints is equivalent to this one, ignoring ID's. |
void |
removeHints(IHints hintsToRemove)
Remove the given hints from this RenderingHints. |
void |
removeHintss(Collection hintss)
Remove all the given hintss from this RenderingHints. |
| Methods inherited from interface edu.uci.isr.xarch.IXArchElement |
cloneElement, getInstanceMetadata, getTypeMetadata, getXArch, setXArch |
| Field Detail |
public static final XArchTypeMetadata TYPE_METADATA
| Method Detail |
public void addHints(IHints newHints)
newHints - hints to add.public void addHintss(Collection hintss)
hintss - hintss to add.public void clearHintss()
public void removeHints(IHints hintsToRemove)
isEquivalent(...) function.
hintsToRemove - hints to remove.public void removeHintss(Collection hintss)
isEquivalent(...) function.
hintss - hints to remove.public Collection getAllHintss()
public boolean hasHints(IHints hintsToCheck)
true if this RenderingHints contains the given
hintsToCheck, false otherwise.public Collection hasHintss(Collection hintssToCheck)
hintssToCheck - hintss to check for.
java.lang.Boolean. If the ith
element in hintss was found, then the ith
element of the collection will be set to true, otherwise it
will be set to false. Matching is done with the
isEquivalent(...) method.public boolean hasAllHintss(Collection hintssToCheck)
hintssToCheck - hintss to check for.
true if every element in
hintss is found in this RenderingHints,
false otherwise.public boolean isEquivalent(IRenderingHints RenderingHintsToCheck)
RenderingHintsToCheck - RenderingHints to compare to this one.
true if all the child elements of this
RenderingHints are equivalent, false otherwise.
|
xArch/xADL 2.0 Data Binding Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||