public interface CTLuminanceEffect extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTLuminanceEffect.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
int |
getBright()
Gets the "bright" attribute
|
int |
getContrast()
Gets the "contrast" attribute
|
boolean |
isSetBright()
True if has "bright" attribute
|
boolean |
isSetContrast()
True if has "contrast" attribute
|
void |
setBright(int bright)
Sets the "bright" attribute
|
void |
setContrast(int contrast)
Sets the "contrast" attribute
|
void |
unsetBright()
Unsets the "bright" attribute
|
void |
unsetContrast()
Unsets the "contrast" attribute
|
STFixedPercentage |
xgetBright()
Gets (as xml) the "bright" attribute
|
STFixedPercentage |
xgetContrast()
Gets (as xml) the "contrast" attribute
|
void |
xsetBright(STFixedPercentage bright)
Sets (as xml) the "bright" attribute
|
void |
xsetContrast(STFixedPercentage contrast)
Sets (as xml) the "contrast" attribute
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
int getBright()
STFixedPercentage xgetBright()
boolean isSetBright()
void setBright(int bright)
void xsetBright(STFixedPercentage bright)
void unsetBright()
int getContrast()
STFixedPercentage xgetContrast()
boolean isSetContrast()
void setContrast(int contrast)
void xsetContrast(STFixedPercentage contrast)
void unsetContrast()
Copyright © 2010 - 2020 Adobe. All Rights Reserved