MasterElement Class
Serves as the base class for presentation master elements that define themes and color mappings.
Declaration
public abstract class MasterElement extends SlideBase
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Inheritance
Object
JavaObject
OfficeObject
PresentationObject
SlideBase
MasterElement
Methods
deepClone() Method
Clones the current MasterElement instance.
Declaration
public MasterElement deepClone()
Returns
| Type | Description |
|---|---|
MasterElement |
The cloned |
getColorMap() Method
Returns the color map that remaps theme colors.
Declaration
public ColorMap getColorMap()
Returns
| Type | Description |
|---|---|
| ColorMap | A ColorMap object. |
getTheme() Method
Returns the theme associated with the master element.
Declaration
public Theme getTheme()
Returns
| Type | Description |
|---|---|
| Theme | A Theme object. |
setColorMap(ColorMap value) Method
Gets the color map that remaps theme colors.
Declaration
public void setColorMap(ColorMap value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | ColorMap | A ColorMap object. |
setTheme(Theme value) Method
Sets the theme associated with the master element.
Declaration
public void setTheme(Theme value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Theme | A Theme object. |