Interface CTHSLEffect
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTHSLEffect extends XmlObject
An XML CT_HSLEffect(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTHSLEffect>Factorystatic SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetHue()Gets the "hue" attributejava.lang.ObjectgetLum()Gets the "lum" attributejava.lang.ObjectgetSat()Gets the "sat" attributebooleanisSetHue()True if has "hue" attributebooleanisSetLum()True if has "lum" attributebooleanisSetSat()True if has "sat" attributevoidsetHue(int hue)Sets the "hue" attributevoidsetLum(java.lang.Object lum)Sets the "lum" attributevoidsetSat(java.lang.Object sat)Sets the "sat" attributevoidunsetHue()Unsets the "hue" attributevoidunsetLum()Unsets the "lum" attributevoidunsetSat()Unsets the "sat" attributeSTPositiveFixedAnglexgetHue()Gets (as xml) the "hue" attributeSTFixedPercentagexgetLum()Gets (as xml) the "lum" attributeSTFixedPercentagexgetSat()Gets (as xml) the "sat" attributevoidxsetHue(STPositiveFixedAngle hue)Sets (as xml) the "hue" attributevoidxsetLum(STFixedPercentage lum)Sets (as xml) the "lum" attributevoidxsetSat(STFixedPercentage sat)Sets (as xml) the "sat" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTHSLEffect> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getHue
int getHue()
Gets the "hue" attribute
-
xgetHue
STPositiveFixedAngle xgetHue()
Gets (as xml) the "hue" attribute
-
isSetHue
boolean isSetHue()
True if has "hue" attribute
-
setHue
void setHue(int hue)
Sets the "hue" attribute
-
xsetHue
void xsetHue(STPositiveFixedAngle hue)
Sets (as xml) the "hue" attribute
-
unsetHue
void unsetHue()
Unsets the "hue" attribute
-
getSat
java.lang.Object getSat()
Gets the "sat" attribute
-
xgetSat
STFixedPercentage xgetSat()
Gets (as xml) the "sat" attribute
-
isSetSat
boolean isSetSat()
True if has "sat" attribute
-
setSat
void setSat(java.lang.Object sat)
Sets the "sat" attribute
-
xsetSat
void xsetSat(STFixedPercentage sat)
Sets (as xml) the "sat" attribute
-
unsetSat
void unsetSat()
Unsets the "sat" attribute
-
getLum
java.lang.Object getLum()
Gets the "lum" attribute
-
xgetLum
STFixedPercentage xgetLum()
Gets (as xml) the "lum" attribute
-
isSetLum
boolean isSetLum()
True if has "lum" attribute
-
setLum
void setLum(java.lang.Object lum)
Sets the "lum" attribute
-
xsetLum
void xsetLum(STFixedPercentage lum)
Sets (as xml) the "lum" attribute
-
unsetLum
void unsetLum()
Unsets the "lum" attribute
-
-