#include <SVG.h>
Inheritance diagram for SVGOpacityCommand:
Public Member Functions | |
SVGOpacityCommand (RATIONAL aOpacity) | |
Constructor. | |
virtual bool | execute (SVGContext *aContext) |
Executes the command, i.e. applies it to the context. | |
Static Public Member Functions | |
static SVGCommand * | build (const char *aOpacity) |
Builds an opacity command from the given string. | |
Protected Attributes | |
RATIONAL | mOpacity |
|
Constructor.
|
|
Builds an opacity command from the given string.
|
|
Executes the command, i.e. applies it to the context.
Implements SVGCommand. |
|
|