Package | Description |
---|---|
com.aspose.cad.jasperreports.common |
The package contains common classes for all exporters.
|
Modifier and Type | Method and Description |
---|---|
SmoothingMode |
ImageExportParameters.getSmoothingMode()
Gets the smoothing mode.
|
SmoothingMode |
ImageExportConfigurationImpl.getSmoothingMode()
Gets the smoothing mode.
|
SmoothingMode |
ImageExportConfiguration.getSmoothingMode()
Gets the smoothing mode.
|
static SmoothingMode |
SmoothingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmoothingMode[] |
SmoothingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageExportParameters.setSmoothingMode(SmoothingMode value)
Sets the smoothing mode.
|
void |
ImageExportConfigurationImpl.setSmoothingMode(SmoothingMode value)
Sets the smoothing mode.
|