WmfAnimatePalette
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject
public class WmfAnimatePalette extends WmfObject
The META_ANIMATEPALETTE record redefines entries in the logical palette that is defined in the playback device context with the specified Palette object (section 2.2.1.3).
Constructors
| Constructor | Description | 
|---|---|
| WmfAnimatePalette() | 
Methods
| Method | Description | 
|---|---|
| getLogPalette() | Gets or sets the log palette. | 
| setLogPalette(EmfLogPalette value) | Gets or sets the log palette. | 
| getStart() | Gets or sets the start. | 
| setStart(int value) | Gets or sets the start. | 
WmfAnimatePalette()
public WmfAnimatePalette()
getLogPalette()
public EmfLogPalette getLogPalette()
Gets or sets the log palette.
Value: The logical palette.
Returns: EmfLogPalette
setLogPalette(EmfLogPalette value)
public void setLogPalette(EmfLogPalette value)
Gets or sets the log palette.
Value: The logical palette.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | EmfLogPalette | 
getStart()
public int getStart()
Gets or sets the start.
Value: The start.
Returns: int
setStart(int value)
public void setStart(int value)
Gets or sets the start.
Value: The start.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | int |