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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTHSLEffect.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static 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" attributeintgetLum()Gets the "lum" attributeintgetSat()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(int lum)Sets the "lum" attributevoidsetSat(int 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
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
int 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(int sat)
Sets the "sat" attribute
-
xsetSat
void xsetSat(STFixedPercentage sat)
Sets (as xml) the "sat" attribute
-
unsetSat
void unsetSat()
Unsets the "sat" attribute
-
getLum
int 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(int lum)
Sets the "lum" attribute
-
xsetLum
void xsetLum(STFixedPercentage lum)
Sets (as xml) the "lum" attribute
-
unsetLum
void unsetLum()
Unsets the "lum" attribute
-
-